emaballarin
commited on
Commit
•
79982ce
0
Parent(s):
initial commit
Browse files- .gitattributes +35 -0
- LICENSE +221 -0
- README.md +12 -0
- models/cifar_100_cuiwrn2810/cifar100_a5_b12_t4_50m_w.safetensors +3 -0
- models/cifar_100_cuiwrn2810/wrn_28_10_cifar_100_cui_2023_decoder.safetensors +3 -0
- models/cifar_100_cuiwrn2810/wrn_28_10_cifar_100_cui_2023_repr_compressors.safetensors +3 -0
- models/cifar_100_cuiwrn2810/wrn_28_10_cifar_100_cui_2023_repr_fcn_compressor.safetensors +3 -0
- models/cifar_10_cuiwrn2810/cifar10_a3_b10_t4_20m_w.safetensors +3 -0
- models/cifar_10_cuiwrn2810/wrn_28_10_cifar_10_cui_2023_decoder.safetensors +3 -0
- models/cifar_10_cuiwrn2810/wrn_28_10_cifar_10_cui_2023_repr_compressors.safetensors +3 -0
- models/cifar_10_cuiwrn2810/wrn_28_10_cifar_10_cui_2023_repr_fcn_compressor.safetensors +3 -0
- models/tinyimagenet_wangwrn2810/tiny_linf_wrn28_10_w.safetensors +3 -0
- models/tinyimagenet_wangwrn2810/wrn_28_10_tinyimagenet_200_wang_2023_decoder.safetensors +3 -0
- models/tinyimagenet_wangwrn2810/wrn_28_10_tinyimagenet_200_wang_2023_repr_compressors.safetensors +3 -0
- models/tinyimagenet_wangwrn2810/wrn_28_10_tinyimagenet_200_wang_2023_repr_fcn_compressor.safetensors +3 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz 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
|
LICENSE
ADDED
@@ -0,0 +1,221 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CARSO ADAPTED RAIL-M LICENSE
|
2 |
+
|
3 |
+
Licensed Artifact(s):
|
4 |
+
|
5 |
+
- Model
|
6 |
+
|
7 |
+
Section I: PREAMBLE
|
8 |
+
|
9 |
+
This adapted RAIL License is generally applicable to the Model Artifact(s)
|
10 |
+
identified above.
|
11 |
+
|
12 |
+
For valuable consideration, You and Licensor agree as follows:
|
13 |
+
|
14 |
+
1. Definitions
|
15 |
+
|
16 |
+
(a) “Application” refers to a sequence of instructions or statements
|
17 |
+
written in machine code language, including object code (that is the
|
18 |
+
product of a compiler), binary code (data using a two-symbol system)
|
19 |
+
or an intermediate language (such as register transfer language).
|
20 |
+
|
21 |
+
(b) “Artifact” refers to a software application (in either binary or
|
22 |
+
source code format), Model, and/or Source Code, in accordance with
|
23 |
+
what is specified above as the “Licensed Artifact”.
|
24 |
+
|
25 |
+
(c) “Contribution” means any work, including any modifications or
|
26 |
+
additions to an Artifact, that is intentionally submitted to
|
27 |
+
Licensor for inclusion or incorporation in the Artifact directly or
|
28 |
+
indirectly by the rights owner. For the purposes of this definition,
|
29 |
+
“submitted” means any form of electronic, verbal, or written
|
30 |
+
communication sent to the Licensor or its representatives, including
|
31 |
+
but not limited to communication on electronic mailing lists, source
|
32 |
+
code control systems, and issue tracking systems that are managed
|
33 |
+
by, or on behalf of, the Licensor for the purpose of discussing,
|
34 |
+
sharing and improving the Artifact, but excluding communication that
|
35 |
+
is conspicuously marked or otherwise designated in writing by the
|
36 |
+
contributor as “Not a Contribution.”
|
37 |
+
|
38 |
+
(d) “Contributor” means Licensor or any other individual or legal entity
|
39 |
+
that creates or owns a Contribution that is added to or incorporated
|
40 |
+
into an Artifact.
|
41 |
+
|
42 |
+
(e) “Data” means a collection of information and/or content extracted
|
43 |
+
from the dataset used with a given Model, including to train,
|
44 |
+
pretrain, or otherwise evaluate the Model. The Data is not licensed
|
45 |
+
under this License.
|
46 |
+
|
47 |
+
(f) “Derivative” means a work derived from or based upon an Artifact,
|
48 |
+
and includes all modified versions of such Artifact.
|
49 |
+
|
50 |
+
(g) “Harm” includes but is not limited to physical, mental,
|
51 |
+
psychological, financial and reputational damage, pain, or loss.
|
52 |
+
|
53 |
+
(h) “License” means the terms and conditions for use, reproduction, and
|
54 |
+
Distribution as defined in this document.
|
55 |
+
|
56 |
+
(i) “Licensor” means the rights owner (by virtue of creation or
|
57 |
+
documented transfer of ownership) or entity authorized by the rights
|
58 |
+
owner (e.g., exclusive licensee) that is granting the rights in this
|
59 |
+
License.
|
60 |
+
|
61 |
+
(j) “Model” means any machine-learning based assembly or assemblies
|
62 |
+
(including checkpoints), consisting of learnt weights, parameters
|
63 |
+
(including optimizer states), corresponding to the model
|
64 |
+
architecture as embodied in the Source Code.
|
65 |
+
|
66 |
+
(k) “Output” means the results of operating a Model as embodied in
|
67 |
+
informational content resulting therefrom.
|
68 |
+
|
69 |
+
(l) “Source Code” means any collection of text written using
|
70 |
+
human-readable programming language, including the code and scripts
|
71 |
+
used to define, run, load, benchmark or evaluate a Model or any
|
72 |
+
component thereof, and/or used to prepare data for training or
|
73 |
+
evaluation, if any. Source Code includes any accompanying
|
74 |
+
documentation, tutorials, examples, etc, if any. For clarity, the
|
75 |
+
term “Source Code” as used in this License includes any and all
|
76 |
+
Derivatives of such Source Code.
|
77 |
+
|
78 |
+
(m) “Third Parties” means individuals or legal entities that are not
|
79 |
+
under common control with Licensor or You.
|
80 |
+
|
81 |
+
(n) “Use” includes accessing and utilizing an Artifact, and may, in
|
82 |
+
connection with a Model, also include creating content, fine-tuning,
|
83 |
+
updating, running, training, evaluating and/or re-parametrizing such
|
84 |
+
Model.
|
85 |
+
|
86 |
+
(o) “You” (or “Your”) means an individual or legal entity receiving and
|
87 |
+
exercising permissions granted by this License and/or making use of
|
88 |
+
the Artifact for permitted purposes and in any permitted field of
|
89 |
+
use, including usage of the Artifact in an end-use application -
|
90 |
+
e.g. chatbot, translator, image generator, etc.
|
91 |
+
|
92 |
+
Section II: INTELLECTUAL PROPERTY RIGHTS
|
93 |
+
|
94 |
+
Both copyright and patent grants may apply to the Artifact. The Artifact
|
95 |
+
is subject to additional terms as described in Section III below, which
|
96 |
+
govern the use of the Artifact in the event that Section II is held
|
97 |
+
unenforceable or inapplicable.
|
98 |
+
|
99 |
+
2. Grant of Copyright License. Conditioned upon compliance with Section
|
100 |
+
III below and subject to the terms and conditions of this License, each
|
101 |
+
Contributor hereby grants to You a worldwide, non-exclusive,
|
102 |
+
royalty-free copyright license to reproduce (for internal purposes),
|
103 |
+
use, publicly display, and publicly perform the Artifact.
|
104 |
+
|
105 |
+
3. Grant of Patent License. Conditioned upon compliance with Section III
|
106 |
+
below and subject to the terms and conditions of this License, and only
|
107 |
+
where and as applicable, each Contributor hereby grants to You a
|
108 |
+
worldwide, non-exclusive, royalty-free, irrevocable (except as stated in
|
109 |
+
this paragraph) patent license to make, use, sell, offer to sell, and
|
110 |
+
import the Artifact where such license applies only to those patent
|
111 |
+
claims licensable by such Contributor that are necessarily infringed by
|
112 |
+
their Contribution(s) alone or by combination of their Contribution(s)
|
113 |
+
with the Artifact to which such Contribution(s) was submitted. If You
|
114 |
+
institute patent litigation against any entity (including a cross-claim
|
115 |
+
or counterclaim in a lawsuit) alleging that the Artifact and/or a
|
116 |
+
Contribution incorporated within the Artifact constitutes direct or
|
117 |
+
contributory patent infringement, then any patent licenses granted to
|
118 |
+
You under this License in connection with the Artifact shall terminate
|
119 |
+
as of the date such litigation is asserted or filed.
|
120 |
+
|
121 |
+
Licensor and Contributor each have the right to grant the licenses
|
122 |
+
above.
|
123 |
+
|
124 |
+
Section III: CONDITIONS OF USAGE, DISTRIBUTION AND REDISTRIBUTION
|
125 |
+
|
126 |
+
4. Use-based restrictions. The restrictions set forth in Attachment A
|
127 |
+
are mandatory Use-based restrictions. Therefore You cannot Use the
|
128 |
+
Artifact in violation of such restrictions. You may Use the Artifact
|
129 |
+
only subject to this License. You may not distribute the Artifact to any
|
130 |
+
third parties, and you may not create any Derivatives.
|
131 |
+
|
132 |
+
5. The Output You Generate. Except as set forth herein, Licensor claims
|
133 |
+
no rights in the Output You generate using an Artifact. If the Artifact
|
134 |
+
is a Model, You are accountable for the Output You generate and its
|
135 |
+
subsequent uses, and no use of the Output can contravene any provision
|
136 |
+
as stated in this License.
|
137 |
+
|
138 |
+
6. Notices. You shall retain all copyright, patent, trademark, and
|
139 |
+
attribution notices that accompany the Artifact.
|
140 |
+
|
141 |
+
Section IV: OTHER PROVISIONS
|
142 |
+
|
143 |
+
7. Updates and Runtime Restrictions. To the maximum extent permitted by
|
144 |
+
law, Licensor reserves the right to restrict (remotely or otherwise)
|
145 |
+
usage of the Artifact in violation of this License or update the
|
146 |
+
Artifact through electronic means.
|
147 |
+
|
148 |
+
8. Trademarks and related. Nothing in this License permits You to make
|
149 |
+
use of Licensors’ trademarks, trade names, logos or to otherwise suggest
|
150 |
+
endorsement or misrepresent the relationship between the parties; and
|
151 |
+
any rights not expressly granted herein are reserved by the Licensors.
|
152 |
+
|
153 |
+
9. Disclaimer of Warranty. Unless required by applicable law or agreed
|
154 |
+
to in writing, Licensor provides the Artifact (and each Contributor
|
155 |
+
provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR
|
156 |
+
CONDITIONS OF ANY KIND, either express or implied, including, without
|
157 |
+
limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT,
|
158 |
+
MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely
|
159 |
+
responsible for determining the appropriateness of using the Artifact,
|
160 |
+
and assume any risks associated with Your exercise of permissions under
|
161 |
+
this License.
|
162 |
+
|
163 |
+
10. Limitation of Liability. In no event and under no legal theory,
|
164 |
+
whether in tort (including negligence), contract, or otherwise, unless
|
165 |
+
required by applicable law (such as deliberate and grossly negligent
|
166 |
+
acts) or agreed to in writing, shall any Contributor be liable to You
|
167 |
+
for damages, including any direct, indirect, special, incidental, or
|
168 |
+
consequential damages of any character arising as a result of this
|
169 |
+
License or out of the use or inability to use the Artifact (including
|
170 |
+
but not limited to damages for loss of goodwill, work stoppage, computer
|
171 |
+
failure or malfunction, or any and all other commercial damages or
|
172 |
+
losses), even if such Contributor has been advised of the possibility of
|
173 |
+
such damages.
|
174 |
+
|
175 |
+
11. If any provision of this License is held to be invalid, illegal or
|
176 |
+
unenforceable, the remaining provisions shall be unaffected thereby and
|
177 |
+
remain valid as if such provision had not been set forth herein.
|
178 |
+
|
179 |
+
12. Term and Termination. The term of this License will commence upon
|
180 |
+
the earlier of (a) Your acceptance of this License or (b) accessing the
|
181 |
+
Artifact; and will continue in full force and effect until terminated in
|
182 |
+
accordance with the terms and conditions herein. Licensor may terminate
|
183 |
+
this License if You are in breach of any term or condition of this
|
184 |
+
Agreement. Upon termination of this Agreement, You shall delete and
|
185 |
+
cease use of the Artifact. Section 10 shall survive the termination of
|
186 |
+
this License.
|
187 |
+
|
188 |
+
END OF TERMS AND CONDITIONS
|
189 |
+
|
190 |
+
Attachment A
|
191 |
+
|
192 |
+
USE RESTRICTIONS
|
193 |
+
|
194 |
+
You agree not to use the Artifact in furtherance of any of the
|
195 |
+
following:
|
196 |
+
|
197 |
+
1. Discrimination
|
198 |
+
|
199 |
+
(a) To discriminate or exploit individuals or groups based on
|
200 |
+
legally protected characteristics and/or vulnerabilities.
|
201 |
+
|
202 |
+
2. Legal
|
203 |
+
|
204 |
+
(a) In any way that violates any applicable national, federal,
|
205 |
+
state, local or international law or regulation.
|
206 |
+
|
207 |
+
3. Health
|
208 |
+
|
209 |
+
(a) To provide medical advice or make clinical decisions without
|
210 |
+
necessary (external) accreditation of the system; unless the use
|
211 |
+
is (i) in an internal research context with independent and
|
212 |
+
accountable oversight and/or (ii) with medical professional
|
213 |
+
oversight that is accompanied by any related compulsory
|
214 |
+
certification and/or safety/quality standard for the
|
215 |
+
implementation of the technology.
|
216 |
+
|
217 |
+
4. General
|
218 |
+
|
219 |
+
(a) To Intentionally deceive or mislead others, including failing to
|
220 |
+
appropriately disclose to end users any known dangers of your
|
221 |
+
system.
|
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: carso-adapted-rail-m
|
4 |
+
license_link: LICENSE
|
5 |
+
datasets:
|
6 |
+
- cifar10
|
7 |
+
- cifar100
|
8 |
+
- jeremyf/tiny-imagent-200
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
pipeline_tag: image-classification
|
12 |
+
---
|
models/cifar_100_cuiwrn2810/cifar100_a5_b12_t4_50m_w.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:528f216a4f1b1cf15c6895d75f028edf365bc8d7bd3c6a3f217e1186acc1a840
|
3 |
+
size 146235352
|
models/cifar_100_cuiwrn2810/wrn_28_10_cifar_100_cui_2023_decoder.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ed5b2ea4a6e97b7c6070c861e40452f8fae905ae2dfa2a66be631647dbaa964
|
3 |
+
size 9826484
|
models/cifar_100_cuiwrn2810/wrn_28_10_cifar_100_cui_2023_repr_compressors.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1239fa16e6054df9e2a0605488baaf81e919de3b87f79feb9e3a7d61fdd72cbf
|
3 |
+
size 113880720
|
models/cifar_100_cuiwrn2810/wrn_28_10_cifar_100_cui_2023_repr_fcn_compressor.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78289181e4e4a9bbce1c5ac0d740880365eab389d07a67183bd670dba48cbbe3
|
3 |
+
size 301146616
|
models/cifar_10_cuiwrn2810/cifar10_a3_b10_t4_20m_w.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:341543f39fd7cbc632d03892e7a96aed9113c2a5646c5dd0cdccaf9de3a598f2
|
3 |
+
size 146004592
|
models/cifar_10_cuiwrn2810/wrn_28_10_cifar_10_cui_2023_decoder.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0da29e9b42305def57076f6e394e6a483b052f74ad586c3e673b2096f3d2956a
|
3 |
+
size 9826484
|
models/cifar_10_cuiwrn2810/wrn_28_10_cifar_10_cui_2023_repr_compressors.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a0daa580f00be07d07e6184d4e21902d93face509a833a8c07a813987b38495
|
3 |
+
size 113880720
|
models/cifar_10_cuiwrn2810/wrn_28_10_cifar_10_cui_2023_repr_fcn_compressor.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4c8ea23dd0c95864cfb129b866c544703210c8b11d4789ab601a3c216f5e618
|
3 |
+
size 301146616
|
models/tinyimagenet_wangwrn2810/tiny_linf_wrn28_10_w.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0f7c0601a30d4abd78d9868d0f39990e3b68a058b5641a5330f2cca6b04f28f
|
3 |
+
size 146491752
|
models/tinyimagenet_wangwrn2810/wrn_28_10_tinyimagenet_200_wang_2023_decoder.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd268b3eff8139dd232a6355b66f225a31873ba3387cf96cc0d95e13c9004ff2
|
3 |
+
size 19666020
|
models/tinyimagenet_wangwrn2810/wrn_28_10_tinyimagenet_200_wang_2023_repr_compressors.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcdd22e7bd770a07d0f8ce5b4ac4f2333bb7333a36e7b05e42d7f8bb0e555c69
|
3 |
+
size 115257328
|
models/tinyimagenet_wangwrn2810/wrn_28_10_tinyimagenet_200_wang_2023_repr_fcn_compressor.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ef3ffcb5f9c60dfab9c2a84f410001ca0a6529430c4048db735b152818a5deb
|
3 |
+
size 1160000000
|