-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.json
98 lines (98 loc) · 3.01 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"models": [
{
"name": "meta-llama/Llama-2-7b",
"icon": "meta",
"author": "Meta",
"description": "Description for Llama-v2-7b",
"configPath": "olive-config.json",
"workspaceTemplatePath": "configs/llama-v2-7b",
"availabilityLocations": [
{
"providerType": "Azure",
"modelId": "azureml://registries/azureml-meta/models/Llama-2-7b/versions/13",
"revision": "versions/13"
},
{
"providerType": "HuggingFace",
"modelId": "meta-llama/Llama-2-7b-hf",
"revision": "main"
}
],
"type": "Text Generation",
"revision": "main"
},
{
"name": "microsoft/phi-1_5",
"icon": "ms",
"author": "Microsoft",
"description": "Description for Phi 1.5 ",
"configPath": "olive-config.json",
"workspaceTemplatePath": "configs/phi-1_5",
"availabilityLocations": [
{
"providerType": "HuggingFace",
"modelId": "microsoft/phi-1_5",
"revision": "d38e6f954ec29b96fe2cf033937dad64e279b5d9"
}
],
"type": "Text Generation",
"revision": "d38e6f954ec29b96fe2cf033937dad64e279b5d9"
},
{
"name": "microsoft/phi-2",
"icon": "ms",
"author": "Microsoft",
"description": "Description for Phi 2 ",
"configPath": "olive-config.json",
"workspaceTemplatePath": "configs/phi-2",
"availabilityLocations": [
{
"providerType": "HuggingFace",
"modelId": "microsoft/phi-2",
"revision": "d3186761bf5c4409f7679359284066c25ab668ee"
},
{
"providerType": "Azure",
"modelId": "azureml://registries/azureml-msr/models/microsoft-phi-2/versions/2",
"revision": "versions/2"
}
],
"type": "Text Generation"
},
{
"name": "mistralai/Mistral-7B",
"icon": "hf",
"author": "Mistral AI",
"description": "The Mistral-7B-v0.1 Large Language Model (LLM) is a pretrained generative text model with 7 billion parameters. Mistral-7B-v0.1 outperforms Llama 2 13B on all benchmarks we tested",
"configPath": "olive-config.json",
"workspaceTemplatePath": "configs/mistral-7b",
"availabilityLocations": [
{
"providerType": "HuggingFace",
"modelId": "mistralai/Mistral-7B-v0.1",
"revision": "main"
}
],
"type": "Text Generation",
"revision": "main"
},
{
"name": "HuggingFaceH4/zephyr-7b-beta",
"icon": "hf",
"author": "Hugging Face",
"description": "Zephyr is a series of language models that are trained to act as helpful assistants.",
"configPath": "olive-config.json",
"workspaceTemplatePath": "configs/zephyr-7b-beta",
"availabilityLocations": [
{
"providerType": "HuggingFace",
"modelId": "HuggingFaceH4/zephyr-7b-beta",
"revision": "main"
}
],
"type": "Text Generation",
"revision": "main"
}
]
}