Janardhan2131 commited on
Commit
023e089
1 Parent(s): 55dcbd8

Update label_encoder.txt

Browse files
Files changed (1) hide show
  1. label_encoder.txt +5 -5
label_encoder.txt CHANGED
@@ -1,6 +1,6 @@
1
- 'ang' => 0
2
- 'neu' => 1
3
- 'sad' => 2
4
- 'hap' => 3
5
  ================
6
- 'starting_index' => 0
 
1
+ 'neu' => 0
2
+ 'ang' => 1
3
+ 'hap' => 2
4
+ 'sad' => 3
5
  ================
6
+ 'starting_index' => 0