-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding-models.json
More file actions
87 lines (87 loc) · 3.07 KB
/
Copy pathcoding-models.json
File metadata and controls
87 lines (87 loc) · 3.07 KB
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
{
"category": "coding-models",
"description": "Models for code generation, completion, and analysis",
"last_updated": "2026-08-16",
"entries": [
{
"name": "DeepSeek Coder V2",
"description": "Open-source code model with strong performance across 338 programming languages",
"url": "https://huggingface.co/deepseek-ai",
"homepage": "https://deepseek.com",
"license": "mit",
"category": "coding-models",
"tags": ["code", "multilingual", "open-source"],
"type": "completion",
"languages": ["python", "javascript", "typescript", "java", "cpp"],
"parameters": "16B, 236B",
"context_length": "128K",
"verified": true,
"last_updated": "2026-08-05",
"stars": 20000
},
{
"name": "StarCoder 2",
"description": "Code generation model trained on 619 programming languages",
"url": "https://huggingface.co/bigcode/starcoder2",
"homepage": "https://huggingface.co/bigcode",
"license": "openrail-m",
"category": "coding-models",
"tags": ["code", "multilingual", "open-source"],
"type": "completion",
"languages": ["python", "javascript", "java", "go", "rust"],
"parameters": "3B, 7B, 15B",
"context_length": "16K",
"verified": true,
"last_updated": "2026-07-20",
"stars": 10000
},
{
"name": "CodeLlama",
"description": "Meta's code-specialized Llama variant for code generation and understanding",
"url": "https://huggingface.co/codellama",
"homepage": "https://llama.meta.com",
"license": "llama3.1",
"category": "coding-models",
"tags": ["code", "llama", "infilling"],
"type": "completion",
"languages": ["python", "javascript", "typescript", "java"],
"parameters": "7B, 13B, 34B, 70B",
"context_length": "16K",
"verified": true,
"last_updated": "2026-06-15",
"stars": 15000
},
{
"name": "CodeGemma",
"description": "Google's lightweight code model built from Gemma research",
"url": "https://huggingface.co/google/codegemma-7b-it",
"homepage": "https://ai.google.dev/gemma",
"license": "gemma",
"category": "coding-models",
"tags": ["code", "lightweight", "google"],
"type": "completion",
"languages": ["python", "javascript", "typescript"],
"parameters": "2B, 7B",
"context_length": "8K",
"verified": true,
"last_updated": "2026-07-10",
"stars": 5000
},
{
"name": "Qwen 2.5 Coder",
"description": "Alibaba's code-specialized model with strong coding performance",
"url": "https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct",
"homepage": "https://qwenlm.github.io",
"license": "apache-2.0",
"category": "coding-models",
"tags": ["code", "instruct", "multilingual"],
"type": "instruct",
"languages": ["python", "javascript", "typescript", "java", "go", "rust"],
"parameters": "0.5B to 32B",
"context_length": "32K",
"verified": true,
"last_updated": "2026-08-10",
"stars": 12000
}
]
}