uer commited on
Commit
9dcf5f5
1 Parent(s): 4354a52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ python3 run_cmrc.py --dataset_path lyric_dataset.pt \
44
  --embedding word_pos_seg --encoder transformer --mask fully_visible
45
  ```
46
 
47
- Finally, we convert the pre-trained model into Huggingface's format:
48
 
49
  ```
50
  python3 scripts/convert_roberta_extractive_qa_from_uer_to_huggingface.py --input_model_path extractive_qa_model.bin \
44
  --embedding word_pos_seg --encoder transformer --mask fully_visible
45
  ```
46
 
47
+ Finally, we convert the fine-tuned model into Huggingface's format:
48
 
49
  ```
50
  python3 scripts/convert_roberta_extractive_qa_from_uer_to_huggingface.py --input_model_path extractive_qa_model.bin \