Upload folder using huggingface_hub
Browse files- checkpoint-2195/config.json +123 -0
- checkpoint-2195/optimizer.pt +3 -0
- checkpoint-2195/preprocessor_config.json +9 -0
- checkpoint-2195/pytorch_model.bin +3 -0
- checkpoint-2195/rng_state.pth +3 -0
- checkpoint-2195/scheduler.pt +3 -0
- checkpoint-2195/trainer_state.json +0 -0
- checkpoint-2195/training_args.bin +3 -0
- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
checkpoint-2195/config.json
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dima806/english_accents_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": "us",
|
62 |
+
"1": "england",
|
63 |
+
"2": "indian",
|
64 |
+
"3": "australia",
|
65 |
+
"4": "canada"
|
66 |
+
},
|
67 |
+
"initializer_range": 0.02,
|
68 |
+
"intermediate_size": 3072,
|
69 |
+
"label2id": {
|
70 |
+
"LABEL_0": 0,
|
71 |
+
"LABEL_1": 1,
|
72 |
+
"LABEL_2": 2,
|
73 |
+
"LABEL_3": 3,
|
74 |
+
"LABEL_4": 4
|
75 |
+
},
|
76 |
+
"layer_norm_eps": 1e-05,
|
77 |
+
"layerdrop": 0.1,
|
78 |
+
"mask_feature_length": 10,
|
79 |
+
"mask_feature_min_masks": 0,
|
80 |
+
"mask_feature_prob": 0.0,
|
81 |
+
"mask_time_length": 10,
|
82 |
+
"mask_time_min_masks": 2,
|
83 |
+
"mask_time_prob": 0.05,
|
84 |
+
"model_type": "wav2vec2",
|
85 |
+
"num_adapter_layers": 3,
|
86 |
+
"num_attention_heads": 12,
|
87 |
+
"num_codevector_groups": 2,
|
88 |
+
"num_codevectors_per_group": 320,
|
89 |
+
"num_conv_pos_embedding_groups": 16,
|
90 |
+
"num_conv_pos_embeddings": 128,
|
91 |
+
"num_feat_extract_layers": 7,
|
92 |
+
"num_hidden_layers": 12,
|
93 |
+
"num_negatives": 100,
|
94 |
+
"output_hidden_size": 768,
|
95 |
+
"pad_token_id": 0,
|
96 |
+
"proj_codevector_dim": 256,
|
97 |
+
"tdnn_dilation": [
|
98 |
+
1,
|
99 |
+
2,
|
100 |
+
3,
|
101 |
+
1,
|
102 |
+
1
|
103 |
+
],
|
104 |
+
"tdnn_dim": [
|
105 |
+
512,
|
106 |
+
512,
|
107 |
+
512,
|
108 |
+
512,
|
109 |
+
1500
|
110 |
+
],
|
111 |
+
"tdnn_kernel": [
|
112 |
+
5,
|
113 |
+
3,
|
114 |
+
3,
|
115 |
+
1,
|
116 |
+
1
|
117 |
+
],
|
118 |
+
"torch_dtype": "float32",
|
119 |
+
"transformers_version": "4.28.1",
|
120 |
+
"use_weighted_layer_sum": false,
|
121 |
+
"vocab_size": 32,
|
122 |
+
"xvector_output_dim": 512
|
123 |
+
}
|
checkpoint-2195/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:246403d08d79bc0c470591d3dbd6a27ba3801a3e0ce3c94a15bc5ddd34e2857a
|
3 |
+
size 756683621
|
checkpoint-2195/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-2195/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b095175868d6d2364484a9eb982f7746f3ed410c9520979ff9707c2d35d2d025
|
3 |
+
size 378351635
|
checkpoint-2195/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ace381ee0bd9ee18ed535f950145f95eafda61c09b060026ccf1f04f24feb09
|
3 |
+
size 14503
|
checkpoint-2195/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0f16b73e06b10ae56546282d2513b347fe2386fc63a9c1bae582d51daaff446
|
3 |
+
size 623
|
checkpoint-2195/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-2195/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d869f43cb1701db0c657698990221da2a60f1265eae189b4de7974bb6ad9914
|
3 |
+
size 3567
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "dima806/english_accents_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:
|
3 |
size 378351635
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b095175868d6d2364484a9eb982f7746f3ed410c9520979ff9707c2d35d2d025
|
3 |
size 378351635
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3567
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d869f43cb1701db0c657698990221da2a60f1265eae189b4de7974bb6ad9914
|
3 |
size 3567
|