File size: 676 Bytes
67b472b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"_name_or_path": "/data/workspace/surapon/work/tet",
"architectures": [
"SealionAudio"
],
"auto_map": {
"AutoConfig": "configuration_sealionaudio.SealionAudioConfig",
"AutoModel": "modeling_sealionaudio.SealionAudio"
},
"dtype": "float16",
"llm_path": "aisingapore/Llama-SEA-LION-v3-8B-IT",
"lora": true,
"lora_alpha": 32,
"lora_dropout": 0.0,
"lora_rank": 8,
"model_type": "sealionaudio",
"second_per_frame": 0.333333,
"second_stride": 0.333333,
"speech_qformer_layer": 2,
"speech_qformer_token_num": 1,
"torch_dtype": "float16",
"transformers_version": "4.45.2",
"whisper_path": "biodatlab/whisper-th-large-v3-combined"
}
|