Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ It achieves the following results on the evaluation set:
|
|
21 |
### Direct Use
|
22 |
|
23 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
24 |
-
```
|
25 |
!pip install -qU transformers accelerate
|
26 |
|
27 |
from transformers import AutoTokenizer
|
|
|
21 |
### Direct Use
|
22 |
|
23 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
24 |
+
```python
|
25 |
!pip install -qU transformers accelerate
|
26 |
|
27 |
from transformers import AutoTokenizer
|