jaeihn commited on
Commit
256c0de
1 Parent(s): 97ef3cc

Upload WhisperForAudioClassification

Browse files
Files changed (2) hide show
  1. config.json +115 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "apply_spec_augment": false,
5
+ "architectures": [
6
+ "WhisperForAudioClassification"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "begin_suppress_tokens": [
10
+ 220,
11
+ 50256
12
+ ],
13
+ "bos_token_id": 50257,
14
+ "classifier_proj_size": 512,
15
+ "d_model": 256,
16
+ "decoder_attention_heads": 4,
17
+ "decoder_ffn_dim": 1536,
18
+ "decoder_layer": 8,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "decoder_start_token_id": 50257,
22
+ "dropout": 0.2,
23
+ "encoder_attention_heads": 4,
24
+ "encoder_ffn_dim": 1536,
25
+ "encoder_layer": 8,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 6,
28
+ "eos_token_id": 50256,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2",
33
+ "3": "LABEL_3",
34
+ "4": "LABEL_4",
35
+ "5": "LABEL_5",
36
+ "6": "LABEL_6",
37
+ "7": "LABEL_7",
38
+ "8": "LABEL_8",
39
+ "9": "LABEL_9",
40
+ "10": "LABEL_10",
41
+ "11": "LABEL_11",
42
+ "12": "LABEL_12",
43
+ "13": "LABEL_13",
44
+ "14": "LABEL_14",
45
+ "15": "LABEL_15",
46
+ "16": "LABEL_16",
47
+ "17": "LABEL_17",
48
+ "18": "LABEL_18",
49
+ "19": "LABEL_19",
50
+ "20": "LABEL_20",
51
+ "21": "LABEL_21",
52
+ "22": "LABEL_22",
53
+ "23": "LABEL_23",
54
+ "24": "LABEL_24",
55
+ "25": "LABEL_25",
56
+ "26": "LABEL_26",
57
+ "27": "LABEL_27",
58
+ "28": "LABEL_28",
59
+ "29": "LABEL_29",
60
+ "30": "LABEL_30"
61
+ },
62
+ "init_std": 0.02,
63
+ "is_encoder_decoder": true,
64
+ "label2id": {
65
+ "LABEL_0": 0,
66
+ "LABEL_1": 1,
67
+ "LABEL_10": 10,
68
+ "LABEL_11": 11,
69
+ "LABEL_12": 12,
70
+ "LABEL_13": 13,
71
+ "LABEL_14": 14,
72
+ "LABEL_15": 15,
73
+ "LABEL_16": 16,
74
+ "LABEL_17": 17,
75
+ "LABEL_18": 18,
76
+ "LABEL_19": 19,
77
+ "LABEL_2": 2,
78
+ "LABEL_20": 20,
79
+ "LABEL_21": 21,
80
+ "LABEL_22": 22,
81
+ "LABEL_23": 23,
82
+ "LABEL_24": 24,
83
+ "LABEL_25": 25,
84
+ "LABEL_26": 26,
85
+ "LABEL_27": 27,
86
+ "LABEL_28": 28,
87
+ "LABEL_29": 29,
88
+ "LABEL_3": 3,
89
+ "LABEL_30": 30,
90
+ "LABEL_4": 4,
91
+ "LABEL_5": 5,
92
+ "LABEL_6": 6,
93
+ "LABEL_7": 7,
94
+ "LABEL_8": 8,
95
+ "LABEL_9": 9
96
+ },
97
+ "mask_feature_length": 10,
98
+ "mask_feature_min_masks": 0,
99
+ "mask_feature_prob": 0.0,
100
+ "mask_time_length": 10,
101
+ "mask_time_min_masks": 2,
102
+ "mask_time_prob": 0.05,
103
+ "max_source_positions": 50,
104
+ "max_target_positions": 448,
105
+ "model_type": "whisper",
106
+ "num_hidden_layers": 6,
107
+ "num_mel_bins": 80,
108
+ "pad_token_id": 50256,
109
+ "scale_embedding": false,
110
+ "torch_dtype": "float32",
111
+ "transformers_version": "4.27.2",
112
+ "use_cache": true,
113
+ "use_weighted_layer_sum": false,
114
+ "vocab_size": 30
115
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f073adddff329c87ca7c9f05025433b0f87d32a05e6c9cd04f385e0af9413ebe
3
+ size 26960929