Update README.md
Browse files
README.md
CHANGED
@@ -68,12 +68,6 @@ generated_ids = [
|
|
68 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
69 |
```
|
70 |
|
71 |
-
|
72 |
-
## Tips
|
73 |
-
|
74 |
-
* If you encounter code switching or other bad cases, we advise you to use our provided hyper-parameters in `generation_config.json`.
|
75 |
-
|
76 |
-
|
77 |
## Citation
|
78 |
|
79 |
If you find our work helpful, feel free to give us a cite.
|
|
|
68 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
69 |
```
|
70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
## Citation
|
72 |
|
73 |
If you find our work helpful, feel free to give us a cite.
|