Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
-
"_name_or_path": "/mnt/petrelfs/wangweiyun/workspace_zjg/InternVL-Code2/internvl_chat_dev/work_dirs/vitlarge_whisperlarge_internlm7b_pretrain_ASR_visionstage3_d240729_audiodecay0p95_6144_1e-4_26m_vlcodebase",
|
4 |
"architectures": [
|
5 |
"InternVLChatAudioModel"
|
6 |
],
|
|
|
|
|
|
|
|
|
|
|
7 |
"audio_config": {
|
8 |
"_name_or_path": "openai/whisper-large-v3",
|
9 |
"activation_dropout": 0.0,
|
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
|
|
3 |
"architectures": [
|
4 |
"InternVLChatAudioModel"
|
5 |
],
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_internvl_audio_chat.InternVLChatAudioConfig",
|
8 |
+
"AutoModel": "modeling_internvl_audio.InternVLChatAudioModel",
|
9 |
+
"AutoModelForCausalLM": "modeling_internvl_audio.InternVLChatAudioModel"
|
10 |
+
},
|
11 |
"audio_config": {
|
12 |
"_name_or_path": "openai/whisper-large-v3",
|
13 |
"activation_dropout": 0.0,
|