PrometheusGroup commited on
Commit
ce85a33
·
verified ·
1 Parent(s): dcee5b6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +240 -0
README.md ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - pjaekae/automotive_engineering
5
+ - STEM-AI-mtl/Electrical-engineering
6
+ - siddharthl1293/engineering_design_facts
7
+ - jilp00/YouToks-Instruct-Thermodynamics-of-Materials
8
+ - camel-ai/physics
9
+ - Nan-Do/code-search-net-java
10
+ - cfahlgren1/react-code-instructions
11
+ - Sourabh2/chemical_compund
12
+ - mlfoundations-dev/existing-seed-reasoning-metallurgy
13
+ - Abdulrhman37/metallurgy-qa
14
+ - Juliankrg/HTML_CSS_CodeDataSet_100k
15
+ - MIN12352/codellama_java_python
16
+ - Vikhrmodels/programming_books_eng
17
+ - leo009/python-programming-instructions
18
+ - RJ1200/Programming_C
19
+ - Programming-Language/codeagent-python
20
+ - joey234/mmlu-elementary_mathematics
21
+ - haijian06/Advanced-Math
22
+ - 0xZee/dataset-CoT-Advanced-Calculus-268
23
+ - viknat/spatial-geometry
24
+ - Nbardy/science-theory-textbooks
25
+ - joey234/mmlu-college_computer_science
26
+ - LawalAfeez/science-dataset
27
+ - vjain/AP_statistics
28
+ - SzymonSt2808/TelemetryMetricsLab01
29
+ - Taylor658/thermal-stability
30
+ language:
31
+ - en
32
+ metrics:
33
+ - accuracy
34
+ - code_eval
35
+ base_model:
36
+ - google/gemma-3-27b-it
37
+ tags:
38
+ - automotive
39
+ - vehicle
40
+ - tuning
41
+ - engine-building
42
+ - race-car-engineering
43
+ - engine-simulation
44
+ - thermodynamics
45
+ - motorsport-coding
46
+ ---
47
+ # Model Card for Model ID
48
+
49
+ <!-- Provide a quick summary of what the model is/does. -->
50
+
51
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
52
+
53
+ ## Model Details
54
+
55
+ ### Model Description
56
+
57
+ <!-- Provide a longer summary of what this model is. -->
58
+
59
+
60
+
61
+ - **Developed by:** [More Information Needed]
62
+ - **Funded by [optional]:** [More Information Needed]
63
+ - **Shared by [optional]:** [More Information Needed]
64
+ - **Model type:** [More Information Needed]
65
+ - **Language(s) (NLP):** [More Information Needed]
66
+ - **License:** [More Information Needed]
67
+ - **Finetuned from model [optional]:** [More Information Needed]
68
+
69
+ ### Model Sources [optional]
70
+
71
+ <!-- Provide the basic links for the model. -->
72
+
73
+ - **Repository:** [More Information Needed]
74
+ - **Paper [optional]:** [More Information Needed]
75
+ - **Demo [optional]:** [More Information Needed]
76
+
77
+ ## Uses
78
+
79
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
80
+
81
+ ### Direct Use
82
+
83
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
84
+
85
+ [More Information Needed]
86
+
87
+ ### Downstream Use [optional]
88
+
89
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
90
+
91
+ [More Information Needed]
92
+
93
+ ### Out-of-Scope Use
94
+
95
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
96
+
97
+ [More Information Needed]
98
+
99
+ ## Bias, Risks, and Limitations
100
+
101
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
102
+
103
+ [More Information Needed]
104
+
105
+ ### Recommendations
106
+
107
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
108
+
109
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
110
+
111
+ ## How to Get Started with the Model
112
+
113
+ Use the code below to get started with the model.
114
+
115
+ [More Information Needed]
116
+
117
+ ## Training Details
118
+
119
+ ### Training Data
120
+
121
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
122
+
123
+ [More Information Needed]
124
+
125
+ ### Training Procedure
126
+
127
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
128
+
129
+ #### Preprocessing [optional]
130
+
131
+ [More Information Needed]
132
+
133
+
134
+ #### Training Hyperparameters
135
+
136
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
137
+
138
+ #### Speeds, Sizes, Times [optional]
139
+
140
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
141
+
142
+ [More Information Needed]
143
+
144
+ ## Evaluation
145
+
146
+ <!-- This section describes the evaluation protocols and provides the results. -->
147
+
148
+ ### Testing Data, Factors & Metrics
149
+
150
+ #### Testing Data
151
+
152
+ <!-- This should link to a Dataset Card if possible. -->
153
+
154
+ [More Information Needed]
155
+
156
+ #### Factors
157
+
158
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
159
+
160
+ [More Information Needed]
161
+
162
+ #### Metrics
163
+
164
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
165
+
166
+ [More Information Needed]
167
+
168
+ ### Results
169
+
170
+ [More Information Needed]
171
+
172
+ #### Summary
173
+
174
+
175
+
176
+ ## Model Examination [optional]
177
+
178
+ <!-- Relevant interpretability work for the model goes here -->
179
+
180
+ [More Information Needed]
181
+
182
+ ## Environmental Impact
183
+
184
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
185
+
186
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
187
+
188
+ - **Hardware Type:** [More Information Needed]
189
+ - **Hours used:** [More Information Needed]
190
+ - **Cloud Provider:** [More Information Needed]
191
+ - **Compute Region:** [More Information Needed]
192
+ - **Carbon Emitted:** [More Information Needed]
193
+
194
+ ## Technical Specifications [optional]
195
+
196
+ ### Model Architecture and Objective
197
+
198
+ [More Information Needed]
199
+
200
+ ### Compute Infrastructure
201
+
202
+ [More Information Needed]
203
+
204
+ #### Hardware
205
+
206
+ [More Information Needed]
207
+
208
+ #### Software
209
+
210
+ [More Information Needed]
211
+
212
+ ## Citation [optional]
213
+
214
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
215
+
216
+ **BibTeX:**
217
+
218
+ [More Information Needed]
219
+
220
+ **APA:**
221
+
222
+ [More Information Needed]
223
+
224
+ ## Glossary [optional]
225
+
226
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
227
+
228
+ [More Information Needed]
229
+
230
+ ## More Information [optional]
231
+
232
+ [More Information Needed]
233
+
234
+ ## Model Card Authors [optional]
235
+
236
+ [More Information Needed]
237
+
238
+ ## Model Card Contact
239
+
240
+ [More Information Needed]