Update tiny models for Wav2Vec2ForSequenceClassification
#9
by
hf-transformers-bot
- opened
- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -2
config.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
| 79 |
3
|
| 80 |
],
|
| 81 |
"torch_dtype": "float32",
|
| 82 |
-
"transformers_version": "4.
|
| 83 |
"use_weighted_layer_sum": false,
|
| 84 |
"vocab_size": 32,
|
| 85 |
"xvector_output_dim": 32
|
|
|
|
| 79 |
3
|
| 80 |
],
|
| 81 |
"torch_dtype": "float32",
|
| 82 |
+
"transformers_version": "4.29.0.dev0",
|
| 83 |
"use_weighted_layer_sum": false,
|
| 84 |
"vocab_size": 32,
|
| 85 |
"xvector_output_dim": 32
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 153130
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a29770787e596a6a9b893b496abe956843baea9abe4e540dc3ad37b2008c3e4
|
| 3 |
size 153130
|
tokenizer_config.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"bos_token": "<s>",
|
|
|
|
| 3 |
"do_lower_case": false,
|
| 4 |
"do_normalize": true,
|
| 5 |
"eos_token": "</s>",
|
| 6 |
"model_max_length": 9223372036854775807,
|
| 7 |
-
"name_or_path": "facebook/wav2vec2-base-960h",
|
| 8 |
"pad_token": "<pad>",
|
| 9 |
"replace_word_delimiter_char": " ",
|
| 10 |
"return_attention_mask": false,
|
| 11 |
-
"special_tokens_map_file": "/home/huggingface/.cache/huggingface/hub/models--facebook--wav2vec2-base-960h/snapshots/22aad52d435eb6dbaf354bdad9b0da84ce7d6156/special_tokens_map.json",
|
| 12 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
| 13 |
"unk_token": "<unk>",
|
| 14 |
"word_delimiter_token": "|"
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token": "<s>",
|
| 3 |
+
"clean_up_tokenization_spaces": true,
|
| 4 |
"do_lower_case": false,
|
| 5 |
"do_normalize": true,
|
| 6 |
"eos_token": "</s>",
|
| 7 |
"model_max_length": 9223372036854775807,
|
|
|
|
| 8 |
"pad_token": "<pad>",
|
| 9 |
"replace_word_delimiter_char": " ",
|
| 10 |
"return_attention_mask": false,
|
|
|
|
| 11 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
| 12 |
"unk_token": "<unk>",
|
| 13 |
"word_delimiter_token": "|"
|