khanhld commited on
Commit
1fbe913
·
verified ·
1 Parent(s): 9e07c21

Upload ChunkFormer Classification Model

Browse files
Files changed (1) hide show
  1. label_mapping.json +20 -20
label_mapping.json CHANGED
@@ -1,30 +1,30 @@
1
  {
2
  "gender": {
3
- "female": 0,
4
- "male": 1
5
  },
6
  "dialect": {
7
- "central dialect": 0,
8
- "highland central dialect": 1,
9
- "minority ethnic group dialect": 2,
10
- "northern dialect": 3,
11
- "southern dialect": 4
12
  },
13
  "emotion": {
14
- "angry": 0,
15
- "disgust": 1,
16
- "fear": 2,
17
- "happy": 3,
18
- "joyful": 4,
19
- "neutral": 5,
20
- "sad": 6,
21
- "tired": 7
22
  },
23
  "age": {
24
- "children": 0,
25
- "middle age": 1,
26
- "old": 2,
27
- "very old": 3,
28
- "young": 4
29
  }
30
  }
 
1
  {
2
  "gender": {
3
+ "0": "female",
4
+ "1": "male"
5
  },
6
  "dialect": {
7
+ "0": "central dialect",
8
+ "1": "highland central dialect",
9
+ "2": "minority ethnic group dialect",
10
+ "3": "northern dialect",
11
+ "4": "southern dialect"
12
  },
13
  "emotion": {
14
+ "0": "angry",
15
+ "1": "disgust",
16
+ "2": "fear",
17
+ "3": "happy",
18
+ "4": "joyful",
19
+ "5": "neutral",
20
+ "6": "sad",
21
+ "7": "tired"
22
  },
23
  "age": {
24
+ "0": "children",
25
+ "1": "middle age",
26
+ "2": "old",
27
+ "3": "very old",
28
+ "4": "young"
29
  }
30
  }