Rainnighttram commited on
Commit
82168b6
·
verified ·
1 Parent(s): 35874da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,8 +3,8 @@ base_model:
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,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