Update README.md
Browse files
README.md
CHANGED
|
@@ -4,10 +4,9 @@ language:
|
|
| 4 |
- zh
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
---
|
| 7 |
-
## hongyin/chat-
|
| 8 |
-
|
| 9 |
-
I am pleased to introduce an English-Chinese conversation assistant designed to reduce the cost of inference. It is trained based on the Llama2-chat-70B, with a unique vocabulary and 70 billion parameters.
|
| 10 |
|
|
|
|
| 11 |
Losing fat is the only way to solve all problems.
|
| 12 |
|
| 13 |
```python
|
|
|
|
| 4 |
- zh
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
---
|
| 7 |
+
## hongyin/chat-llama2-70b-4bit
|
|
|
|
|
|
|
| 8 |
|
| 9 |
+
I am pleased to introduce a 4-bit quantized version of the Llama2-chat-70B based model, dedicated to reducing the cost of training and inference.
|
| 10 |
Losing fat is the only way to solve all problems.
|
| 11 |
|
| 12 |
```python
|