Upload Speech2TextForConditionalGeneration
Browse files- config.json +3 -1
- generation_config.json +11 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.1,
|
| 3 |
"activation_function": "relu",
|
| 4 |
"architectures": [
|
|
@@ -40,7 +41,8 @@
|
|
| 40 |
"pad_token_id": 1,
|
| 41 |
"scale_embedding": true,
|
| 42 |
"tie_word_embeddings": false,
|
| 43 |
-
"
|
|
|
|
| 44 |
"use_cache": true,
|
| 45 |
"vocab_size": 277
|
| 46 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "joaogante/test_audio",
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
|
|
|
| 41 |
"pad_token_id": 1,
|
| 42 |
"scale_embedding": true,
|
| 43 |
"tie_word_embeddings": false,
|
| 44 |
+
"torch_dtype": "float32",
|
| 45 |
+
"transformers_version": "4.26.0.dev0",
|
| 46 |
"use_cache": true,
|
| 47 |
"vocab_size": 277
|
| 48 |
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"decoder_start_token_id": 2,
|
| 5 |
+
"early_stopping": true,
|
| 6 |
+
"eos_token_id": 2,
|
| 7 |
+
"max_length": 200,
|
| 8 |
+
"num_beams": 5,
|
| 9 |
+
"pad_token_id": 1,
|
| 10 |
+
"transformers_version": "4.26.0.dev0"
|
| 11 |
+
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78e066c2c3607951bdd463a8e6f19dcfdde6ab87cde3d6e1e216178f797ddf43
|
| 3 |
+
size 108586037
|