yutohub commited on
Commit
1b4adb9
1 Parent(s): 55ab2bc

Add 2 models

Browse files

- gemma-2b-it
- gemma-7b-it

Files changed (1) hide show
  1. models_info.json +12 -0
models_info.json CHANGED
@@ -232,5 +232,17 @@
232
  "Qianwen LICENSE",
233
  "Alibaba",
234
  "https://huggingface.co/Qwen/Qwen1.5-72B-Chat"
 
 
 
 
 
 
 
 
 
 
 
 
235
  ]
236
  }
 
232
  "Qianwen LICENSE",
233
  "Alibaba",
234
  "https://huggingface.co/Qwen/Qwen1.5-72B-Chat"
235
+ ],
236
+ "gemma-2b-it": [
237
+ "Gemma-2B-it",
238
+ "Gemma license",
239
+ "Google",
240
+ "https://huggingface.co/google/gemma-2b-it"
241
+ ],
242
+ "gemma-7b-it": [
243
+ "Gemma-7B-it",
244
+ "Gemma license",
245
+ "Google",
246
+ "https://huggingface.co/google/gemma-7b-it"
247
  ]
248
  }