jhonparra18
commited on
Commit
•
81d14e1
1
Parent(s):
92e9eb4
Training in progress, step 500
Browse files- .gitignore +1 -0
- config.json +125 -0
- preprocessor_config.json +10 -0
- pytorch_model.bin +3 -0
- runs/Sep05_21-29-08_jp-ner-recruting-0/1662431368.014286/events.out.tfevents.1662431368.jp-ner-recruting-0.1138521.1 +3 -0
- runs/Sep05_21-29-08_jp-ner-recruting-0/events.out.tfevents.1662431368.jp-ner-recruting-0.1138521.0 +3 -0
- runs/Sep05_21-36-06_jp-ner-recruting-0/1662431783.8553061/events.out.tfevents.1662431783.jp-ner-recruting-0.1139185.1 +3 -0
- runs/Sep05_21-36-06_jp-ner-recruting-0/1662433675.3624167/events.out.tfevents.1662433675.jp-ner-recruting-0.1139185.2 +3 -0
- runs/Sep05_21-36-06_jp-ner-recruting-0/events.out.tfevents.1662431783.jp-ner-recruting-0.1139185.0 +3 -0
- runs/Sep05_22-09-43_jp-ner-recruting-0/1662433793.2024832/events.out.tfevents.1662433793.jp-ner-recruting-0.1140314.1 +3 -0
- runs/Sep05_22-09-43_jp-ner-recruting-0/events.out.tfevents.1662433793.jp-ner-recruting-0.1140314.0 +3 -0
- runs/Sep05_23-17-27_jp-ner-recruting-0/1662437856.2927725/events.out.tfevents.1662437856.jp-ner-recruting-0.1141885.1 +3 -0
- runs/Sep05_23-17-27_jp-ner-recruting-0/events.out.tfevents.1662437856.jp-ner-recruting-0.1141885.0 +3 -0
- runs/Sep05_23-26-31_jp-ner-recruting-0/1662438400.413031/events.out.tfevents.1662438400.jp-ner-recruting-0.1143385.1 +3 -0
- runs/Sep05_23-26-31_jp-ner-recruting-0/events.out.tfevents.1662438400.jp-ner-recruting-0.1143385.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "glob-asr/xls-r-es-test-lm",
|
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.0,
|
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.0,
|
53 |
+
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.0,
|
55 |
+
"hidden_act": "gelu",
|
56 |
+
"hidden_dropout": 0.0,
|
57 |
+
"hidden_size": 1024,
|
58 |
+
"id2label": {
|
59 |
+
"0": "lets-work-on-this",
|
60 |
+
"1": "cool",
|
61 |
+
"2": "you-rock"
|
62 |
+
},
|
63 |
+
"initializer_range": 0.02,
|
64 |
+
"intermediate_size": 4096,
|
65 |
+
"label2id": {
|
66 |
+
"cool": 1,
|
67 |
+
"lets-work-on-this": 0,
|
68 |
+
"you-rock": 2
|
69 |
+
},
|
70 |
+
"layer_norm_eps": 1e-05,
|
71 |
+
"layerdrop": 0.0,
|
72 |
+
"mask_channel_length": 10,
|
73 |
+
"mask_channel_min_space": 1,
|
74 |
+
"mask_channel_other": 0.0,
|
75 |
+
"mask_channel_prob": 0.0,
|
76 |
+
"mask_channel_selection": "static",
|
77 |
+
"mask_feature_length": 64,
|
78 |
+
"mask_feature_min_masks": 0,
|
79 |
+
"mask_feature_prob": 0.25,
|
80 |
+
"mask_time_length": 10,
|
81 |
+
"mask_time_min_masks": 2,
|
82 |
+
"mask_time_min_space": 1,
|
83 |
+
"mask_time_other": 0.0,
|
84 |
+
"mask_time_prob": 0.75,
|
85 |
+
"mask_time_selection": "static",
|
86 |
+
"model_type": "wav2vec2",
|
87 |
+
"num_adapter_layers": 3,
|
88 |
+
"num_attention_heads": 16,
|
89 |
+
"num_codevector_groups": 2,
|
90 |
+
"num_codevectors_per_group": 320,
|
91 |
+
"num_conv_pos_embedding_groups": 16,
|
92 |
+
"num_conv_pos_embeddings": 128,
|
93 |
+
"num_feat_extract_layers": 7,
|
94 |
+
"num_hidden_layers": 24,
|
95 |
+
"num_negatives": 100,
|
96 |
+
"output_hidden_size": 1024,
|
97 |
+
"pad_token_id": 33,
|
98 |
+
"proj_codevector_dim": 768,
|
99 |
+
"tdnn_dilation": [
|
100 |
+
1,
|
101 |
+
2,
|
102 |
+
3,
|
103 |
+
1,
|
104 |
+
1
|
105 |
+
],
|
106 |
+
"tdnn_dim": [
|
107 |
+
512,
|
108 |
+
512,
|
109 |
+
512,
|
110 |
+
512,
|
111 |
+
1500
|
112 |
+
],
|
113 |
+
"tdnn_kernel": [
|
114 |
+
5,
|
115 |
+
3,
|
116 |
+
3,
|
117 |
+
1,
|
118 |
+
1
|
119 |
+
],
|
120 |
+
"torch_dtype": "float32",
|
121 |
+
"transformers_version": "4.21.3",
|
122 |
+
"use_weighted_layer_sum": false,
|
123 |
+
"vocab_size": 36,
|
124 |
+
"xvector_output_dim": 512
|
125 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0,
|
7 |
+
"processor_class": "Wav2Vec2ProcessorWithLM",
|
8 |
+
"return_attention_mask": true,
|
9 |
+
"sampling_rate": 16000
|
10 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ce1d65f65adcec1ff23fd890026b4daeb57ab9e079a66adc12728afaaecb311
|
3 |
+
size 1262957976
|
runs/Sep05_21-29-08_jp-ner-recruting-0/1662431368.014286/events.out.tfevents.1662431368.jp-ner-recruting-0.1138521.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:328e34f763daf69e7c45dfcd1154cdbe714a4442f250666535eb070bf35a5829
|
3 |
+
size 5473
|
runs/Sep05_21-29-08_jp-ner-recruting-0/events.out.tfevents.1662431368.jp-ner-recruting-0.1138521.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35770c595fe0f17ba796b1060bbdda903226dc4fa53139e6c7d3d58690e25c82
|
3 |
+
size 40
|
runs/Sep05_21-36-06_jp-ner-recruting-0/1662431783.8553061/events.out.tfevents.1662431783.jp-ner-recruting-0.1139185.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f427c1a916f3df6f891f906b1bc6a46363dd897e3f2adf8d8dd3f0c7dd9f368
|
3 |
+
size 5473
|
runs/Sep05_21-36-06_jp-ner-recruting-0/1662433675.3624167/events.out.tfevents.1662433675.jp-ner-recruting-0.1139185.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7446187b3a6e3155a662844c9a351a92967cc263f4b083f0c5688aefa826f1b5
|
3 |
+
size 5473
|
runs/Sep05_21-36-06_jp-ner-recruting-0/events.out.tfevents.1662431783.jp-ner-recruting-0.1139185.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3acb15cb084ada9a924ca8d1845fb1a3bf0d2d3de23d0c3d36eaa201e68c71b
|
3 |
+
size 12550
|
runs/Sep05_22-09-43_jp-ner-recruting-0/1662433793.2024832/events.out.tfevents.1662433793.jp-ner-recruting-0.1140314.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb79f013a9b62b95a1e2c0287335802669910ad60e510e12650bf6c3aaf0dc4d
|
3 |
+
size 5473
|
runs/Sep05_22-09-43_jp-ner-recruting-0/events.out.tfevents.1662433793.jp-ner-recruting-0.1140314.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9852b001dd27b72b511e5ca57c8aca1da5ff2a9db716509dbe9f833ff99398ff
|
3 |
+
size 7077
|
runs/Sep05_23-17-27_jp-ner-recruting-0/1662437856.2927725/events.out.tfevents.1662437856.jp-ner-recruting-0.1141885.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a807f7ebc69d669da3356a85b99b60e8d9e3be748a5a50e724c891312be8174
|
3 |
+
size 5473
|
runs/Sep05_23-17-27_jp-ner-recruting-0/events.out.tfevents.1662437856.jp-ner-recruting-0.1141885.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:521fa883734fc0b9b1820ee2a2ea4fc47d701bf9cf1f9707e2740232cc53c947
|
3 |
+
size 5668
|
runs/Sep05_23-26-31_jp-ner-recruting-0/1662438400.413031/events.out.tfevents.1662438400.jp-ner-recruting-0.1143385.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a0946ca7638f5f6d1152da8f7225bcbf774644a70df48e9efdca7fd7b9971c0b
|
3 |
+
size 5473
|
runs/Sep05_23-26-31_jp-ner-recruting-0/events.out.tfevents.1662438400.jp-ner-recruting-0.1143385.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c665e40b6ecf40b71fd211971f056642398bb7bd8a4a638c55c3471a1941295
|
3 |
+
size 8717
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a8f8945799703ec95609294f393a1bbb09103dcc03d784591f8c3fcecdc2af8
|
3 |
+
size 3439
|