Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,8 @@ base_model:
|
|
3 |
- Dream-org/Dream-v0-Instruct-7B
|
4 |
---
|
5 |
|
6 |
-
|
7 |
-
|
8 |
|
9 |
Here's how to load and use the quantized model:
|
10 |
|
@@ -51,7 +51,7 @@ generations = [
|
|
51 |
print(generations[0].split(tokenizer.eos_token)[0])
|
52 |
```
|
53 |
|
54 |
-
#Multi-round Chat
|
55 |
```python
|
56 |
from transformers import AutoModel, AutoTokenizer
|
57 |
|
|
|
3 |
- Dream-org/Dream-v0-Instruct-7B
|
4 |
---
|
5 |
|
6 |
+
# Usage
|
7 |
+
## Single Chat
|
8 |
|
9 |
Here's how to load and use the quantized model:
|
10 |
|
|
|
51 |
print(generations[0].split(tokenizer.eos_token)[0])
|
52 |
```
|
53 |
|
54 |
+
# Multi-round Chat
|
55 |
```python
|
56 |
from transformers import AutoModel, AutoTokenizer
|
57 |
|