PATTARA TIPAKSORN commited on
Commit
8f42186
1 Parent(s): 05ac68b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -8,7 +8,7 @@
8
  },
9
  "beats_path": "",
10
  "init_from_scratch": true,
11
- "llm_path": "nectec/OpenThaiLLM-DoodNiLT-V1.0.0-Beta-7B",
12
  "lora": true,
13
  "lora_alpha": 32,
14
  "lora_dropout": 0.1,
@@ -22,5 +22,5 @@
22
  "target_modules": null,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
- "whisper_path": "nectec/Pathumma-whisper-th-large-v3"
26
  }
 
8
  },
9
  "beats_path": "",
10
  "init_from_scratch": true,
11
+ "llm_path": "Qwen/Qwen2-7B-Instruct",
12
  "lora": true,
13
  "lora_alpha": 32,
14
  "lora_dropout": 0.1,
 
22
  "target_modules": null,
23
  "torch_dtype": "bfloat16",
24
  "transformers_version": "4.44.2",
25
+ "whisper_path": "openai/whisper-large-v3"
26
  }