Jae-Won Chung commited on
Commit
caad7c9
1 Parent(s): f0128b6

Update models.json

Browse files
Files changed (1) hide show
  1. 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/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,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
  }