Skip to content

Commit 0520071

Browse files
committed
Add Qwen Coder, update Qwen to fix to more specific link
1 parent 4a1d855 commit 0520071

File tree

2 files changed

+107
-2
lines changed

2 files changed

+107
-2
lines changed

Qwen-Coder.yaml

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
# Thank you for contributing!
3+
# In filling out this yaml file, please follow the criteria as described here:
4+
# https://osai-index.eu/contribute
5+
6+
# You're free to build on this work and reuse the data. It is licensed under CC-BY 4.0, with the
7+
# stipulation that attribution should come in the form of a link to https://osai-index.eu/
8+
# and a citation to the peer-reviewed paper in which the dataset & criteria were published:
9+
10+
# Liesenfeld, A. and Dingemanse, M., 2024. Rethinking open source generative AI: open-washing and the EU AI Act. In Proceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency (pp. 1774-1787).
11+
12+
# Organization tags:
13+
# - National origin: China
14+
# - Contributor type: Non-academic (Chinese Big Tech)
15+
16+
system:
17+
name: Qwen
18+
link: https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct
19+
type: code
20+
performanceclass: latest
21+
basemodelname: Qwen3-Coder-480B-A35B?
22+
endmodelname: Qwen3-Coder-480B-A35B-Instruct
23+
endmodellicense: Apache-2.0
24+
releasedate: 2025-07
25+
notes: Agentic code model.
26+
27+
org:
28+
name: Alibaba
29+
link: https://www.alibabacloud.com/
30+
notes: Alibaba Cloud, a subdivision of the Chinese multinational technology company Alibaba.
31+
32+
# availability:
33+
datasources_basemodel:
34+
class: closed
35+
link:
36+
notes: Pretraining data not specified or documented.
37+
38+
datasources_endmodel:
39+
class: closed
40+
link:
41+
notes: Data not specified or documented.
42+
43+
weights_basemodel:
44+
class: closed
45+
link:
46+
notes: No base model made available.
47+
48+
weights_endmodel:
49+
class: open
50+
link: https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct
51+
notes: Model weights made available on HuggingFace.
52+
53+
trainingcode:
54+
class: partial
55+
link: https://github.com/QwenLM/Qwen3-Coder
56+
notes: Repository provides sparse source code and some examples for SFT
57+
58+
# documentation:
59+
code:
60+
class: partial
61+
link: https://github.com/QwenLM/Qwen3-Coder
62+
notes: Repository is fairly well-documented.
63+
64+
hardware_architecture:
65+
class: closed
66+
link:
67+
notes: No description of hardware architecture found.
68+
69+
preprint:
70+
class: open
71+
link: https://arxiv.org/abs/2505.09388
72+
notes: Preprint published on arXiv.
73+
74+
paper:
75+
class: closed
76+
link:
77+
notes: No peer-reviewed paper found.
78+
79+
modelcard:
80+
class: closed
81+
link: https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct
82+
notes: Model card primarily contains usage instructions.
83+
84+
datasheet:
85+
class: closed
86+
link:
87+
notes: No datasheet found.
88+
89+
# access:
90+
package:
91+
class: open
92+
link: https://ollama.com/library/qwen3-coder
93+
notes: Model available on Ollama.
94+
95+
api:
96+
class: open
97+
link: https://huggingface.co/Qwen/Qwen3-Coder-480B-A35B-Instruct
98+
notes: Model available through Inference API.
99+
metaprompt: closed
100+
101+
licenses:
102+
class: open
103+
link: https://qwenlm.github.io/blog/qwen3/
104+
notes: Model released under Apache-2.0, an OSI-approved license.
105+

Qwen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ weights_endmodel:
5252

5353
trainingcode:
5454
class: partial
55-
link: https://github.com/QwenLM
55+
link: https://github.com/QwenLM/Qwen3
5656
notes: Repository provides sparse source code and some examples for SFT
5757

5858
# documentation:
5959
code:
6060
class: partial
61-
link: https://github.com/QwenLM
61+
link: https://github.com/QwenLM/Qwen3
6262
notes: Repository is fairly well-documented.
6363

6464
hardware_architecture:

0 commit comments

Comments
 (0)