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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,9 +10,9 @@ task_specific:
10
  POSITIVE: 1
11
  NEGATIVE: 2
12
  label_itos:
13
- 0: CLASSIFY
14
  1: POSITIVE
15
- 2: NEGATIVE
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