uparekh01151 commited on
Commit
58cc0ce
·
1 Parent(s): 35f20fb

Add google/gemma-2-2b-it with nebius provider

Browse files
Files changed (1) hide show
  1. config/models.yaml +11 -1
config/models.yaml CHANGED
@@ -17,4 +17,14 @@ models:
17
  max_new_tokens: 256
18
  temperature: 0.1
19
  top_p: 0.9
20
- description: "GPT-OSS-120B - OpenAI's large language model via Nebius"
 
 
 
 
 
 
 
 
 
 
 
17
  max_new_tokens: 256
18
  temperature: 0.1
19
  top_p: 0.9
20
+ description: "GPT-OSS-120B - OpenAI's large language model via Nebius"
21
+
22
+ # GEMMA-2-2B-IT with nebius Provider
23
+ - name: "GEMMA-2-2B-IT"
24
+ provider: "nebius"
25
+ model_id: "google/gemma-2-2b-it"
26
+ params:
27
+ max_new_tokens: 256
28
+ temperature: 0.1
29
+ top_p: 0.9
30
+ description: "Gemma is a family of lightweight, state-of-the-art open models from Google via Nebius"