Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ python3 finetune/run_classifier_siamese.py --pretrained_model_path models/google
|
|
42 |
Finally, we convert the pre-trained model into Huggingface's format:
|
43 |
|
44 |
```
|
45 |
-
python3 scripts/convert_sbert_from_uer_to_huggingface.py --input_model_path
|
46 |
--output_model_path pytorch_model.bin \
|
47 |
--layers_num 12
|
48 |
```
|
|
|
42 |
Finally, we convert the pre-trained model into Huggingface's format:
|
43 |
|
44 |
```
|
45 |
+
python3 scripts/convert_sbert_from_uer_to_huggingface.py --input_model_path models/finetuned_model.bin \
|
46 |
--output_model_path pytorch_model.bin \
|
47 |
--layers_num 12
|
48 |
```
|