dima806 commited on
Commit
93edea5
1 Parent(s): a37bb22

Upload folder using huggingface_hub

Browse files
checkpoint-4582/config.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dima806/bird_sounds_classification",
3
+ "activation_dropout": 0.1,
4
+ "adapter_kernel_size": 3,
5
+ "adapter_stride": 2,
6
+ "add_adapter": false,
7
+ "apply_spec_augment": true,
8
+ "architectures": [
9
+ "Wav2Vec2ForSequenceClassification"
10
+ ],
11
+ "attention_dropout": 0.1,
12
+ "bos_token_id": 1,
13
+ "classifier_proj_size": 256,
14
+ "codevector_dim": 256,
15
+ "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": false,
17
+ "conv_dim": [
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512
25
+ ],
26
+ "conv_kernel": [
27
+ 10,
28
+ 3,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 2,
33
+ 2
34
+ ],
35
+ "conv_stride": [
36
+ 5,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2
43
+ ],
44
+ "ctc_loss_reduction": "sum",
45
+ "ctc_zero_infinity": false,
46
+ "diversity_loss_weight": 0.1,
47
+ "do_stable_layer_norm": false,
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_dropout": 0.0,
51
+ "feat_extract_norm": "group",
52
+ "feat_proj_dropout": 0.1,
53
+ "feat_quantizer_dropout": 0.0,
54
+ "final_dropout": 0.1,
55
+ "gradient_checkpointing": false,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.1,
58
+ "hidden_dropout_prob": 0.1,
59
+ "hidden_size": 768,
60
+ "id2label": {
61
+ "0": "Andean Guan",
62
+ "1": "Andean Tinamou",
63
+ "2": "Australian Brushturkey",
64
+ "3": "Band-tailed Guan",
65
+ "4": "Bartletts Tinamou",
66
+ "5": "Bearded Guan",
67
+ "6": "Black-capped Tinamou",
68
+ "7": "Blue-throated Piping Guan",
69
+ "8": "Brazilian Tinamou",
70
+ "9": "Brown Tinamou",
71
+ "10": "Brushland Tinamou",
72
+ "11": "Cauca Guan",
73
+ "12": "Chaco Chachalaca",
74
+ "13": "Chestnut-winged Chachalaca",
75
+ "14": "Cinereous Tinamou",
76
+ "15": "Colombian Chachalaca",
77
+ "16": "Crested Guan",
78
+ "17": "Dusky Megapode",
79
+ "18": "Dusky-legged Guan",
80
+ "19": "Dwarf Tinamou",
81
+ "20": "Great Tinamou",
82
+ "21": "Grey Tinamou",
83
+ "22": "Grey-headed Chachalaca",
84
+ "23": "Highland Tinamou",
85
+ "24": "Little Chachalaca",
86
+ "25": "Little Tinamou",
87
+ "26": "Orange-footed Scrubfowl",
88
+ "27": "Pale-browed Tinamou",
89
+ "28": "Plain Chachalaca",
90
+ "29": "Red-legged Tinamou",
91
+ "30": "Red-winged Tinamou",
92
+ "31": "Rufous-bellied Chachalaca",
93
+ "32": "Rufous-headed Chachalaca",
94
+ "33": "Rufous-vented Chachalaca",
95
+ "34": "Rusty-margined Guan",
96
+ "35": "Slaty-breasted Tinamou",
97
+ "36": "Small-billed Tinamou",
98
+ "37": "Solitary Tinamou",
99
+ "38": "Speckled Chachalaca",
100
+ "39": "Spixs Guan",
101
+ "40": "Spotted Nothura",
102
+ "41": "Tataupa Tinamou",
103
+ "42": "Tawny-breasted Tinamou",
104
+ "43": "Thicket Tinamou",
105
+ "44": "Undulated Tinamou",
106
+ "45": "Variegated Tinamou",
107
+ "46": "West Mexican Chachalaca",
108
+ "47": "White-bellied Nothura",
109
+ "48": "White-throated Tinamou",
110
+ "49": "Yellow-legged Tinamou"
111
+ },
112
+ "initializer_range": 0.02,
113
+ "intermediate_size": 3072,
114
+ "label2id": {
115
+ "LABEL_0": 0,
116
+ "LABEL_1": 1,
117
+ "LABEL_10": 10,
118
+ "LABEL_11": 11,
119
+ "LABEL_12": 12,
120
+ "LABEL_13": 13,
121
+ "LABEL_14": 14,
122
+ "LABEL_15": 15,
123
+ "LABEL_16": 16,
124
+ "LABEL_17": 17,
125
+ "LABEL_18": 18,
126
+ "LABEL_19": 19,
127
+ "LABEL_2": 2,
128
+ "LABEL_20": 20,
129
+ "LABEL_21": 21,
130
+ "LABEL_22": 22,
131
+ "LABEL_23": 23,
132
+ "LABEL_24": 24,
133
+ "LABEL_25": 25,
134
+ "LABEL_26": 26,
135
+ "LABEL_27": 27,
136
+ "LABEL_28": 28,
137
+ "LABEL_29": 29,
138
+ "LABEL_3": 3,
139
+ "LABEL_30": 30,
140
+ "LABEL_31": 31,
141
+ "LABEL_32": 32,
142
+ "LABEL_33": 33,
143
+ "LABEL_34": 34,
144
+ "LABEL_35": 35,
145
+ "LABEL_36": 36,
146
+ "LABEL_37": 37,
147
+ "LABEL_38": 38,
148
+ "LABEL_39": 39,
149
+ "LABEL_4": 4,
150
+ "LABEL_40": 40,
151
+ "LABEL_41": 41,
152
+ "LABEL_42": 42,
153
+ "LABEL_43": 43,
154
+ "LABEL_44": 44,
155
+ "LABEL_45": 45,
156
+ "LABEL_46": 46,
157
+ "LABEL_47": 47,
158
+ "LABEL_48": 48,
159
+ "LABEL_49": 49,
160
+ "LABEL_5": 5,
161
+ "LABEL_6": 6,
162
+ "LABEL_7": 7,
163
+ "LABEL_8": 8,
164
+ "LABEL_9": 9
165
+ },
166
+ "layer_norm_eps": 1e-05,
167
+ "layerdrop": 0.1,
168
+ "mask_feature_length": 10,
169
+ "mask_feature_min_masks": 0,
170
+ "mask_feature_prob": 0.0,
171
+ "mask_time_length": 10,
172
+ "mask_time_min_masks": 2,
173
+ "mask_time_prob": 0.05,
174
+ "model_type": "wav2vec2",
175
+ "num_adapter_layers": 3,
176
+ "num_attention_heads": 12,
177
+ "num_codevector_groups": 2,
178
+ "num_codevectors_per_group": 320,
179
+ "num_conv_pos_embedding_groups": 16,
180
+ "num_conv_pos_embeddings": 128,
181
+ "num_feat_extract_layers": 7,
182
+ "num_hidden_layers": 12,
183
+ "num_negatives": 100,
184
+ "output_hidden_size": 768,
185
+ "pad_token_id": 0,
186
+ "proj_codevector_dim": 256,
187
+ "tdnn_dilation": [
188
+ 1,
189
+ 2,
190
+ 3,
191
+ 1,
192
+ 1
193
+ ],
194
+ "tdnn_dim": [
195
+ 512,
196
+ 512,
197
+ 512,
198
+ 512,
199
+ 1500
200
+ ],
201
+ "tdnn_kernel": [
202
+ 5,
203
+ 3,
204
+ 3,
205
+ 1,
206
+ 1
207
+ ],
208
+ "torch_dtype": "float32",
209
+ "transformers_version": "4.28.1",
210
+ "use_weighted_layer_sum": false,
211
+ "vocab_size": 32,
212
+ "xvector_output_dim": 512
213
+ }
checkpoint-4582/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ea80dee522076a969683afbe0657a35de39219aeeeb6aeb9a330888d4bed6b1
3
+ size 756776165
checkpoint-4582/preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
checkpoint-4582/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930f18967723e11333cb10c345f31e01fc06bf9abb163cbd3539c72120ab5581
3
+ size 378397907
checkpoint-4582/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731fbb65226810b82d28dab174003dd9be789b07dbbba5e381113dbb5df57d1c
3
+ size 14567
checkpoint-4582/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f259558513e2fc528a07b7f38b30f5c5f288d683146e7af49557b7b255877c0
3
+ size 623
checkpoint-4582/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4582/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b21521ceb83de9597a354299fc49347039632ce6012b9a5c8e69fa453e903b1
3
+ size 3567
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-base-960h",
3
  "activation_dropout": 0.1,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
 
1
  {
2
+ "_name_or_path": "dima806/bird_sounds_classification",
3
  "activation_dropout": 0.1,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11b3ba45b7794aef22048618249f3fd15cb200e469f4caa8e098a5d9781d6abf
3
  size 378397907
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930f18967723e11333cb10c345f31e01fc06bf9abb163cbd3539c72120ab5581
3
  size 378397907
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eaa299f11a63d1e075d860f2c1abe3b78246caade535b5e28c07f6e0b4502abb
3
  size 3567
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b21521ceb83de9597a354299fc49347039632ce6012b9a5c8e69fa453e903b1
3
  size 3567