Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
caad7c9
1
Parent(s):
f0128b6
Update models.json
Browse files- data/models.json +12 -2
data/models.json
CHANGED
@@ -16,12 +16,12 @@
|
|
16 |
},
|
17 |
"metaai/llama-7B": {
|
18 |
"url": "https://github.com/facebookresearch/llama",
|
19 |
-
"nickname": "MetaAI/
|
20 |
"params": 7
|
21 |
},
|
22 |
"metaai/llama-13B": {
|
23 |
"url": "https://github.com/facebookresearch/llama",
|
24 |
-
"nickname": "MetaAI/
|
25 |
"params": 13
|
26 |
},
|
27 |
"camel-ai/CAMEL-13B-Combined-Data": {
|
@@ -98,5 +98,15 @@
|
|
98 |
"url": "https://huggingface.co/togethercomputer/RedPajama-INCITE-7B-Chat",
|
99 |
"nickname": "togethercomputer/RedPajama-INCITE-7B-Chat",
|
100 |
"params": 7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
}
|
|
|
16 |
},
|
17 |
"metaai/llama-7B": {
|
18 |
"url": "https://github.com/facebookresearch/llama",
|
19 |
+
"nickname": "MetaAI/Llama-7B",
|
20 |
"params": 7
|
21 |
},
|
22 |
"metaai/llama-13B": {
|
23 |
"url": "https://github.com/facebookresearch/llama",
|
24 |
+
"nickname": "MetaAI/Llama-13B",
|
25 |
"params": 13
|
26 |
},
|
27 |
"camel-ai/CAMEL-13B-Combined-Data": {
|
|
|
98 |
"url": "https://huggingface.co/togethercomputer/RedPajama-INCITE-7B-Chat",
|
99 |
"nickname": "togethercomputer/RedPajama-INCITE-7B-Chat",
|
100 |
"params": 7
|
101 |
+
},
|
102 |
+
"metaai/Llama-2-7b-chat-hf": {
|
103 |
+
"url": "https://huggingface.co/meta-llama/Llama-2-7b-chat-hf",
|
104 |
+
"nickname": "MetaAI/Llama-2-7B",
|
105 |
+
"params": 7
|
106 |
+
},
|
107 |
+
"metaai/Llama-2-13b-chat-hf": {
|
108 |
+
"url": "https://huggingface.co/meta-llama/Llama-2-13b-chat-hf",
|
109 |
+
"nickname": "MetaAI/Llama-2-13B",
|
110 |
+
"params": 13
|
111 |
}
|
112 |
}
|