Update README.md (#1)
Browse files- Update README.md (a6b2299e0094514fd8e321a2902d89b68a864379)
Co-authored-by: Qianguo <Qianguo@users.noreply.huggingface.co>
README.md
CHANGED
@@ -81,7 +81,7 @@ We implemented the HFT training process on an internally developed framework, wh
|
|
81 |
## 使用 Usage
|
82 |
|
83 |
```python3
|
84 |
-
from transformers import
|
85 |
from transformers import LlamaForCausalLM
|
86 |
import torch
|
87 |
|
|
|
81 |
## 使用 Usage
|
82 |
|
83 |
```python3
|
84 |
+
from transformers import AutoTokenizer
|
85 |
from transformers import LlamaForCausalLM
|
86 |
import torch
|
87 |
|