Yingxu He commited on
Commit
30951e5
·
verified ·
1 Parent(s): 0c9e2c9

Upload config

Browse files
Files changed (2) hide show
  1. README.md +12 -12
  2. config.json +2 -6
README.md CHANGED
@@ -1,15 +1,15 @@
1
- ---
2
- library_name: transformers
3
- tags:
4
- - LLM-as-a-Judge
5
- - chat
6
- - audio
7
- license: mit
8
- metrics:
9
- - bleu
10
- - wer
11
- pipeline_tag: audio-text-to-text
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
- "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,
@@ -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
  }