jhansss commited on
Commit
bb840e1
·
1 Parent(s): bf79c76

Update LLM model to Gemini 2.5 Flash by default

Browse files
config/cli/limei_default.yaml CHANGED
@@ -1,5 +1,5 @@
1
  asr_model: openai/whisper-large-v3-turbo
2
- llm_model: google/gemma-2-2b
3
  svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
4
  melody_source: sample-lyric-kising
5
  language: mandarin
 
1
  asr_model: openai/whisper-large-v3-turbo
2
+ llm_model: gemini-2.5-flash
3
  svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
4
  melody_source: sample-lyric-kising
5
  language: mandarin
config/cli/yaoyin_default.yaml CHANGED
@@ -1,5 +1,5 @@
1
  asr_model: openai/whisper-large-v3-turbo
2
- llm_model: google/gemma-2-2b
3
  svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
4
  melody_source: sample-lyric-kising
5
  language: mandarin
 
1
  asr_model: openai/whisper-large-v3-turbo
2
+ llm_model: gemini-2.5-flash
3
  svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
4
  melody_source: sample-lyric-kising
5
  language: mandarin
config/interface/default.yaml CHANGED
@@ -1,5 +1,5 @@
1
  asr_model: openai/whisper-large-v3-turbo
2
- llm_model: google/gemma-2-2b
3
  svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
4
  melody_source: sample-lyric-kising
5
  language: mandarin
 
1
  asr_model: openai/whisper-large-v3-turbo
2
+ llm_model: gemini-2.5-flash
3
  svs_model: espnet/aceopencpop_svs_visinger2_40singer_pretrain
4
  melody_source: sample-lyric-kising
5
  language: mandarin
config/interface/options.yaml CHANGED
@@ -13,6 +13,8 @@ asr_models:
13
  name: Wav2Vec2-Base-960h
14
 
15
  llm_models:
 
 
16
  - id: google/gemma-2-2b
17
  name: Gemma 2 2B
18
  - id: MiniMaxAI/MiniMax-M1-80k
 
13
  name: Wav2Vec2-Base-960h
14
 
15
  llm_models:
16
+ - id: gemini-2.5-flash
17
+ name: Gemini 2.5 Flash
18
  - id: google/gemma-2-2b
19
  name: Gemma 2 2B
20
  - id: MiniMaxAI/MiniMax-M1-80k