Upload 2 files
Browse files- config.json +30 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"SpeechTextMultiTask"
|
4 |
+
],
|
5 |
+
"bos_token_id": 1,
|
6 |
+
"encoder_config": {
|
7 |
+
"attn_dropout": 0.1,
|
8 |
+
"attn_flash": true,
|
9 |
+
"conv_dropout": 0.1,
|
10 |
+
"conv_expansion_factor": 2,
|
11 |
+
"conv_kernel_size": 7,
|
12 |
+
"depth": 6,
|
13 |
+
"dim_head": 48,
|
14 |
+
"ff_dropout": 0.1,
|
15 |
+
"ff_mult": 4,
|
16 |
+
"heads": 8
|
17 |
+
},
|
18 |
+
"eos_token_id": 2,
|
19 |
+
"hidden_size": 384,
|
20 |
+
"model_type": "speech_text_multitask",
|
21 |
+
"num_speech_tokens": 1024,
|
22 |
+
"num_text_tokens": 256,
|
23 |
+
"pad_token_id": 0,
|
24 |
+
"speech_tokenizer_name": null,
|
25 |
+
"tokenizer_name": "byte",
|
26 |
+
"torch_dtype": "bfloat16",
|
27 |
+
"transformers_version": "4.44.2",
|
28 |
+
"use_ctc_correction": true,
|
29 |
+
"use_speech_mlm": true
|
30 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1491a146bd57c68ab0e43f53668ad63e9b9d23f33cea4428600bbf48cdeb630a
|
3 |
+
size 49591199
|