Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ python3 run_cmrc.py --pretrained_model_path models/cluecorpussmall_roberta_base_
|
|
| 47 |
Finally, we convert the fine-tuned model into Huggingface's format:
|
| 48 |
|
| 49 |
```
|
| 50 |
-
python3 scripts/
|
| 51 |
--output_model_path pytorch_model.bin \
|
| 52 |
--layers_num 12
|
| 53 |
```
|
|
|
|
| 47 |
Finally, we convert the fine-tuned model into Huggingface's format:
|
| 48 |
|
| 49 |
```
|
| 50 |
+
python3 scripts/convert_bert_extractive_qa_from_uer_to_huggingface.py --input_model_path extractive_qa_model.bin \
|
| 51 |
--output_model_path pytorch_model.bin \
|
| 52 |
--layers_num 12
|
| 53 |
```
|