Marcos12886
commited on
Commit
•
6e09d56
1
Parent(s):
9d6844d
Upload label_mappings.json
Browse files- label_mappings.json +10 -1
label_mappings.json
CHANGED
@@ -1 +1,10 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"label2id": {
|
3 |
+
"crying": "0",
|
4 |
+
"no_crying": "1"
|
5 |
+
},
|
6 |
+
"id2label": {
|
7 |
+
"0": "crying",
|
8 |
+
"1": "no_crying"
|
9 |
+
}
|
10 |
+
}
|