feihu.hf commited on
Commit
c04b72f
1 Parent(s): 4be5b16

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -76,8 +76,10 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
76
  ```
77
 
78
 
79
- ## Limitations
80
- * Codeswitch sometimes happen. We advise you to use our provided hyperparameters in `generation_config.json`.
 
 
81
 
82
 
83
  ## Citation
@@ -91,4 +93,4 @@ If you find our work helpful, feel free to give us a cite.
91
  journal={arXiv preprint arXiv:2309.16609},
92
  year={2023}
93
  }
94
- ```
 
76
  ```
77
 
78
 
79
+
80
+ ## Tips
81
+
82
+ * If you encounter code switching or other bad cases, we advise you to use our provided hyper-parameters in `generation_config.json`.
83
 
84
 
85
  ## Citation
 
93
  journal={arXiv preprint arXiv:2309.16609},
94
  year={2023}
95
  }
96
+ ```