sandylolpotty commited on
Commit
30c544e
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +233 -0
.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - output:
9
+ url: images/project.png
10
+ text: hi
11
+ base_model: microsoft/DialoGPT-medium
12
+ instance_prompt: null
13
+ license: apache-2.0
14
+ ---
15
+ # CatalystGPT-5
16
+
17
+ <Gallery />
18
+
19
+ ## Model description
20
+
21
+ ---
22
+ base_model: microsoft&#x2F;DialoGPT-medium
23
+ library_name: peft
24
+ pipeline_tag: text-generation
25
+ tags:
26
+ - base_model:adapter:microsoft&#x2F;DialoGPT-medium
27
+ - lora
28
+ - transformers
29
+ ---
30
+
31
+ # Model Card for Model ID
32
+
33
+ &lt;!-- Provide a quick summary of what the model is&#x2F;does. --&gt;
34
+
35
+
36
+
37
+ ## Model Details
38
+
39
+ ### Model Description
40
+
41
+ &lt;!-- Provide a longer summary of what this model is. --&gt;
42
+
43
+
44
+
45
+ - **Developed by:** [More Information Needed]
46
+ - **Funded by [optional]:** [More Information Needed]
47
+ - **Shared by [optional]:** [More Information Needed]
48
+ - **Model type:** [More Information Needed]
49
+ - **Language(s) (NLP):** [More Information Needed]
50
+ - **License:** [More Information Needed]
51
+ - **Finetuned from model [optional]:** [More Information Needed]
52
+
53
+ ### Model Sources [optional]
54
+
55
+ &lt;!-- Provide the basic links for the model. --&gt;
56
+
57
+ - **Repository:** [More Information Needed]
58
+ - **Paper [optional]:** [More Information Needed]
59
+ - **Demo [optional]:** [More Information Needed]
60
+
61
+ ## Uses
62
+
63
+ &lt;!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --&gt;
64
+
65
+ ### Direct Use
66
+
67
+ &lt;!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem&#x2F;app. --&gt;
68
+
69
+ [More Information Needed]
70
+
71
+ ### Downstream Use [optional]
72
+
73
+ &lt;!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem&#x2F;app --&gt;
74
+
75
+ [More Information Needed]
76
+
77
+ ### Out-of-Scope Use
78
+
79
+ &lt;!-- This section addresses misuse, malicious use, and uses that the model will not work well for. --&gt;
80
+
81
+ [More Information Needed]
82
+
83
+ ## Bias, Risks, and Limitations
84
+
85
+ &lt;!-- This section is meant to convey both technical and sociotechnical limitations. --&gt;
86
+
87
+ [More Information Needed]
88
+
89
+ ### Recommendations
90
+
91
+ &lt;!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --&gt;
92
+
93
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
94
+
95
+ ## How to Get Started with the Model
96
+
97
+ Use the code below to get started with the model.
98
+
99
+ [More Information Needed]
100
+
101
+ ## Training Details
102
+
103
+ ### Training Data
104
+
105
+ &lt;!-- 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. --&gt;
106
+
107
+ [More Information Needed]
108
+
109
+ ### Training Procedure
110
+
111
+ &lt;!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. --&gt;
112
+
113
+ #### Preprocessing [optional]
114
+
115
+ [More Information Needed]
116
+
117
+
118
+ #### Training Hyperparameters
119
+
120
+ - **Training regime:** [More Information Needed] &lt;!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision --&gt;
121
+
122
+ #### Speeds, Sizes, Times [optional]
123
+
124
+ &lt;!-- This section provides information about throughput, start&#x2F;end time, checkpoint size if relevant, etc. --&gt;
125
+
126
+ [More Information Needed]
127
+
128
+ ## Evaluation
129
+
130
+ &lt;!-- This section describes the evaluation protocols and provides the results. --&gt;
131
+
132
+ ### Testing Data, Factors &amp; Metrics
133
+
134
+ #### Testing Data
135
+
136
+ &lt;!-- This should link to a Dataset Card if possible. --&gt;
137
+
138
+ [More Information Needed]
139
+
140
+ #### Factors
141
+
142
+ &lt;!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. --&gt;
143
+
144
+ [More Information Needed]
145
+
146
+ #### Metrics
147
+
148
+ &lt;!-- These are the evaluation metrics being used, ideally with a description of why. --&gt;
149
+
150
+ [More Information Needed]
151
+
152
+ ### Results
153
+
154
+ [More Information Needed]
155
+
156
+ #### Summary
157
+
158
+
159
+
160
+ ## Model Examination [optional]
161
+
162
+ &lt;!-- Relevant interpretability work for the model goes here --&gt;
163
+
164
+ [More Information Needed]
165
+
166
+ ## Environmental Impact
167
+
168
+ &lt;!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly --&gt;
169
+
170
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https:&#x2F;&#x2F;mlco2.github.io&#x2F;impact#compute) presented in [Lacoste et al. (2019)](https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1910.09700).
171
+
172
+ - **Hardware Type:** [More Information Needed]
173
+ - **Hours used:** [More Information Needed]
174
+ - **Cloud Provider:** [More Information Needed]
175
+ - **Compute Region:** [More Information Needed]
176
+ - **Carbon Emitted:** [More Information Needed]
177
+
178
+ ## Technical Specifications [optional]
179
+
180
+ ### Model Architecture and Objective
181
+
182
+ [More Information Needed]
183
+
184
+ ### Compute Infrastructure
185
+
186
+ [More Information Needed]
187
+
188
+ #### Hardware
189
+
190
+ [More Information Needed]
191
+
192
+ #### Software
193
+
194
+ [More Information Needed]
195
+
196
+ ## Citation [optional]
197
+
198
+ &lt;!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. --&gt;
199
+
200
+ **BibTeX:**
201
+
202
+ [More Information Needed]
203
+
204
+ **APA:**
205
+
206
+ [More Information Needed]
207
+
208
+ ## Glossary [optional]
209
+
210
+ &lt;!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. --&gt;
211
+
212
+ [More Information Needed]
213
+
214
+ ## More Information [optional]
215
+
216
+ [More Information Needed]
217
+
218
+ ## Model Card Authors [optional]
219
+
220
+ [More Information Needed]
221
+
222
+ ## Model Card Contact
223
+
224
+ [More Information Needed]
225
+ ### Framework versions
226
+
227
+ - PEFT 0.17.1
228
+
229
+
230
+ ## Download model
231
+
232
+
233
+ [Download](/sandylolpotty/s/tree/main) them in the Files & versions tab.