feihu.hf
commited on
Commit
•
0decca9
1
Parent(s):
ebbb013
update readme
Browse files
README.md
CHANGED
@@ -76,8 +76,10 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
76 |
```
|
77 |
|
78 |
|
79 |
-
|
80 |
-
|
|
|
|
|
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 |
+
```
|