Add `transformers` as library_name
Browse filesThis update will explicitly tag this model as a `transformers` model, which will automatically add code snippets and deploy buttons on the model page. It will also help referencing the model on the platform.
README.md
CHANGED
@@ -9,6 +9,7 @@ tags:
|
|
9 |
- pytorch
|
10 |
- multimodal
|
11 |
- conversational
|
|
|
12 |
---
|
13 |
|
14 |
<p align="center">
|
@@ -279,4 +280,4 @@ Wenliang Dai* ([email protected]), Nayeon Lee* ([email protected]), Boxin Wang* (
|
|
279 |
|
280 |
|
281 |
## License
|
282 |
-
The use of this model is governed by the [cc-by-nc-4.0](https://spdx.org/licenses/CC-BY-NC-4.0)
|
|
|
9 |
- pytorch
|
10 |
- multimodal
|
11 |
- conversational
|
12 |
+
library_name: transformers
|
13 |
---
|
14 |
|
15 |
<p align="center">
|
|
|
280 |
|
281 |
|
282 |
## License
|
283 |
+
The use of this model is governed by the [cc-by-nc-4.0](https://spdx.org/licenses/CC-BY-NC-4.0)
|