Skip to content

Commit 5d4dfbf

Browse files
2 parents b3a0587 + 5eb47cf commit 5d4dfbf

File tree

3 files changed

+117
-14
lines changed

3 files changed

+117
-14
lines changed

GPT-OSS.yaml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
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: United States
14+
# - Contributor type: Non-academic (Company)
15+
16+
system:
17+
name: GPT OSS
18+
link: https://huggingface.co/openai/gpt-oss-120b
19+
type: text
20+
performanceclass: latest
21+
basemodelname: GPT-OSS-120B
22+
endmodelname: GPT-OSS-120B
23+
endmodellicense: Apache 2.0
24+
releasedate: 2025-08
25+
notes: Open-weight, text-only language model by OpenAI.
26+
27+
org:
28+
name: OpenAI
29+
link: https://openai.com
30+
notes: American AI research organisation founded in 2015.
31+
32+
# availability:
33+
datasources_basemodel:
34+
class: closed
35+
link:
36+
notes:
37+
38+
datasources_endmodel:
39+
class: closed
40+
link:
41+
notes:
42+
43+
weights_basemodel:
44+
class: open
45+
link: https://huggingface.co/openai/gpt-oss-120b/tree/main
46+
notes: Model weights available for download under Apache 2.0.
47+
48+
weights_endmodel:
49+
class: open
50+
link: https://huggingface.co/openai/gpt-oss-120b/tree/main
51+
notes: Model weights available for download under Apache 2.0.
52+
53+
trainingcode:
54+
class: closed
55+
link:
56+
notes:
57+
58+
# documentation:
59+
code:
60+
class: closed
61+
link:
62+
notes:
63+
64+
hardware_architecture:
65+
class: open
66+
link: https://cdn.openai.com/pdf/419b6906-9da6-406c-a19d-1bb078ac7637/oai_gpt-oss_model_card.pdf
67+
notes:
68+
69+
preprint:
70+
class: open
71+
link: https://cdn.openai.com/pdf/419b6906-9da6-406c-a19d-1bb078ac7637/oai_gpt-oss_model_card.pdf
72+
notes:
73+
74+
paper:
75+
class: closed
76+
link:
77+
notes: No peer-reviewed publication available at this time.
78+
79+
modelcard:
80+
class: open
81+
link: https://openai.com/index/gpt-oss-model-card/
82+
notes: Detailed model card includes capabilities, benchmarks, architecture, and licensing.
83+
84+
datasheet:
85+
class: closed
86+
link:
87+
notes:
88+
89+
# access:
90+
package:
91+
class: closed
92+
link:
93+
notes:
94+
95+
api:
96+
class: open
97+
link: https://huggingface.co/openai/gpt-oss-120b
98+
notes: Avaialble through HuggingFace
99+
100+
licenses:
101+
class: partial
102+
link: https://huggingface.co/openai/gpt-oss-120b
103+
notes: Apache 2.0 license for model weights only

Gemma Japanese.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ package:
9393
notes:
9494

9595
api:
96-
class: closed
97-
link:
98-
notes:
96+
class: open
97+
link: https://huggingface.co/google/gemma-2-2b-jpn-it
98+
notes: Modedl available through inference API.
9999
metaprompt: closed
100100

101101
licenses:

Teuken.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ org:
3333
datasources_basemodel:
3434
class: partial
3535
link: https://arxiv.org/pdf/2410.08800
36-
notes: Dataset described as deriving from the CommonCrawl, but no filtered dataset provided.
36+
notes: Dataset described as deriving from the CommonCrawl, but no filtered dataset provided. Either a filtered dataset or a fully reproducible and persistent data pipeline would be preferred here.
3737

3838
datasources_endmodel:
3939
class: open
@@ -51,15 +51,15 @@ weights_endmodel:
5151
notes: Available via Huggingface repository.
5252

5353
trainingcode:
54-
class: closed
55-
link:
56-
notes:
54+
class: partial
55+
link: https://github.com/OpenGPTX/Megatron-LM/blob/main/examples/7B_EU24_juwels_part_3_fw_after3T.sbatch
56+
notes: SBATCH script with training code available at fork of Megatron-LM. However, no easily visible and easily navigable repository containing the code used to train the model is available. Making the repository more easily visible would alleviate this.
5757

5858
# documentation:
5959
code:
6060
class: closed
6161
link:
62-
notes:
62+
notes: "README of containing training code is unchanged from base repo. More elaborate documentation would be warranted. A good example for a good documentation style would be the repository for the OLMo model: https://github.com/allenai/OLMo"
6363

6464
hardware_architecture:
6565
class: open
@@ -72,9 +72,9 @@ preprint:
7272
notes: Three corresponding preprints, detailing the models, data, and evaluation.
7373

7474
paper:
75-
class: closed
76-
link:
77-
notes:
75+
class: partial
76+
link: https://ecai2025.org/accepted-papers/
77+
notes: Peer-reviewed paper published in ECAI. Other publications only available as preprints.
7878

7979
modelcard:
8080
class: open
@@ -84,7 +84,7 @@ modelcard:
8484
datasheet:
8585
class: closed
8686
link:
87-
notes:
87+
notes: No datasheet containing a detailed description of data collection and curation is found attached to a persistent version of the model data, as would be preferred here. A persistent version of the filtered data with attached the information in the data preprint at https://arxiv.org/abs/2410.08800 would be sufficient here.
8888

8989
# access:
9090
package:
@@ -95,10 +95,10 @@ package:
9595
api:
9696
class: closed
9797
link:
98-
notes:
98+
notes: No API found.
9999
metaprompts:
100100

101101
licenses:
102102
class: open
103103
link:
104-
notes: Apache 2.0
104+
notes: Apache 2.0, an OSI-approved license.

0 commit comments

Comments
 (0)