forked from Language-Technology-Assessment/main-database
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathQwen.yaml
More file actions
105 lines (85 loc) · 2.84 KB
/
Qwen.yaml
File metadata and controls
105 lines (85 loc) · 2.84 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
# Thank you for contributing!
# In filling out this yaml file, please follow the criteria as described here:
# https://osai-index.eu/contribute
# You're free to build on this work and reuse the data. It is licensed under CC-BY 4.0, with the
# stipulation that attribution should come in the form of a link to https://osai-index.eu/
# and a citation to the peer-reviewed paper in which the dataset & criteria were published:
# 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).
# Organization tags:
# - National origin: China
# - Contributor type: Non-academic (Chinese Big Tech)
system:
name: Qwen
link: https://huggingface.co/Qwen/Qwen3-235B-A22B
type: text
performanceclass: latest
basemodelname: Qwen3-235B-A22B-Base
endmodelname: Qwen3-235B-A22B
endmodellicense: Apache-2.0
releasedate: 2025-04
notes: Reasoning model with claims of comparable performance to DeepSeek-R1.
org:
name: Alibaba
link: https://www.alibabacloud.com/
notes: Alibaba Cloud, a subdivision of the Chinese multinational technology company Alibaba.
# availability:
datasources_basemodel:
class: closed
link:
notes: Pretraining data not specified or documented.
datasources_endmodel:
class: closed
link:
notes: Data not specified or documented.
weights_basemodel:
class: closed
link:
notes: No base model made available.
weights_endmodel:
class: open
link: https://huggingface.co/Qwen/Qwen3-235B-A22B
notes: Model weights made available on HuggingFace.
trainingcode:
class: partial
link: https://github.com/QwenLM
notes: Repository provides sparse source code and some examples for SFT
# documentation:
code:
class: partial
link: https://github.com/QwenLM
notes: Repository is fairly well-documented.
hardware_architecture:
class: closed
link:
notes: No description of hardware architecture found.
preprint:
class: open
link: https://arxiv.org/abs/2505.09388
notes: Preprint published on arXiv.
paper:
class: closed
link:
notes: No peer-reviewed paper found.
modelcard:
class: closed
link: https://huggingface.co/Qwen/Qwen3-235B-A22B
notes: Model card primarily contains usage instructions.
datasheet:
class: closed
link:
notes: No datasheet found.
# access:
package:
class: open
link: https://ollama.com/library/qwen3
notes: Model available on Ollama.
api:
class: open
link: https://huggingface.co/spaces/Qwen/Qwen3-Demo
notes: Model available through HuggingFace space.
metaprompt: closed
licenses:
class: open
link: https://qwenlm.github.io/blog/qwen3/
notes: Model released under Apache-2.0, an OSI-approved license.