include apostrophes, augment audio, train longer
Browse files- config.json +4 -4
- pytorch_model.bin +2 -2
- vocab.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.05,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
@@ -62,7 +62,7 @@
|
|
62 |
"mask_time_length": 10,
|
63 |
"mask_time_min_space": 1,
|
64 |
"mask_time_other": 0.0,
|
65 |
-
"mask_time_prob": 0.
|
66 |
"mask_time_selection": "static",
|
67 |
"model_type": "wav2vec2",
|
68 |
"num_attention_heads": 16,
|
@@ -70,7 +70,7 @@
|
|
70 |
"num_conv_pos_embeddings": 128,
|
71 |
"num_feat_extract_layers": 7,
|
72 |
"num_hidden_layers": 24,
|
73 |
-
"pad_token_id":
|
74 |
"transformers_version": "4.5.0.dev0",
|
75 |
-
"vocab_size":
|
76 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/workspace/checkpoints/lg/wav2vec2-large-xlsr-lg-augment/checkpoint-7424",
|
3 |
"activation_dropout": 0.05,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
62 |
"mask_time_length": 10,
|
63 |
"mask_time_min_space": 1,
|
64 |
"mask_time_other": 0.0,
|
65 |
+
"mask_time_prob": 0.1,
|
66 |
"mask_time_selection": "static",
|
67 |
"model_type": "wav2vec2",
|
68 |
"num_attention_heads": 16,
|
|
|
70 |
"num_conv_pos_embeddings": 128,
|
71 |
"num_feat_extract_layers": 7,
|
72 |
"num_hidden_layers": 24,
|
73 |
+
"pad_token_id": 27,
|
74 |
"transformers_version": "4.5.0.dev0",
|
75 |
+
"vocab_size": 28
|
76 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6a34a3a923d86de6307ba153011d3ec71a4ba609c662bd4997fb69ede168ee1
|
3 |
+
size 1262048599
|
vocab.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"y": 0, "
|
|
|
1 |
+
{"y": 0, "k": 1, "o": 2, "e": 3, "u": 4, "p": 5, "c": 6, "t": 7, "b": 8, "m": 9, "d": 10, "f": 11, "h": 12, "s": 13, "v": 14, "r": 15, "w": 17, "l": 18, "j": 19, "g": 20, "i": 21, "z": 22, "'": 23, "n": 24, "a": 25, "|": 16, "[UNK]": 26, "[PAD]": 27}
|