Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,14 @@ datasets:
|
|
14 |
language:
|
15 |
- en
|
16 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
language:
|
15 |
- en
|
16 |
pipeline_tag: text-classification
|
17 |
+
|
18 |
+
widget:
|
19 |
+
- text: "I liked this movie"
|
20 |
+
output:
|
21 |
+
- label: POSITIVE
|
22 |
+
score: 0.8
|
23 |
+
- label: NEGATIVE
|
24 |
+
score: 0.2
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|