Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ tags:
|
|
33 |
|
34 |
Find below some example scripts on how to use the model in `transformers` (Make sure to have the latest transformers, or the one built from source):
|
35 |
|
36 |
-
## Using the Pytorch model
|
37 |
|
38 |
### Running the model on a CPU
|
39 |
|
@@ -99,6 +99,7 @@ print(tokenizer.decode(outputs[0]))
|
|
99 |
|
100 |
</details>
|
101 |
|
|
|
102 |
# Training Details
|
103 |
|
104 |
## Training Data
|
|
|
33 |
|
34 |
Find below some example scripts on how to use the model in `transformers` (Make sure to have the latest transformers, or the one built from source):
|
35 |
|
36 |
+
## Using the Pytorch model with 🤗 transformers
|
37 |
|
38 |
### Running the model on a CPU
|
39 |
|
|
|
99 |
|
100 |
</details>
|
101 |
|
102 |
+
|
103 |
# Training Details
|
104 |
|
105 |
## Training Data
|