feihu.hf
commited on
Commit
•
783436a
1
Parent(s):
d94ea01
update readme
Browse files
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: tongyi-qianwen
|
4 |
-
license_link:
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
@@ -76,8 +77,9 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
76 |
|
77 |
|
78 |
|
79 |
-
##
|
80 |
-
|
|
|
81 |
|
82 |
|
83 |
## Citation
|
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: tongyi-qianwen
|
4 |
+
license_link: >-
|
5 |
+
https://huggingface.co/Qwen/Qwen1.5-72B-Chat-AWQ/blob/main/LICENSE
|
6 |
language:
|
7 |
- en
|
8 |
pipeline_tag: text-generation
|
|
|
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
|