Commit
·
dde3cc4
1
Parent(s):
73115d3
change config
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"bos_token_id": 1,
|
| 8 |
"classifier_proj_size": 256,
|
| 9 |
"codevector_dim": 768,
|
| 10 |
-
"conv_bias":
|
| 11 |
"conv_dim": [
|
| 12 |
512,
|
| 13 |
512,
|
|
@@ -69,6 +69,5 @@
|
|
| 69 |
"torch_dtype": "float32",
|
| 70 |
"transformers_version": "4.12.0.dev0",
|
| 71 |
"use_weighted_layer_sum": false,
|
| 72 |
-
"vocab_size": 256,
|
| 73 |
"tokenizer_class": "Wav2Vec2CTCTokenizer"
|
| 74 |
}
|
|
|
|
| 7 |
"bos_token_id": 1,
|
| 8 |
"classifier_proj_size": 256,
|
| 9 |
"codevector_dim": 768,
|
| 10 |
+
"conv_bias": false,
|
| 11 |
"conv_dim": [
|
| 12 |
512,
|
| 13 |
512,
|
|
|
|
| 69 |
"torch_dtype": "float32",
|
| 70 |
"transformers_version": "4.12.0.dev0",
|
| 71 |
"use_weighted_layer_sum": false,
|
|
|
|
| 72 |
"tokenizer_class": "Wav2Vec2CTCTokenizer"
|
| 73 |
}
|