LeroyDyer commited on
Commit
0d59fe7
1 Parent(s): ed3059c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -157
README.md CHANGED
@@ -5,7 +5,7 @@ language:
5
  - en
6
  ---
7
 
8
- # Model Card for Model ID
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11
 
@@ -19,49 +19,13 @@ language:
19
 
20
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
21
 
22
- - **Developed by:** [More Information Needed]
23
- - **Funded by [optional]:** [More Information Needed]
24
- - **Shared by [optional]:** [More Information Needed]
25
  - **Model type:** [More Information Needed]
26
- - **Language(s) (NLP):** [More Information Needed]
27
- - **License:** [More Information Needed]
28
- - **Finetuned from model [optional]:** [More Information Needed]
29
 
30
- ### Model Sources [optional]
31
 
32
- <!-- Provide the basic links for the model. -->
33
 
34
- - **Repository:** [More Information Needed]
35
- - **Paper [optional]:** [More Information Needed]
36
- - **Demo [optional]:** [More Information Needed]
37
 
38
- ## Uses
39
-
40
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
41
-
42
- ### Direct Use
43
-
44
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
45
-
46
- [More Information Needed]
47
-
48
- ### Downstream Use [optional]
49
-
50
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
51
-
52
- [More Information Needed]
53
-
54
- ### Out-of-Scope Use
55
-
56
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
57
-
58
- [More Information Needed]
59
-
60
- ## Bias, Risks, and Limitations
61
-
62
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
63
-
64
- [More Information Needed]
65
 
66
  ### Recommendations
67
 
@@ -104,7 +68,9 @@ generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)
104
 
105
  ## Training Details
106
 
107
- ```
 
 
108
  from transformers import ViTImageProcessor, AutoTokenizer, VisionEncoderDecoderModel
109
  from datasets import load_dataset
110
 
@@ -134,83 +100,6 @@ loss = model(pixel_values=pixel_values, labels=labels).loss
134
  ```
135
 
136
 
137
- ### Training Data
138
-
139
- <!-- 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. -->
140
-
141
- [More Information Needed]
142
-
143
- ### Training Procedure
144
-
145
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
146
-
147
- #### Preprocessing [optional]
148
-
149
- [More Information Needed]
150
-
151
-
152
- #### Training Hyperparameters
153
-
154
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
155
-
156
- #### Speeds, Sizes, Times [optional]
157
-
158
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
159
-
160
- [More Information Needed]
161
-
162
- ## Evaluation
163
-
164
- <!-- This section describes the evaluation protocols and provides the results. -->
165
-
166
- ### Testing Data, Factors & Metrics
167
-
168
- #### Testing Data
169
-
170
- <!-- This should link to a Dataset Card if possible. -->
171
-
172
- [More Information Needed]
173
-
174
- #### Factors
175
-
176
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
177
-
178
- [More Information Needed]
179
-
180
- #### Metrics
181
-
182
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
183
-
184
- [More Information Needed]
185
-
186
- ### Results
187
-
188
- [More Information Needed]
189
-
190
- #### Summary
191
-
192
-
193
-
194
- ## Model Examination [optional]
195
-
196
- <!-- Relevant interpretability work for the model goes here -->
197
-
198
- [More Information Needed]
199
-
200
- ## Environmental Impact
201
-
202
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
203
-
204
- 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).
205
-
206
- - **Hardware Type:** [More Information Needed]
207
- - **Hours used:** [More Information Needed]
208
- - **Cloud Provider:** [More Information Needed]
209
- - **Compute Region:** [More Information Needed]
210
- - **Carbon Emitted:** [More Information Needed]
211
-
212
- ## Technical Specifications [optional]
213
-
214
  ### Model Architecture and Objective
215
 
216
  ``` python
@@ -243,44 +132,4 @@ model = VisionEncoderDecoderModel.from_pretrained("my-model", config=encoder_dec
243
 
244
  ```
245
 
246
- ### Compute Infrastructure
247
-
248
- [More Information Needed]
249
-
250
- #### Hardware
251
-
252
- [More Information Needed]
253
-
254
- #### Software
255
-
256
- [More Information Needed]
257
-
258
- ## Citation [optional]
259
-
260
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
261
-
262
- **BibTeX:**
263
-
264
- [More Information Needed]
265
-
266
- **APA:**
267
-
268
- [More Information Needed]
269
-
270
- ## Glossary [optional]
271
-
272
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
273
-
274
- [More Information Needed]
275
-
276
- ## More Information [optional]
277
-
278
- [More Information Needed]
279
-
280
- ## Model Card Authors [optional]
281
-
282
- [More Information Needed]
283
-
284
- ## Model Card Contact
285
 
286
- [More Information Needed]
 
5
  - en
6
  ---
7
 
8
+ # LeroyDyer/Mixtral_AI_Cyber_Q_Vision
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11
 
 
19
 
20
  This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
21
 
22
+ - **Developed by:** [LeroyDyer]
 
 
23
  - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [English]
 
 
25
 
 
26
 
 
27
 
 
 
 
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ### Recommendations
31
 
 
68
 
69
  ## Training Details
70
 
71
+ ```python
72
+
73
+
74
  from transformers import ViTImageProcessor, AutoTokenizer, VisionEncoderDecoderModel
75
  from datasets import load_dataset
76
 
 
100
  ```
101
 
102
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  ### Model Architecture and Objective
104
 
105
  ``` python
 
132
 
133
  ```
134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135