wenHK

Results 8 issues of wenHK

![image](https://user-images.githubusercontent.com/32257747/183585361-0b282211-e03d-4ecb-82af-9c30ce91123c.png)

it seems that there is no introduction about how to fine-tune the pre-trained model. Could you get me some instructions?

你好,请问下如果要新增vocabulary的话,文件需要是什么格式才能有效地和原来的vocab合并起来?

如何实现FAQ?没看到支持FAQ的代码

运行rasa train时报错,报错信息如下: Traceback (most recent call last): File "/Users/anaconda3/envs/rasa/lib/python3.8/site-packages/transformers/modeling_tf_utils.py", line 1232, in from_pretrained missing_keys, unexpected_keys = load_tf_weights(model, resolved_archive_file) File "/Users/anaconda3/envs/rasa/lib/python3.8/site-packages/transformers/modeling_tf_utils.py", line 459, in load_tf_weights with h5py.File(resolved_archive_file, "r") as f: File...