Text Generation
PEFT
Safetensors
Transformers
English
lora
Raiff1982 commited on
Commit
492e583
·
verified ·
0 Parent(s):

initial commit

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