chouPAPI21 commited on
Commit
890419a
1 Parent(s): 9e6a972

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +227 -3
README.md CHANGED
@@ -1,3 +1,227 @@
1
- ---
2
- license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ datasets:
4
+ - neuralwork/arxiver
5
+ - nvidia/HelpSteer2
6
+ - rombodawg/Everything_Instruct
7
+ - nvidia/OpenMathInstruct-2
8
+ - LLM360/TxT360
9
+ - mlabonne/open-perfectblend
10
+ - Birchlabs/openai-prm800k-stepwise-critic
11
+ language:
12
+ - en
13
+ metrics:
14
+ - accuracy
15
+ - code_eval
16
+ - bertscore
17
+ - bleurt
18
+ - brier_score
19
+ - competition_math
20
+ - confusion_matrix
21
+ - cuad
22
+ - exact_match
23
+ - frugalscore
24
+ - perplexity
25
+ base_model:
26
+ - meta-llama/Llama-3.2-11B-Vision-Instruct
27
+ - sentence-transformers/all-mpnet-base-v2
28
+ pipeline_tag: text2text-generation
29
+ library_name: adapter-transformers
30
+ tags:
31
+ - edu
32
+ - text-generation-inference
33
+ ---
34
+ # Model Card for Model ID
35
+
36
+ <!-- Provide a quick summary of what the model is/does. -->
37
+
38
+ 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).
39
+
40
+ ## Model Details
41
+
42
+ ### Model Description
43
+
44
+ <!-- Provide a longer summary of what this model is. -->
45
+
46
+
47
+
48
+ - **Developed by:** [More Information Needed]
49
+ - **Funded by [optional]:** [More Information Needed]
50
+ - **Shared by [optional]:** [More Information Needed]
51
+ - **Model type:** [More Information Needed]
52
+ - **Language(s) (NLP):** [More Information Needed]
53
+ - **License:** [More Information Needed]
54
+ - **Finetuned from model [optional]:** [More Information Needed]
55
+
56
+ ### Model Sources [optional]
57
+
58
+ <!-- Provide the basic links for the model. -->
59
+
60
+ - **Repository:** [More Information Needed]
61
+ - **Paper [optional]:** [More Information Needed]
62
+ - **Demo [optional]:** [More Information Needed]
63
+
64
+ ## Uses
65
+
66
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
67
+
68
+ ### Direct Use
69
+
70
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
71
+
72
+ [More Information Needed]
73
+
74
+ ### Downstream Use [optional]
75
+
76
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
77
+
78
+ [More Information Needed]
79
+
80
+ ### Out-of-Scope Use
81
+
82
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
83
+
84
+ [More Information Needed]
85
+
86
+ ## Bias, Risks, and Limitations
87
+
88
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Recommendations
93
+
94
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
95
+
96
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
97
+
98
+ ## How to Get Started with the Model
99
+
100
+ Use the code below to get started with the model.
101
+
102
+ [More Information Needed]
103
+
104
+ ## Training Details
105
+
106
+ ### Training Data
107
+
108
+ <!-- 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. -->
109
+
110
+ [More Information Needed]
111
+
112
+ ### Training Procedure
113
+
114
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
115
+
116
+ #### Preprocessing [optional]
117
+
118
+ [More Information Needed]
119
+
120
+
121
+ #### Training Hyperparameters
122
+
123
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
124
+
125
+ #### Speeds, Sizes, Times [optional]
126
+
127
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ## Evaluation
132
+
133
+ <!-- This section describes the evaluation protocols and provides the results. -->
134
+
135
+ ### Testing Data, Factors & Metrics
136
+
137
+ #### Testing Data
138
+
139
+ <!-- This should link to a Dataset Card if possible. -->
140
+
141
+ [More Information Needed]
142
+
143
+ #### Factors
144
+
145
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
146
+
147
+ [More Information Needed]
148
+
149
+ #### Metrics
150
+
151
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
152
+
153
+ [More Information Needed]
154
+
155
+ ### Results
156
+
157
+ [More Information Needed]
158
+
159
+ #### Summary
160
+
161
+
162
+
163
+ ## Model Examination [optional]
164
+
165
+ <!-- Relevant interpretability work for the model goes here -->
166
+
167
+ [More Information Needed]
168
+
169
+ ## Environmental Impact
170
+
171
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
172
+
173
+ 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).
174
+
175
+ - **Hardware Type:** [More Information Needed]
176
+ - **Hours used:** [More Information Needed]
177
+ - **Cloud Provider:** [More Information Needed]
178
+ - **Compute Region:** [More Information Needed]
179
+ - **Carbon Emitted:** [More Information Needed]
180
+
181
+ ## Technical Specifications [optional]
182
+
183
+ ### Model Architecture and Objective
184
+
185
+ [More Information Needed]
186
+
187
+ ### Compute Infrastructure
188
+
189
+ [More Information Needed]
190
+
191
+ #### Hardware
192
+
193
+ [More Information Needed]
194
+
195
+ #### Software
196
+
197
+ [More Information Needed]
198
+
199
+ ## Citation [optional]
200
+
201
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
202
+
203
+ **BibTeX:**
204
+
205
+ [More Information Needed]
206
+
207
+ **APA:**
208
+
209
+ [More Information Needed]
210
+
211
+ ## Glossary [optional]
212
+
213
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
214
+
215
+ [More Information Needed]
216
+
217
+ ## More Information [optional]
218
+
219
+ [More Information Needed]
220
+
221
+ ## Model Card Authors [optional]
222
+
223
+ [More Information Needed]
224
+
225
+ ## Model Card Contact
226
+
227
+ [More Information Needed]