Initial model upload for speech emotion recognition
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -129,7 +129,7 @@
|
|
129 |
1
|
130 |
],
|
131 |
"torch_dtype": "float32",
|
132 |
-
"transformers_version": "4.
|
133 |
"use_weighted_layer_sum": false,
|
134 |
"vocab_size": 32,
|
135 |
"xvector_output_dim": 512
|
|
|
129 |
1
|
130 |
],
|
131 |
"torch_dtype": "float32",
|
132 |
+
"transformers_version": "4.46.2",
|
133 |
"use_weighted_layer_sum": false,
|
134 |
"vocab_size": 32,
|
135 |
"xvector_output_dim": 512
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 378307508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b1902533ddcaae3c13468eadb24df9ffd2bcd1fe0c8391d94dde0a68cf59fee
|
3 |
size 378307508
|
tokenizer_config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
}
|
35 |
},
|
36 |
"bos_token": "<s>",
|
37 |
-
"clean_up_tokenization_spaces":
|
38 |
"do_lower_case": false,
|
39 |
"do_normalize": true,
|
40 |
"eos_token": "</s>",
|
|
|
34 |
}
|
35 |
},
|
36 |
"bos_token": "<s>",
|
37 |
+
"clean_up_tokenization_spaces": false,
|
38 |
"do_lower_case": false,
|
39 |
"do_normalize": true,
|
40 |
"eos_token": "</s>",
|