ayjays132 commited on
Commit
a6c1fba
1 Parent(s): 4609e04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- CLASSIFY: 0
10
  POSITIVE: 1
11
- NEGATIVE: 2
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