Flexan commited on
Commit
cec691e
·
verified ·
1 Parent(s): 12c995a

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,17 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ leetcodeAI.f16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ leetcodeAI.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ leetcodeAI.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
39
+ leetcodeAI.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
40
+ leetcodeAI.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
41
+ leetcodeAI.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
42
+ leetcodeAI.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ leetcodeAI.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ leetcodeAI.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ leetcodeAI.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ leetcodeAI.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
47
+ leetcodeAI.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
48
+ leetcodeAI.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
49
+ leetcodeAI.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: lakshraina2/leetcodeAI
3
+ library_name: transformers
4
+ tags: []
5
+ ---
6
+
7
+ # GGUF Files for leetcodeAI
8
+
9
+ These are the GGUF files for [lakshraina2/leetcodeAI](https://huggingface.co/lakshraina2/leetcodeAI).
10
+
11
+ ## Downloads
12
+
13
+ | GGUF Link | Quantization | Description |
14
+ | ---- | ----- | ----------- |
15
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q2_K.gguf) | Q2_K | Lowest quality |
16
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q3_K_S.gguf) | Q3_K_S | |
17
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.IQ3_S.gguf) | IQ3_S | Integer quant, preferable over Q3_K_S |
18
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.IQ3_M.gguf) | IQ3_M | Integer quant |
19
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q3_K_M.gguf) | Q3_K_M | |
20
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q3_K_L.gguf) | Q3_K_L | |
21
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.IQ4_XS.gguf) | IQ4_XS | Integer quant |
22
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q4_K_S.gguf) | Q4_K_S | Fast with good performance |
23
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q4_K_M.gguf) | Q4_K_M | **Recommended:** Perfect mix of speed and performance |
24
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q5_K_S.gguf) | Q5_K_S | |
25
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q5_K_M.gguf) | Q5_K_M | |
26
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q6_K.gguf) | Q6_K | Very good quality |
27
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.Q8_0.gguf) | Q8_0 | Best quality |
28
+ | [Download](https://huggingface.co/Flexan/lakshraina2-leetcodeAI-GGUF/resolve/main/leetcodeAI.f16.gguf) | f16 | Full precision, don't bother; use a quant |
29
+
30
+ ## Note from Flexan
31
+
32
+ I provide GGUFs and quantizations of publicly available models that do not have a GGUF equivalent available yet,
33
+ usually for models **I deem interesting and wish to try out**.
34
+
35
+ If there are some quants missing that you'd like me to add, you may request one in the community tab.
36
+ If you want to request a public model to be converted, you can also request that in the community tab.
37
+ If you have questions regarding this model, please refer to [the original model repo](https://huggingface.co/lakshraina2/leetcodeAI).
38
+
39
+ You can find more info about me and what I do [here](https://huggingface.co/Flexan/Flexan).
40
+
41
+ # Model Card for Model ID
42
+
43
+ <!-- Provide a quick summary of what the model is/does. -->
44
+
45
+
46
+
47
+ ## Model Details
48
+
49
+ ### Model Description
50
+
51
+ <!-- Provide a longer summary of what this model is. -->
52
+
53
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
54
+
55
+ - **Developed by:** [More Information Needed]
56
+ - **Funded by [optional]:** [More Information Needed]
57
+ - **Shared by [optional]:** [More Information Needed]
58
+ - **Model type:** [More Information Needed]
59
+ - **Language(s) (NLP):** [More Information Needed]
60
+ - **License:** [More Information Needed]
61
+ - **Finetuned from model [optional]:** [More Information Needed]
62
+
63
+ ### Model Sources [optional]
64
+
65
+ <!-- Provide the basic links for the model. -->
66
+
67
+ - **Repository:** [More Information Needed]
68
+ - **Paper [optional]:** [More Information Needed]
69
+ - **Demo [optional]:** [More Information Needed]
70
+
71
+ ## Uses
72
+
73
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
74
+
75
+ ### Direct Use
76
+
77
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
78
+
79
+ [More Information Needed]
80
+
81
+ ### Downstream Use [optional]
82
+
83
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
84
+
85
+ [More Information Needed]
86
+
87
+ ### Out-of-Scope Use
88
+
89
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
90
+
91
+ [More Information Needed]
92
+
93
+ ## Bias, Risks, and Limitations
94
+
95
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
96
+
97
+ [More Information Needed]
98
+
99
+ ### Recommendations
100
+
101
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
102
+
103
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
104
+
105
+ ## How to Get Started with the Model
106
+
107
+ Use the code below to get started with the model.
108
+
109
+ [More Information Needed]
110
+
111
+ ## Training Details
112
+
113
+ ### Training Data
114
+
115
+ <!-- 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. -->
116
+
117
+ [More Information Needed]
118
+
119
+ ### Training Procedure
120
+
121
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
122
+
123
+ #### Preprocessing [optional]
124
+
125
+ [More Information Needed]
126
+
127
+
128
+ #### Training Hyperparameters
129
+
130
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
131
+
132
+ #### Speeds, Sizes, Times [optional]
133
+
134
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
135
+
136
+ [More Information Needed]
137
+
138
+ ## Evaluation
139
+
140
+ <!-- This section describes the evaluation protocols and provides the results. -->
141
+
142
+ ### Testing Data, Factors & Metrics
143
+
144
+ #### Testing Data
145
+
146
+ <!-- This should link to a Dataset Card if possible. -->
147
+
148
+ [More Information Needed]
149
+
150
+ #### Factors
151
+
152
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
153
+
154
+ [More Information Needed]
155
+
156
+ #### Metrics
157
+
158
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
159
+
160
+ [More Information Needed]
161
+
162
+ ### Results
163
+
164
+ [More Information Needed]
165
+
166
+ #### Summary
167
+
168
+
169
+
170
+ ## Model Examination [optional]
171
+
172
+ <!-- Relevant interpretability work for the model goes here -->
173
+
174
+ [More Information Needed]
175
+
176
+ ## Environmental Impact
177
+
178
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
179
+
180
+ 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).
181
+
182
+ - **Hardware Type:** [More Information Needed]
183
+ - **Hours used:** [More Information Needed]
184
+ - **Cloud Provider:** [More Information Needed]
185
+ - **Compute Region:** [More Information Needed]
186
+ - **Carbon Emitted:** [More Information Needed]
187
+
188
+ ## Technical Specifications [optional]
189
+
190
+ ### Model Architecture and Objective
191
+
192
+ [More Information Needed]
193
+
194
+ ### Compute Infrastructure
195
+
196
+ [More Information Needed]
197
+
198
+ #### Hardware
199
+
200
+ [More Information Needed]
201
+
202
+ #### Software
203
+
204
+ [More Information Needed]
205
+
206
+ ## Citation [optional]
207
+
208
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
209
+
210
+ **BibTeX:**
211
+
212
+ [More Information Needed]
213
+
214
+ **APA:**
215
+
216
+ [More Information Needed]
217
+
218
+ ## Glossary [optional]
219
+
220
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
221
+
222
+ [More Information Needed]
223
+
224
+ ## More Information [optional]
225
+
226
+ [More Information Needed]
227
+
228
+ ## Model Card Authors [optional]
229
+
230
+ [More Information Needed]
231
+
232
+ ## Model Card Contact
233
+
234
+ [More Information Needed]
leetcodeAI.IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa24c41af244d9817786112ab5257e3d226ff17c2cecb731ca1bbe531107dc13
3
+ size 776663520
leetcodeAI.IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407e1fc9e966ee7aa4b45e8125340ed230b4d26c101be46e1dcb79d9e7b0446c
3
+ size 762406368
leetcodeAI.IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:088f5c3019dd7eff8ac5fe1598c8c41d11b83c858ac02edf12544f3d50a3a809
3
+ size 902182368
leetcodeAI.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19e9b65f0a83b344b8f801e7da062b1aa549ee44c8071d3ee43b3525566ef086
3
+ size 676304352
leetcodeAI.Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b2c36fc7a4982e2443ae1cd4e5513e9db5af2b849243c5e7d32202c30f23c1
3
+ size 880162272
leetcodeAI.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dabf3fc637e1f920d757ba36f142a5ff736a4011a6c98b68c1c394da17f9c690
3
+ size 824178144
leetcodeAI.Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b43fb393c050be8aa1a481427bab3f372ba86df3d1a285343763c25ca5df54
3
+ size 760944096
leetcodeAI.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52949417f32ca29e6195ea92962bffa12b2a062fb4068b4ae5f568bef5d603a3
3
+ size 986047968
leetcodeAI.Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:641dcb3de884bd34f44edfa7dad73ac0195d777283aa386be935c0f0c6181d22
3
+ size 940312032
leetcodeAI.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d8e02ef8b003553217211e5c6f347f1ca82fc5bbbfd33e0a1e7ff9f016235e
3
+ size 1125049824
leetcodeAI.Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b321ef73d7209ad6d65f149523c9762b3743c53dac253af4551764aa5f10a3e
3
+ size 1098728928
leetcodeAI.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6447ac0316c035fb4e37ff6cf4611089eb5f9596cf400d606e4ffdf83c9284ed
3
+ size 1272739296
leetcodeAI.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06326259c24f7d8433a07caa811fb0c993819335bf8df795ee9e9c63c87fe25e
3
+ size 1646572512
leetcodeAI.f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e205af15867a1bbb7fe1a356c1e6d821b2366f63de737176aef8b0e07b746368
3
+ size 3093668832