vutankiet2901
commited on
Commit
•
449e4ac
1
Parent(s):
5196e76
Upload LM model
Browse files- alphabet.json +1 -0
- language_model/5gram.bin +3 -0
- language_model/attrs.json +1 -0
- language_model/unigrams.txt +0 -0
- preprocessor_config.json +1 -0
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
alphabet.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"labels": ["\u304a", "\u3043", "\u3082", "\u3067", "\u3048", "\u307e", "\u3093", "\u305c", "\u3071", "\u3042", "\u306d", "\u308a", " ", "&", "q", "\u306e", "\u304e", "\u307f", "\u306a", "i", "\u3076", "\u3075", "\u3072", "\u3062", "\u3060", "\u3041", "\u3078", "s", "\u3079", "d", "\u3089", "\u3086", "\u305f", "a", "\u305e", "\u3045", "\u307b", "\u3044", "\u3055", "\u3094", "\u3051", "\u304b", "\u304f", "\u3059", "l", "\u308f", "\u3065", "\u305b", "\u3005", "g", "\u308d", "\u3068", "\u305d", "\u3080", "\u30fc", "\u306c", "j", "u", "\u3056", "\u3061", "\u3058", "\u3084", "\u3050", "\u3096", "w", "\u3074", "e", "\u3054", "\u3069", "b", "\u3066", "o", "y", "\u3052", "c", "\u3092", "\u7e6b", "\u306f", "\u3073", "\u3085", "\u308b", "\u3063", "\u3046", "\u307d", "\u308c", "h", "\u306b", "\u305a", "\u3077", "\u307c", "\u3081", "\u3057", "m", "r", "n", "\u3088", "\u3053", "p", "x", "\u3047", "k", "\u3083", "\u3049", "\u307a", "f", "z", "\u3064", "\u304c", "\u304d", "t", "\u3087", "v", "\u3070", "\u2047", "", "<s>", "</s>"], "is_bpe": false}
|
language_model/5gram.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59e31dc14e41f84c5c5e267870c688ad08f0b6f3aca170b2fddfc58fbd39e9f8
|
3 |
+
size 359416671
|
language_model/attrs.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"alpha": 0.5, "beta": 1.5, "unk_score_offset": -10.0, "score_boundary": true}
|
language_model/unigrams.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
preprocessor_config.json
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
"feature_size": 1,
|
5 |
"padding_side": "right",
|
6 |
"padding_value": 0,
|
|
|
7 |
"return_attention_mask": true,
|
8 |
"sampling_rate": 16000
|
9 |
}
|
|
|
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 |
}
|
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}]}
|
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": null, "tokenizer_file": null, "name_or_path": "
|
|
|
1 |
+
{"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "vutankiet2901/wav2vec2-xls-r-1b-ja", "tokenizer_class": "Wav2Vec2CTCTokenizer", "processor_class": "Wav2Vec2ProcessorWithLM"}
|