patrickvonplaten
commited on
Commit
•
3ad0f98
1
Parent(s):
0437868
Training in progress, step 400
Browse files
config.json
CHANGED
@@ -63,12 +63,12 @@
|
|
63 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
64 |
"feature_layer_norm_eps": 1e-05,
|
65 |
"final_dropout": 0.0,
|
66 |
-
"hidden_act": "
|
67 |
"hidden_dropout": 0.0,
|
68 |
"hidden_size": 512,
|
69 |
"initializer_range": 0.02,
|
70 |
"intermediate_size": 2048,
|
71 |
-
"layer_norm_eps": 1e-
|
72 |
"layerdrop": 0.0,
|
73 |
"mask_feature_length": 10,
|
74 |
"mask_feature_prob": 0.0,
|
|
|
63 |
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
64 |
"feature_layer_norm_eps": 1e-05,
|
65 |
"final_dropout": 0.0,
|
66 |
+
"hidden_act": "gelu_python",
|
67 |
"hidden_dropout": 0.0,
|
68 |
"hidden_size": 512,
|
69 |
"initializer_range": 0.02,
|
70 |
"intermediate_size": 2048,
|
71 |
+
"layer_norm_eps": 1e-07,
|
72 |
"layerdrop": 0.0,
|
73 |
"mask_feature_length": 10,
|
74 |
"mask_feature_prob": 0.0,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 164046635
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95dae0fa6c180425f1fdd13546970fcd169263ac2c9855419cd9467390474885
|
3 |
size 164046635
|
runs/Oct28_14-11-54_brutasse/1635430384.3373406/events.out.tfevents.1635430384.brutasse.22330.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14847355660f26f505eb34557427e2f5be786013795be59df7567c298cfc844a
|
3 |
+
size 4565
|
runs/Oct28_14-11-54_brutasse/events.out.tfevents.1635430384.brutasse.22330.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dacea9e72b8c1b18a1ffac47d9d58ad9a893bc5c43b2345979aaf193f859d643
|
3 |
+
size 11904
|
special_tokens_map.json
CHANGED
@@ -1 +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}]}
|
|
|
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}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2863
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cdb3143d1cd82e22e39035f399dba6470a638ae8488779a930dc9d150a88cf29
|
3 |
size 2863
|