SaiPatil commited on
Commit
b17bed3
1 Parent(s): 8ff9483

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json CHANGED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TFWav2Vec2ForSequenceClassification"
4
+ ],
5
+ "model_type": "wav2vec2",
6
+ "hidden_dim": 768,
7
+ "num_labels": 10,
8
+ "id2label": {
9
+ "0": "label_0",
10
+ "1": "label_1",
11
+ ...
12
+ "9": "label_9"
13
+ },
14
+ "label2id": {
15
+ "label_0": 0,
16
+ "label_1": 1,
17
+ ...
18
+ "label_9": 9
19
+ }
20
+ }