Midu commited on
Commit
e17c029
1 Parent(s): 4133b15

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,9 +41,9 @@ Training on 5M chinese style filtered data for 150k steps. Exponential moving av
41
 
42
  ## <u>Usage</u>
43
 
44
- 因为使用了customed tokenizer, 所以需要优先加载一下tokenizer, 并传入trust_remote_code=True
45
 
46
- Custom Tokenizer should be loaded first with 'trust_remote_code=True'.
47
 
48
  ```py
49
  import torch
 
41
 
42
  ## <u>Usage</u>
43
 
44
+ 因为使用了customized tokenizer, 所以需要优先加载一下tokenizer, 并传入trust_remote_code=True
45
 
46
+ Customized Tokenizer should be loaded first with 'trust_remote_code=True'.
47
 
48
  ```py
49
  import torch