feihu.hf commited on
Commit
d5044fe
1 Parent(s): f70581e

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -76,8 +76,9 @@ 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
 
76
  ```
77
 
78
 
79
+ ## Tips
80
+
81
+ * If you encounter code switching or other bad cases, we advise you to use our provided hyper-parameters in `generation_config.json`.
82
 
83
 
84
  ## Citation