Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,8 @@ pipeline_tag: text-generation
|
|
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 goliath-120B, with a unique vocabulary and 120 billion parameters.
|
10 |
|
|
|
|
|
11 |
Losing fat is the only way to solve all problems.
|
12 |
|
13 |
```python
|
|
|
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 goliath-120B, with a unique vocabulary and 120 billion parameters.
|
10 |
|
11 |
+
Due to time constraints, I only performed a small amount of instruction fine-tuning, which resulted in shortcomings in the model's QA capabilities. I hope you can continue to fine-tune your instructions.
|
12 |
+
|
13 |
Losing fat is the only way to solve all problems.
|
14 |
|
15 |
```python
|