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

Commit

Permalink
Merge pull request #64 from lmstudio-ai/qwen1.5
Browse files Browse the repository at this point in the history
Qwen1.5
  • Loading branch information
yagil authored Feb 5, 2024
2 parents 9de9d78 + 354285d commit 3154611
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions models/qwen-1.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"_descriptorVersion": "0.0.1",
"datePublished": "2024-02-03T11:59:54",
"name": "Qwen 1.5",
"description": "Qwen1.5 is the large language model series developed by Qwen Team, Alibaba Group. It is a transformer-based decoder-only language model pretrained on large-scale multilingual data covering a wide range of domains and it is aligned with human preferences.",
"author": {
"name": "Qwen Team, Alibaba Group",
"url": "https://huggingface.co/Qwen",
"blurb": "Qwen (abbr. for Tongyi Qianwen 通义千问) refers to the large language model family built by Alibaba Cloud"
},
"numParameters": "3B",
"resources": {
"canonicalUrl": "https://github.com/QwenLM/Qwen1.5",
"paperUrl": "https://qwenlm.github.io/blog/qwen1.5/",
"downloadUrl": "https://huggingface.co/Qwen/Qwen1.5-7B-Chat-GGUF"
},
"trainedFor": "chat",
"arch": "qwen2",
"files": {
"highlighted": {
"most_capable": {
"name": "qwen1_5-7b-chat-q5_k_m.gguf"
}
},
"all": [
{
"name": "qwen1_5-7b-chat-q5_k_m.gguf",
"url": "https://huggingface.co/Qwen/Qwen1.5-7B-Chat-GGUF/resolve/main/qwen1_5-7b-chat-q5_k_m.gguf",
"sizeBytes": 5530664096,
"quantization": "Q5_K_M",
"format": "gguf",
"sha256checksum": "758799c9db5ab1cf2ab56f6bd0b529463d9dd0067f8cb594b853cc4053270aa1",
"publisher": {
"name": "Qwen",
"socialUrl": "https://huggingface.co/Qwen"
},
"respository": "Qwen/Qwen1.5-7B-Chat-GGUF",
"repositoryUrl": "https://huggingface.co/Qwen/Qwen1.5-7B-Chat-GGUF"
}
]
}
}
6 changes: 3 additions & 3 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
},
"numParameters": {
"type": "string",
"enum": ["3B", "6.7B", "7B", "13B", "15B", "30B", "65B", "unknown"]
"enum": ["1.5B", "3B", "4B", "6.7B", "7B", "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"]
"enum": ["llama", "pythia", "gpt-neo-x", "gpt-j", "mpt", "replit", "starcoder", "falcon", "mistral", "stablelm", "phi2", "qwen2"]
},
"description": {
"type": "string"
Expand Down Expand Up @@ -118,7 +118,7 @@
},
"quantization": {
"type": "string",
"enum": ["q4_0", "q4_1", "q5_0", "q5_1", "q8_0", "Q2_K", "Q3_K_S", "Q3_K_M", "Q4_K_S", "Q4_K_M", "Q5_K_S", "Q5_K_M", "Q6_K", "unknown"]
"enum": ["q4_0", "q4_1", "q5_0", "q5_1", "q8_0", "Q8_0", "Q2_K", "Q3_K_S", "Q3_K_M", "Q4_K_S", "Q4_K_M", "Q5_K_S", "Q5_K_M", "Q6_K", "unknown"]
},
"format": {
"type": "string"
Expand Down

0 comments on commit 3154611

Please sign in to comment.