docs: bring default samples back
Browse files
README.md
CHANGED
@@ -16,6 +16,20 @@ tags:
|
|
16 |
pipeline_tag: text-classification
|
17 |
widget:
|
18 |
- text: "Ambiente acolhedor e boa comunicação."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
## Model Instructions
|
|
|
16 |
pipeline_tag: text-classification
|
17 |
widget:
|
18 |
- text: "Ambiente acolhedor e boa comunicação."
|
19 |
+
example_title: Positive sample
|
20 |
+
output:
|
21 |
+
- label: Positive
|
22 |
+
score: 0.9998
|
23 |
+
- text: "Mal remunerado, fora isso tranquilo."
|
24 |
+
example_title: Negative sample
|
25 |
+
output:
|
26 |
+
- label: Negative
|
27 |
+
score: 0.9996
|
28 |
+
- text: "nenhum contra com esta empresa"
|
29 |
+
example_title: Neutral sample
|
30 |
+
output:
|
31 |
+
- label: Neutral
|
32 |
+
score: 0.9998
|
33 |
---
|
34 |
|
35 |
## Model Instructions
|