Skip to content

Commit 2f96526

Browse files
authored
Merge pull request #198 from lehors/gpt-oss
Add gpt-oss models
2 parents cf0cb3e + 60d1ae8 commit 2f96526

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

models/gpt-oss-120b.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
framework:
2+
name: 'Model Openness Framework'
3+
version: '1.0'
4+
date: '2024-12-15'
5+
release:
6+
name: gpt-oss-120b
7+
date: '2025-12-03'
8+
producer: OpenAI
9+
repository: ''
10+
huggingface: 'https://huggingface.co/openai/gpt-oss-120b'
11+
license:
12+
distribution:
13+
name: Apache-2.0
14+
path: 'https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md'
15+
components:
16+
-
17+
name: 'Model architecture'
18+
description: "Well commented code for the model's architecture"
19+
-
20+
name: 'Inference code'
21+
description: 'Code used for running the model to make predictions'
22+
-
23+
name: 'Model parameters (Final)'
24+
description: 'Trained model parameters, weights and biases'
25+
-
26+
name: 'Model card'
27+
description: 'Model details including performance metrics, intended use, and limitations'
28+
component_path: 'https://arxiv.org/abs/2508.10925'
29+
license: CC-BY-4.0
30+
license_path: 'http://creativecommons.org/licenses/by/4.0/'
31+
-
32+
name: 'Technical report'
33+
description: 'Technical report detailing capabilities and usage instructions for the model'
34+
component_path: 'https://arxiv.org/pdf/2508.10925'
35+
license: CC-BY-4.0
36+
license_path: 'https://arxiv.org/abs/2508.10925'
37+
-
38+
name: 'Evaluation results'
39+
description: 'The results from evaluating the model'

models/gpt-oss-20b.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
framework:
2+
name: 'Model Openness Framework'
3+
version: '1.0'
4+
date: '2024-12-15'
5+
release:
6+
name: gpt-oss-20b
7+
date: '2025-12-03'
8+
producer: OpenAI
9+
repository: ''
10+
huggingface: 'https://huggingface.co/openai/gpt-oss-20b'
11+
license:
12+
distribution:
13+
name: Apache-2.0
14+
path: 'https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md'
15+
components:
16+
-
17+
name: 'Model architecture'
18+
description: "Well commented code for the model's architecture"
19+
-
20+
name: 'Inference code'
21+
description: 'Code used for running the model to make predictions'
22+
-
23+
name: 'Model parameters (Final)'
24+
description: 'Trained model parameters, weights and biases'
25+
-
26+
name: 'Model card'
27+
description: 'Model details including performance metrics, intended use, and limitations'
28+
component_path: 'https://arxiv.org/abs/2508.10925'
29+
license: CC-BY-4.0
30+
license_path: 'http://creativecommons.org/licenses/by/4.0/'
31+
-
32+
name: 'Technical report'
33+
description: 'Technical report detailing capabilities and usage instructions for the model'
34+
component_path: 'https://arxiv.org/pdf/2508.10925'
35+
license: CC-BY-4.0
36+
license_path: 'https://arxiv.org/abs/2508.10925'
37+
-
38+
name: 'Evaluation results'
39+
description: 'The results from evaluating the model'

0 commit comments

Comments
 (0)