Upload 2 files
Browse files- config.json +58 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"E2TextToSemanticWLen"
|
4 |
+
],
|
5 |
+
"bos_token_id": 1,
|
6 |
+
"eos_token_id": 2,
|
7 |
+
"hidden_size": 512,
|
8 |
+
"main_encoder_args": {
|
9 |
+
"attn_dropout": 0.0,
|
10 |
+
"attn_flash": true,
|
11 |
+
"conv_dropout": 0.0,
|
12 |
+
"conv_kernel_size": 5,
|
13 |
+
"depth": 8,
|
14 |
+
"dim": 512,
|
15 |
+
"dim_head": 32,
|
16 |
+
"ff_dropout": 0.0,
|
17 |
+
"ff_mult": 4,
|
18 |
+
"heads": 16
|
19 |
+
},
|
20 |
+
"model_type": "e2_text_to_semantic_w_length",
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"pre_text_encoder_args": {
|
23 |
+
"attn_dropout": 0.0,
|
24 |
+
"attn_flash": true,
|
25 |
+
"conv_dropout": 0.0,
|
26 |
+
"conv_kernel_size": 5,
|
27 |
+
"depth": 4,
|
28 |
+
"dim": 512,
|
29 |
+
"dim_head": 32,
|
30 |
+
"ff_dropout": 0.0,
|
31 |
+
"ff_mult": 4,
|
32 |
+
"heads": 16
|
33 |
+
},
|
34 |
+
"prompt_encoder_args": {
|
35 |
+
"attn_dropout": 0.0,
|
36 |
+
"attn_flash": true,
|
37 |
+
"conv_dropout": 0.0,
|
38 |
+
"conv_kernel_size": 5,
|
39 |
+
"depth": 4,
|
40 |
+
"dim": 512,
|
41 |
+
"dim_head": 32,
|
42 |
+
"ff_dropout": 0.0,
|
43 |
+
"ff_mult": 4,
|
44 |
+
"heads": 16
|
45 |
+
},
|
46 |
+
"semantic_vocab_size": 1024,
|
47 |
+
"special_tokens": {
|
48 |
+
"mask": 5,
|
49 |
+
"pad": 0,
|
50 |
+
"prompt": 2,
|
51 |
+
"sep": 4,
|
52 |
+
"speech": 3,
|
53 |
+
"text": 1
|
54 |
+
},
|
55 |
+
"text_vocab_size": 256,
|
56 |
+
"torch_dtype": "bfloat16",
|
57 |
+
"transformers_version": "4.42.3"
|
58 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49ef358a040186279c544f1fff11414a446d9aa14b4f0ab2e82fbce378ebadcb
|
3 |
+
size 221709651
|