Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ task_specific:
|
|
| 10 |
POSITIVE: 1
|
| 11 |
NEGATIVE: 2
|
| 12 |
label_itos:
|
| 13 |
-
0:
|
| 14 |
1: POSITIVE
|
| 15 |
-
2:
|
| 16 |
threshold: 0.5 # Adjust based on your desired probability threshold for label assignment
|
| 17 |
|
| 18 |
language: en
|
|
|
|
| 10 |
POSITIVE: 1
|
| 11 |
NEGATIVE: 2
|
| 12 |
label_itos:
|
| 13 |
+
0: NEGATIVE
|
| 14 |
1: POSITIVE
|
| 15 |
+
2: CLASSIFY
|
| 16 |
threshold: 0.5 # Adjust based on your desired probability threshold for label assignment
|
| 17 |
|
| 18 |
language: en
|