feihu.hf commited on
Commit
b1d0ace
1 Parent(s): 3328931

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -76,9 +76,9 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
76
  ```
77
 
78
 
79
- ## Limitations
80
- * Reduced capabilities in agent;
81
- * Codeswitch sometimes happen. We advise you to use our provided hyperparameters in `generation_config.json`.
82
 
83
 
84
  ## 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