Add library_name to the model
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
<div align="center">
|
|
@@ -210,4 +211,4 @@ print(tokenizer.decode(output.tolist()[0]))
|
|
| 210 |
|
| 211 |
## VI. Contact
|
| 212 |
|
| 213 |
-
Please contact us at [[email protected]](mailto:[email protected]) or open an issue if you have any questions.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: transformers
|
| 4 |
---
|
| 5 |
|
| 6 |
<div align="center">
|
|
|
|
| 211 |
|
| 212 |
## VI. Contact
|
| 213 |
|
| 214 |
+
Please contact us at [[email protected]](mailto:[email protected]) or open an issue if you have any questions.
|