Marcos12886
commited on
Commit
•
cec6966
1
Parent(s):
55e03f4
Upload label_mappings.json
Browse files- label_mappings.json +20 -0
label_mappings.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label2id": {
|
3 |
+
"asphyxia": "0",
|
4 |
+
"belly_pain": "1",
|
5 |
+
"burping": "2",
|
6 |
+
"discomfort": "3",
|
7 |
+
"hungry": "4",
|
8 |
+
"pain": "5",
|
9 |
+
"tired": "6"
|
10 |
+
},
|
11 |
+
"id2label": {
|
12 |
+
"0": "asphyxia",
|
13 |
+
"1": "belly_pain",
|
14 |
+
"2": "burping",
|
15 |
+
"3": "discomfort",
|
16 |
+
"4": "hungry",
|
17 |
+
"5": "pain",
|
18 |
+
"6": "tired"
|
19 |
+
}
|
20 |
+
}
|