-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathGPT-3.yml
117 lines (117 loc) · 3.61 KB
/
GPT-3.yml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
framework:
name: 'Model Openness Framework'
version: '1.0'
date: '2024-12-15'
release:
name: GPT-3
version: 175B
date: '2024-11-15'
type: language
architecture: 'transformer decoder'
origin: ''
producer: OpenAI
contact: ''
github: 'https://github.com/openai/gpt-3'
components:
-
name: 'Model architecture'
description: "Well commented code for the model's architecture"
location: ''
license_name: Proprietary
license_path: ''
-
name: 'Data preprocessing code'
description: 'Code for data cleansing, normalization, and augmentation'
location: ''
license_name: 'Component not included'
license_path: ''
-
name: 'Training code'
description: 'Code used for training the model'
location: ''
license_name: 'Component not included'
license_path: ''
-
name: 'Inference code'
description: 'Code used for running the model to make predictions'
location: ''
license_name: 'Component not included'
license_path: ''
-
name: 'Evaluation code'
description: 'Code used for evaluating the model'
location: ''
license_name: 'Component not included'
license_path: ''
-
name: 'Supporting libraries and tools'
description: "Libraries and tools used in the model's development"
location: ''
license_name: 'Component not included'
license_path: ''
-
name: 'Model parameters (Final)'
description: 'Trained model parameters, weights and biases'
location: ''
license_name: 'Component Component not included'
license_path: ''
-
name: 'Model parameters (Intermediate)'
description: 'Trained model parameters, weights and biases'
location: ''
license_name: Proprietary
license_path: ''
-
name: Datasets
description: 'Training, validation and testing datasets used for the model'
location: ''
license_name: 'Component Component not included'
license_path: ''
-
name: 'Evaluation data'
description: 'Data used for evaluating the model'
location: ''
license_name: 'Component not included'
license_path: ''
-
name: 'Model metadata'
description: 'Any model metadata including training configuration and optimizer states'
location: ''
license_name: Proprietary
license_path: ''
-
name: 'Sample model outputs'
description: 'Examples of outputs generated by the model'
location: ''
license_name: 'Component not included'
license_path: ''
-
name: 'Model card'
description: 'Model details including performance metrics, intended use, and limitations'
location: ''
license_name: 'License not specified'
license_path: ''
-
name: 'Data card'
description: 'Documentation for datasets including source, characteristics, and preprocessing details'
location: ''
license_name: 'License not specified'
license_path: ''
-
name: 'Technical report'
description: 'Technical report detailing capabilities and usage instructions for the model'
location: ''
license_name: 'License not specified'
license_path: ''
-
name: 'Research paper'
description: 'Research paper detailing the development and capabilities of the model'
location: ''
license_name: 'License not specified'
license_path: ''
-
name: 'Evaluation results'
description: 'The results from evaluating the model'
location: ''
license_name: 'Component not included'
license_path: ''