uparekh01151 commited on
Commit
6436cd9
·
1 Parent(s): ca333e4

Switch to Qwen2.5-7B-Instruct with hf-inference provider for text generation

Browse files
Files changed (1) hide show
  1. config/models.yaml +5 -5
config/models.yaml CHANGED
@@ -1,10 +1,10 @@
1
  models:
2
- # Qwen Model with Together Provider
3
- - name: "Qwen3-Next-80B"
4
- provider: "together"
5
- model_id: "Qwen/Qwen3-Next-80B-A3B-Instruct"
6
  params:
7
  max_new_tokens: 256
8
  temperature: 0.1
9
  top_p: 0.9
10
- description: "Qwen3-Next-80B - Advanced instruction-following model via Together AI"
 
1
  models:
2
+ # Qwen2.5-7B-Instruct with HF Inference Provider
3
+ - name: "Qwen2.5-7B-Instruct"
4
+ provider: "hf-inference"
5
+ model_id: "Qwen/Qwen2.5-7B-Instruct"
6
  params:
7
  max_new_tokens: 256
8
  temperature: 0.1
9
  top_p: 0.9
10
+ description: "Qwen2.5-7B-Instruct - Instruction-following model for text generation"