uer commited on
Commit
4acd943
1 Parent(s): 5d1fcf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 cluecorpussmall_bart_base_seq512_model.bin-250000 \
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
  ```