Skip to content

Commit 6169784

Browse files
orionrmalfet
authored andcommitted
Keep default llama3 and llama2 as instruct/chat tunings respectively (#340)
1 parent 6412be4 commit 6169784

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,11 @@ These are the supported models
130130
| Model | Mobile Friendly | Notes |
131131
|------------------|---|---------------------|
132132
|[meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)|||
133+
|[meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B)|||
133134
|[meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)|||
134135
|[meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf)|||
135136
|[meta-llama/Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf)|||
137+
|[meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)|||
136138
|[meta-llama/CodeLlama-7b-Python-hf](https://huggingface.co/meta-llama/CodeLlama-7b-Python-hf)|||
137139
|[meta-llama/CodeLlama-34b-Python-hf](https://huggingface.co/meta-llama/CodeLlama-34b-Python-hf)|||
138140
|[mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)|||

config/data/models.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"meta-llama/Llama-2-7b-hf": {
3-
"aliases": ["llama2", "llama2-7b"],
3+
"aliases": ["llama2-base", "llama2-7b"],
44
"distribution_channel": "HuggingFaceSnapshot",
55
"distribution_path": "meta-llama/Llama-2-7b-hf",
66
"transformer_params_key": "7B"
77
},
88
"meta-llama/Llama-2-7b-chat-hf": {
9-
"aliases": ["llama2-chat", "llama2-7b-chat"],
9+
"aliases": ["llama2", "llama2-chat", "llama2-7b-chat"],
1010
"distribution_channel": "HuggingFaceSnapshot",
1111
"distribution_path": "meta-llama/Llama-2-7b-chat-hf",
1212
"transformer_params_key": "7B"
@@ -24,12 +24,12 @@
2424
"transformer_params_key": "70B"
2525
},
2626
"meta-llama/Meta-Llama-3-8B": {
27-
"aliases": ["llama3"],
27+
"aliases": ["llama3-base"],
2828
"distribution_channel": "HuggingFaceSnapshot",
2929
"distribution_path": "meta-llama/Meta-Llama-3-8B"
3030
},
3131
"meta-llama/Meta-Llama-3-8B-Instruct": {
32-
"aliases": ["llama3-chat", "llama3-instruct"],
32+
"aliases": ["llama3", "llama3-chat", "llama3-instruct"],
3333
"distribution_channel": "HuggingFaceSnapshot",
3434
"distribution_path": "meta-llama/Meta-Llama-3-8B-Instruct",
3535
"transformer_params_key": "Meta-Llama-3-8B"
@@ -40,7 +40,7 @@
4040
"distribution_path": "meta-llama/CodeLlama-7b-Python-hf"
4141
},
4242
"mistralai/Mistral-7B-Instruct-v0.2": {
43-
"aliases": ["mistral-7b", "mistral-7b-instruct"],
43+
"aliases": ["mistral", "mistral-7b", "mistral-7b-instruct"],
4444
"distribution_channel": "HuggingFaceSnapshot",
4545
"distribution_path": "mistralai/Mistral-7B-Instruct-v0.2",
4646
"transformer_params_key": "Mistral-7B"

0 commit comments

Comments
 (0)