Yingxu He
commited on
Upload config.json with huggingface_hub
Browse files- config.json +6 -1
config.json
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"auto_map": {
|
3 |
-
"AutoConfig": "configuration_meralion.MERaLiONConfig"
|
|
|
4 |
},
|
5 |
"head_dim": 256,
|
6 |
"hidden_size": 3584,
|
@@ -56,5 +60,6 @@
|
|
56 |
"sliding_window_size": 4096,
|
57 |
"torch_dtype": "bfloat16"
|
58 |
},
|
|
|
59 |
"transformers_version": "4.44.2"
|
60 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"MERaLiONForConditionalGeneration"
|
4 |
+
],
|
5 |
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_meralion.MERaLiONConfig",
|
7 |
+
"AutoModelForSpeechSeq2Seq": "modeling_meralion.MERaLiONForConditionalGeneration"
|
8 |
},
|
9 |
"head_dim": 256,
|
10 |
"hidden_size": 3584,
|
|
|
60 |
"sliding_window_size": 4096,
|
61 |
"torch_dtype": "bfloat16"
|
62 |
},
|
63 |
+
"torch_dtype": "bfloat16",
|
64 |
"transformers_version": "4.44.2"
|
65 |
}
|