Yingxu He
commited on
Upload config
Browse files- README.md +12 -12
- config.json +2 -6
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
---
|
2 |
-
library_name: transformers
|
3 |
-
|
4 |
-
|
5 |
-
-
|
6 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
|
12 |
-
---
|
13 |
|
14 |
# MERaLiON
|
15 |
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
metrics:
|
5 |
+
- bleu
|
6 |
+
- wer
|
7 |
+
pipeline_tag: audio-text-to-text
|
8 |
+
tags:
|
9 |
+
- LLM-as-a-Judge
|
10 |
+
- chat
|
11 |
+
- audio
|
12 |
+
---
|
13 |
|
14 |
# MERaLiON
|
15 |
|
config.json
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
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,
|
@@ -166,6 +163,5 @@
|
|
166 |
"sliding_window_size": 4096,
|
167 |
"torch_dtype": "bfloat16"
|
168 |
},
|
169 |
-
"torch_dtype": "bfloat16",
|
170 |
"transformers_version": "4.46.3"
|
171 |
}
|
|
|
1 |
{
|
2 |
+
"_attn_implementation_autoset": true,
|
|
|
|
|
3 |
"auto_map": {
|
4 |
+
"AutoConfig": "configuration_meralion.MERaLiONConfig"
|
|
|
5 |
},
|
6 |
"head_dim": 256,
|
7 |
"hidden_size": 3584,
|
|
|
163 |
"sliding_window_size": 4096,
|
164 |
"torch_dtype": "bfloat16"
|
165 |
},
|
|
|
166 |
"transformers_version": "4.46.3"
|
167 |
}
|