|
1 | 1 | {
|
2 | 2 | "meta-llama/Llama-2-7b-hf": {
|
3 |
| - "aliases": ["llama2", "llama2-7b"], |
| 3 | + "aliases": ["llama2-base", "llama2-7b"], |
4 | 4 | "distribution_channel": "HuggingFaceSnapshot",
|
5 | 5 | "distribution_path": "meta-llama/Llama-2-7b-hf",
|
6 | 6 | "transformer_params_key": "7B"
|
7 | 7 | },
|
8 | 8 | "meta-llama/Llama-2-7b-chat-hf": {
|
9 |
| - "aliases": ["llama2-chat", "llama2-7b-chat"], |
| 9 | + "aliases": ["llama2", "llama2-chat", "llama2-7b-chat"], |
10 | 10 | "distribution_channel": "HuggingFaceSnapshot",
|
11 | 11 | "distribution_path": "meta-llama/Llama-2-7b-chat-hf",
|
12 | 12 | "transformer_params_key": "7B"
|
|
24 | 24 | "transformer_params_key": "70B"
|
25 | 25 | },
|
26 | 26 | "meta-llama/Meta-Llama-3-8B": {
|
27 |
| - "aliases": ["llama3"], |
| 27 | + "aliases": ["llama3-base"], |
28 | 28 | "distribution_channel": "HuggingFaceSnapshot",
|
29 | 29 | "distribution_path": "meta-llama/Meta-Llama-3-8B"
|
30 | 30 | },
|
31 | 31 | "meta-llama/Meta-Llama-3-8B-Instruct": {
|
32 |
| - "aliases": ["llama3-chat", "llama3-instruct"], |
| 32 | + "aliases": ["llama3", "llama3-chat", "llama3-instruct"], |
33 | 33 | "distribution_channel": "HuggingFaceSnapshot",
|
34 | 34 | "distribution_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
35 | 35 | "transformer_params_key": "Meta-Llama-3-8B"
|
|
40 | 40 | "distribution_path": "meta-llama/CodeLlama-7b-Python-hf"
|
41 | 41 | },
|
42 | 42 | "mistralai/Mistral-7B-Instruct-v0.2": {
|
43 |
| - "aliases": ["mistral-7b", "mistral-7b-instruct"], |
| 43 | + "aliases": ["mistral", "mistral-7b", "mistral-7b-instruct"], |
44 | 44 | "distribution_channel": "HuggingFaceSnapshot",
|
45 | 45 | "distribution_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
46 | 46 | "transformer_params_key": "Mistral-7B"
|
|
0 commit comments