Training in progress, step 10
Browse files- .gitignore +1 -0
- added_tokens.json +1 -0
- config.json +121 -0
- preprocessor_config.json +9 -0
- pytorch_model.bin +3 -0
- runs/Nov27_17-19-51_520d9cc1930d/1669569601.9047437/events.out.tfevents.1669569601.520d9cc1930d.78.1 +3 -0
- runs/Nov27_17-19-51_520d9cc1930d/events.out.tfevents.1669569601.520d9cc1930d.78.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.json +1 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
added_tokens.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"<s>": 32, "</s>": 33}
|
config.json
ADDED
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/gdrive/MyDrive/02 - bzh_translater/2_SpeechToText/model/wav2vec-xsl-r-300m",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"adapter_kernel_size": 3,
|
5 |
+
"adapter_stride": 2,
|
6 |
+
"add_adapter": false,
|
7 |
+
"apply_spec_augment": true,
|
8 |
+
"architectures": [
|
9 |
+
"Wav2Vec2ForSpeechClassification"
|
10 |
+
],
|
11 |
+
"attention_dropout": 0.1,
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"classifier_proj_size": 256,
|
14 |
+
"codevector_dim": 768,
|
15 |
+
"contrastive_logits_temperature": 0.1,
|
16 |
+
"conv_bias": true,
|
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": "mean",
|
45 |
+
"ctc_zero_infinity": false,
|
46 |
+
"diversity_loss_weight": 0.1,
|
47 |
+
"do_stable_layer_norm": true,
|
48 |
+
"eos_token_id": 2,
|
49 |
+
"feat_extract_activation": "gelu",
|
50 |
+
"feat_extract_dropout": 0.0,
|
51 |
+
"feat_extract_norm": "layer",
|
52 |
+
"feat_proj_dropout": 0.1,
|
53 |
+
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.0,
|
55 |
+
"finetuning_task": "wav2vec2_clf",
|
56 |
+
"gradient_checkpointing": false,
|
57 |
+
"hidden_act": "gelu",
|
58 |
+
"hidden_dropout": 0.1,
|
59 |
+
"hidden_size": 1024,
|
60 |
+
"id2label": {
|
61 |
+
"0": "Gwenedeg",
|
62 |
+
"1": "Kerneveg",
|
63 |
+
"2": "Leoneg"
|
64 |
+
},
|
65 |
+
"initializer_range": 0.02,
|
66 |
+
"intermediate_size": 4096,
|
67 |
+
"label2id": {
|
68 |
+
"Gwenedeg": 0,
|
69 |
+
"Kerneveg": 1,
|
70 |
+
"Leoneg": 2
|
71 |
+
},
|
72 |
+
"layer_norm_eps": 1e-05,
|
73 |
+
"layerdrop": 0.1,
|
74 |
+
"mask_feature_length": 10,
|
75 |
+
"mask_feature_min_masks": 0,
|
76 |
+
"mask_feature_prob": 0.0,
|
77 |
+
"mask_time_length": 10,
|
78 |
+
"mask_time_min_masks": 2,
|
79 |
+
"mask_time_prob": 0.075,
|
80 |
+
"model_type": "wav2vec2",
|
81 |
+
"num_adapter_layers": 3,
|
82 |
+
"num_attention_heads": 16,
|
83 |
+
"num_codevector_groups": 2,
|
84 |
+
"num_codevectors_per_group": 320,
|
85 |
+
"num_conv_pos_embedding_groups": 16,
|
86 |
+
"num_conv_pos_embeddings": 128,
|
87 |
+
"num_feat_extract_layers": 7,
|
88 |
+
"num_hidden_layers": 24,
|
89 |
+
"num_negatives": 100,
|
90 |
+
"output_hidden_size": 1024,
|
91 |
+
"pad_token_id": 31,
|
92 |
+
"pooling_mode": "mean",
|
93 |
+
"problem_type": "single_label_classification",
|
94 |
+
"proj_codevector_dim": 768,
|
95 |
+
"tdnn_dilation": [
|
96 |
+
1,
|
97 |
+
2,
|
98 |
+
3,
|
99 |
+
1,
|
100 |
+
1
|
101 |
+
],
|
102 |
+
"tdnn_dim": [
|
103 |
+
512,
|
104 |
+
512,
|
105 |
+
512,
|
106 |
+
512,
|
107 |
+
1500
|
108 |
+
],
|
109 |
+
"tdnn_kernel": [
|
110 |
+
5,
|
111 |
+
3,
|
112 |
+
3,
|
113 |
+
1,
|
114 |
+
1
|
115 |
+
],
|
116 |
+
"torch_dtype": "float32",
|
117 |
+
"transformers_version": "4.11.3",
|
118 |
+
"use_weighted_layer_sum": false,
|
119 |
+
"vocab_size": 32,
|
120 |
+
"xvector_output_dim": 512
|
121 |
+
}
|
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c08156e3d70fe2cfc1e43f291cd8abc6d7e86ce789eac79187c1cd3517e3f314
|
3 |
+
size 1266135149
|
runs/Nov27_17-19-51_520d9cc1930d/1669569601.9047437/events.out.tfevents.1669569601.520d9cc1930d.78.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fce440e91c254d6ec5e58af5d85f08e1c9defe5d2c4186d6b9617a30ea9faeb2
|
3 |
+
size 4558
|
runs/Nov27_17-19-51_520d9cc1930d/events.out.tfevents.1669569601.520d9cc1930d.78.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9c802696b36f3bf806a81dddb7d27774b3eaa4e52168870ffcceaf40a52afcb
|
3 |
+
size 5350
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "replace_word_delimiter_char": " ", "special_tokens_map_file": "/content/gdrive/MyDrive/02 - bzh_translater/2_SpeechToText/model/wav2vec-xsl-r-300m/special_tokens_map.json", "tokenizer_file": null, "name_or_path": "/content/gdrive/MyDrive/02 - bzh_translater/2_SpeechToText/model/wav2vec-xsl-r-300m", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fbc6c6f5f0175c621f267532c9ce8bf57806a0ae353bc746fc081226d5e3b6d
|
3 |
+
size 2863
|
vocab.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"r": 0, "e": 1, "o": 2, "h": 3, "f": 4, "l": 5, "w": 6, "s": 7, "v": 8, "j": 9, "n": 10, "a": 11, "u": 12, "x": 13, "d": 14, "k": 15, "g": 16, "i": 17, "t": 18, "ñ": 19, "b": 20, "y": 21, "p": 22, "ù": 23, "'": 24, "z": 25, "c": 27, "q": 28, "m": 29, "|": 26, "[UNK]": 30, "[PAD]": 31}
|