Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Update catalog: phi-3
Browse files Browse the repository at this point in the history
  • Loading branch information
yagil committed Jul 23, 2024
1 parent f5fd120 commit 5e83155
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions models/phi-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"_descriptorVersion": "0.0.1",
"datePublished": "2024-07-02T14:09:26",
"name": "Phi 3",
"description": "The Phi-3-Mini-4K-Instruct is a 3.8B parameters, lightweight, state-of-the-art open model trained with the Phi-3 datasets that includes both synthetic data and the filtered publicly available websites data with a focus on high-quality and reasoning dense properties.",
"author": {
"name": "Microsoft Research",
"url": "https://www.microsoft.com/en-us/research/",
"blurb": "Advancing science and technology to benefit humanity"
},
"numParameters": "3B",
"resources": {
"canonicalUrl": "https://huggingface.co/microsoft/Phi-3-mini-4k-instruct",
"downloadUrl": "https://huggingface.co/lmstudio-community/Phi-3.1-mini-4k-instruct-GGUF"
},
"trainedFor": "chat",
"arch": "phi3",
"files": {
"highlighted": {
"economical": {
"name": "Phi-3.1-mini-4k-instruct-Q5_K_M.gguf"
}
},
"all": [
{
"name": "Phi-3.1-mini-4k-instruct-Q5_K_M.gguf",
"url": "https://huggingface.co/lmstudio-community/Phi-3.1-mini-4k-instruct-GGUF/resolve/main/Phi-3.1-mini-4k-instruct-Q5_K_M.gguf",
"sizeBytes": 2815275232,
"quantization": "Q5_K_M",
"format": "gguf",
"sha256checksum": "bb076f8f9e6c188a8251c626e4d89442c291215c82b2cb06e1efed0941fc443a",
"publisher": {
"name": "LM Studio Community",
"socialUrl": "https://twitter.com/LMStudioAI"
},
"respository": "lmstudio-community/Phi-3.1-mini-4k-instruct-GGUF",
"repositoryUrl": "https://huggingface.co/lmstudio-community/Phi-3.1-mini-4k-instruct-GGUF"
}
]
}
}
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
},
"numParameters": {
"type": "string",
"enum": ["1.5B", "2B", "3B", "4B", "6.7B", "7B", "13B", "15B", "30B", "65B", "unknown"]
"enum": ["1.5B", "2B", "3B", "4B", "6.7B", "7B", "8B", "13B", "15B", "30B", "65B", "unknown"]
},
"trainedFor": {
"type": "string",
"enum": ["chat", "instruct", "code_completion", "other"]
},
"arch": {
"type": "string",
"enum": ["llama", "pythia", "gpt-neo-x", "gpt-j", "mpt", "replit", "starcoder", "falcon", "mistral", "stablelm", "phi2", "qwen2", "gemma", "command-r"]
"enum": ["llama", "pythia", "gpt-neo-x", "gpt-j", "mpt", "replit", "starcoder", "falcon", "mistral", "stablelm", "phi2", "qwen2", "gemma", "command-r", "phi3"]
},
"description": {
"type": "string"
Expand Down

0 comments on commit 5e83155

Please sign in to comment.