Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: creativeml-openrail-m
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
pipeline_tag: text-classification
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
+
widget:
|
7 |
+
- text: "I liked this movie"
|
8 |
+
output:
|
9 |
+
- label: POSITIVE
|
10 |
+
score: 0.8
|
11 |
+
- label: NEGATIVE
|
12 |
+
score: 0.2
|