Marcos12886 commited on
Commit
6e09d56
1 Parent(s): 9d6844d

Upload label_mappings.json

Browse files
Files changed (1) hide show
  1. label_mappings.json +10 -1
label_mappings.json CHANGED
@@ -1 +1,10 @@
1
- {"id2label": {"0": "Baby laugh", "1": "Crying baby", "2": "Noise", "3": "Silence", "4": "belly_pain", "5": "burping", "6": "discomfort", "7": "hungry", "8": "tired"}, "label2id": {"Baby laugh": "0", "Crying baby": "1", "Noise": "2", "Silence": "3", "belly_pain": "4", "burping": "5", "discomfort": "6", "hungry": "7", "tired": "8"}}
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "label2id": {
3
+ "crying": "0",
4
+ "no_crying": "1"
5
+ },
6
+ "id2label": {
7
+ "0": "crying",
8
+ "1": "no_crying"
9
+ }
10
+ }