Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,9 @@ task_specific:
|
|
6 |
text_classification:
|
7 |
num_labels: 3 # Adjust based on the number of categories in your classification task
|
8 |
label_stoi:
|
9 |
-
|
10 |
POSITIVE: 1
|
11 |
-
|
12 |
label_itos:
|
13 |
0: NEGATIVE
|
14 |
1: POSITIVE
|
|
|
6 |
text_classification:
|
7 |
num_labels: 3 # Adjust based on the number of categories in your classification task
|
8 |
label_stoi:
|
9 |
+
NEGATIVE: 0
|
10 |
POSITIVE: 1
|
11 |
+
CLASSIFY: 2
|
12 |
label_itos:
|
13 |
0: NEGATIVE
|
14 |
1: POSITIVE
|