Add 2 models
Browse files- gemma-2b-it
- gemma-7b-it
- 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 |
}
|