removed the bos and eos
Browse files- added_tokens.json +1 -1
- alphabet.json +1 -1
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
added_tokens.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{
|
|
|
1 |
+
{}
|
alphabet.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"labels": [" ", "-", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "\u00e2", "\u00e7", "\u00eb", "\u00ee", "\u00f6", "\u00fc", "\u011f", "\u0131", "\u015f", "\u0307", "\u2047", ""
|
|
|
1 |
+
{"labels": [" ", "-", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "\u00e2", "\u00e7", "\u00eb", "\u00ee", "\u00f6", "\u00fc", "\u011f", "\u0131", "\u015f", "\u0307", "\u2047", "" ], "is_bpe": false}
|
special_tokens_map.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"bos_token":
|
|
|
1 |
+
{"bos_token": null, "eos_token": null, "unk_token": "<unk>", "pad_token": "<pad>"}
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"unk_token": "[UNK]", "bos_token":
|
|
|
1 |
+
{"unk_token": "[UNK]", "bos_token": null, "eos_token": null, "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": "/home/cahya/.cache/huggingface/transformers/2916f85ca1c8db02f6dffab6c5680b457e26471b99cac401f31d9d01fd7af256.a21d51735cf8667bcd610f057e88548d5d6a381401f6b4501a8bc6c1a9dc8498", "tokenizer_file": null, "name_or_path": "cahya/wav2vec2-base-turkish-artificial-cv", "processor_class": "Wav2Vec2ProcessorWithLM", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
|