Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,8 +3,6 @@ license: other
|
|
| 3 |
license_name: tencent-hunyuan-a13b
|
| 4 |
license_link: https://github.com/Tencent-Hunyuan/Hunyuan-A13B/blob/main/LICENSE
|
| 5 |
library_name: transformers
|
| 6 |
-
base_model:
|
| 7 |
-
- tencent/Hunyuan-A13B-Instruct
|
| 8 |
---
|
| 9 |
|
| 10 |
<p align="center">
|
|
@@ -101,9 +99,13 @@ Hunyuan-A13B-Instruct has achieved highly competitive performance across multipl
|
|
| 101 |
You can clone [`llama.cpp`](https://github.com/ggerganov/llama.cpp) and install by its official guide. You can run inference through the following code.
|
| 102 |
|
| 103 |
```shell
|
| 104 |
-
llama-cli -
|
| 105 |
```
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## Contact Us
|
| 108 |
|
| 109 |
-
If you would like to leave a message for our R&D and product teams, Welcome to contact our open-source team . You can also contact us via email ([email protected]).
|
|
|
|
| 3 |
license_name: tencent-hunyuan-a13b
|
| 4 |
license_link: https://github.com/Tencent-Hunyuan/Hunyuan-A13B/blob/main/LICENSE
|
| 5 |
library_name: transformers
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
<p align="center">
|
|
|
|
| 99 |
You can clone [`llama.cpp`](https://github.com/ggerganov/llama.cpp) and install by its official guide. You can run inference through the following code.
|
| 100 |
|
| 101 |
```shell
|
| 102 |
+
llama-cli -hf tencent/Hunyuan-A13B-Instruct-GGUF:Q4_0 -p "Write a short summary of the benefits of regular exercise" -n 4096 temp 0.7 --top-k 20 --top-p 0.8 --repeat-penalty 1.05 --no-warmup
|
| 103 |
```
|
| 104 |
|
| 105 |
+
### ollama
|
| 106 |
+
|
| 107 |
+
Will be supported in the future. Currently it is recommended to use llama.cpp for inference.
|
| 108 |
+
|
| 109 |
## Contact Us
|
| 110 |
|
| 111 |
+
If you would like to leave a message for our R&D and product teams, Welcome to contact our open-source team . You can also contact us via email ([email protected]).
|