Nhut DOANNGUYEN
commited on
Commit
·
b4561c6
1
Parent(s):
80bcb91
Version 35
Browse files- config.json +3 -3
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/gdrive/MyDrive/Colab\\ Notebooks/
|
3 |
"activation_dropout": 0.0,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
@@ -51,7 +51,7 @@
|
|
51 |
"initializer_range": 0.02,
|
52 |
"intermediate_size": 4096,
|
53 |
"layer_norm_eps": 1e-05,
|
54 |
-
"layerdrop": 0.
|
55 |
"mask_channel_length": 10,
|
56 |
"mask_channel_min_space": 1,
|
57 |
"mask_channel_other": 0.0,
|
@@ -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,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/gdrive/MyDrive/Colab\\ Notebooks/XLSR_V27/wav2vec-large-xlsr-vietnamese-demo",
|
3 |
"activation_dropout": 0.0,
|
4 |
"apply_spec_augment": true,
|
5 |
"architectures": [
|
|
|
51 |
"initializer_range": 0.02,
|
52 |
"intermediate_size": 4096,
|
53 |
"layer_norm_eps": 1e-05,
|
54 |
+
"layerdrop": 0.05,
|
55 |
"mask_channel_length": 10,
|
56 |
"mask_channel_min_space": 1,
|
57 |
"mask_channel_other": 0.0,
|
|
|
62 |
"mask_time_length": 10,
|
63 |
"mask_time_min_space": 1,
|
64 |
"mask_time_other": 0.0,
|
65 |
+
"mask_time_prob": 0.06,
|
66 |
"mask_time_selection": "static",
|
67 |
"model_type": "wav2vec2",
|
68 |
"num_attention_heads": 16,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262315159
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dcdba8f9e6806c819a362ea96b105ced7b6a7f28bf75019d86b7245caaa94c9
|
3 |
size 1262315159
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": "/content/gdrive/MyDrive/Colab\\ Notebooks/XLSR_24_1938-0.71+0/wav2vec-large-xlsr-vietnamese-demo/special_tokens_map.json", "tokenizer_file": null, "name_or_path": "/content/gdrive/MyDrive/Colab\\ Notebooks/
|
|
|
1 |
+
{"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": "/content/gdrive/MyDrive/Colab\\ Notebooks/XLSR_24_1938-0.71+0/wav2vec-large-xlsr-vietnamese-demo/special_tokens_map.json", "tokenizer_file": null, "name_or_path": "/content/gdrive/MyDrive/Colab\\ Notebooks/XLSR_V27/wav2vec-large-xlsr-vietnamese-demo"}
|