Upload folder using huggingface_hub
Browse files- 1_3B-multi-v1.pth +3 -0
- 1_3B-single-v1.pth +3 -0
- config_af2v_14B.json +13 -0
- config_af2v_1_3B.json +13 -0
1_3B-multi-v1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:287a04e6a4babbfa5e2a6bf0ea93c06f33c654aa9d31f55fd9d7503e48a16737
|
| 3 |
+
size 22807496188
|
1_3B-single-v1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0151187fd95e034acb1a2b531c41bd22b9a6a1c66e6de711286fb99fb801061a
|
| 3 |
+
size 22807496188
|
config_af2v_14B.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dim": 5120,
|
| 3 |
+
"eps": 1e-06,
|
| 4 |
+
"ffn_dim": 13824,
|
| 5 |
+
"freq_dim": 256,
|
| 6 |
+
"in_dim": 36,
|
| 7 |
+
"model_type": "a2v_af",
|
| 8 |
+
"num_heads": 40,
|
| 9 |
+
"num_layers": 40,
|
| 10 |
+
"out_dim": 16,
|
| 11 |
+
"text_len": 512,
|
| 12 |
+
"use_concat_attention": true
|
| 13 |
+
}
|
config_af2v_1_3B.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dim": 1536,
|
| 3 |
+
"eps": 1e-06,
|
| 4 |
+
"ffn_dim": 8960,
|
| 5 |
+
"freq_dim": 256,
|
| 6 |
+
"in_dim": 36,
|
| 7 |
+
"model_type": "a2v_af",
|
| 8 |
+
"num_heads": 12,
|
| 9 |
+
"num_layers": 30,
|
| 10 |
+
"out_dim": 16,
|
| 11 |
+
"text_len": 512,
|
| 12 |
+
"use_concat_attention": true
|
| 13 |
+
}
|