Andrew DalPino
commited on
Commit
·
530fce2
1
Parent(s):
2947852
Add runs data
Browse files- export_model.ipynb +28 -46
- model.py +1 -1
- requirements.txt +1 -0
- runs/.gitignore +0 -2
- exports/lightgpt-small.safetensors → runs/pretrain/events.out.tfevents.1736466030.Volluto.81354.0 +2 -2
- runs/pretrain/events.out.tfevents.1736466840.Volluto.82624.0 +3 -0
- runs/pretrain/events.out.tfevents.1736467719.Volluto.83932.0 +3 -0
- runs/pretrain/events.out.tfevents.1736467740.Volluto.84091.0 +3 -0
- runs/pretrain/events.out.tfevents.1736487253.Volluto.90438.0 +3 -0
- runs/pretrain/events.out.tfevents.1736535683.Volluto.99255.0 +3 -0
- runs/pretrain/events.out.tfevents.1736544912.Volluto.104910.0 +3 -0
- runs/pretrain/events.out.tfevents.1736554808.Volluto.112600.0 +3 -0
- runs/pretrain/events.out.tfevents.1736620787.Volluto.127920.0 +3 -0
- runs/pretrain/events.out.tfevents.1736631837.Volluto.141715.0 +3 -0
- runs/pretrain/events.out.tfevents.1736631922.Volluto.141955.0 +3 -0
- runs/pretrain/events.out.tfevents.1736631984.Volluto.142151.0 +3 -0
- runs/pretrain/events.out.tfevents.1736632773.Volluto.143800.0 +3 -0
- runs/pretrain/events.out.tfevents.1736652187.Volluto.150882.0 +3 -0
- runs/pretrain/events.out.tfevents.1736708815.Volluto.162800.0 +3 -0
- runs/pretrain/events.out.tfevents.1736793640.Volluto.174758.0 +3 -0
- runs/pretrain/events.out.tfevents.1736794575.Volluto.176720.0 +3 -0
- runs/pretrain/events.out.tfevents.1736804694.Volluto.181617.0 +3 -0
- runs/pretrain/events.out.tfevents.1736825677.Volluto.196991.0 +3 -0
- runs/pretrain/events.out.tfevents.1737054507.Volluto.268046.0 +3 -0
- runs/pretrain/events.out.tfevents.1737168101.Volluto.315789.0 +3 -0
- runs/pretrain/events.out.tfevents.1737235016.Volluto.326703.0 +3 -0
- runs/pretrain/events.out.tfevents.1737257938.Volluto.346932.0 +3 -0
- runs/pretrain/events.out.tfevents.1737365338.Volluto.493008.0 +3 -0
- runs/pretrain/events.out.tfevents.1737436182.Volluto.604357.0 +3 -0
- runs/pretrain/events.out.tfevents.1737517186.Volluto.1230930.0 +3 -0
- runs/pretrain/events.out.tfevents.1737530523.Volluto.1322326.0 +3 -0
- runs/pretrain/events.out.tfevents.1737574538.Volluto.1655781.0 +3 -0
- runs/pretrain/events.out.tfevents.1737609647.Volluto.1934498.0 +3 -0
- runs/pretrain/events.out.tfevents.1737656578.Volluto.2361148.0 +3 -0
- runs/pretrain/events.out.tfevents.1737790165.Volluto.3650875.0 +3 -0
- runs/pretrain/events.out.tfevents.1737856946.Volluto.116091.0 +3 -0
- runs/pretrain/events.out.tfevents.1737869637.Volluto.246299.0 +3 -0
- runs/pretrain/events.out.tfevents.1737875244.Volluto.300932.0 +3 -0
- runs/pretrain/events.out.tfevents.1738027332.Volluto.1706741.0 +3 -0
- runs/pretrain/events.out.tfevents.1738050871.Volluto.1941035.0 +3 -0
- runs/pretrain/events.out.tfevents.1738120997.Volluto.2600473.0 +3 -0
- runs/pretrain/events.out.tfevents.1738193815.Volluto.6240.0 +3 -0
- runs/pretrain/events.out.tfevents.1738194408.Volluto.13793.0 +3 -0
- runs/pretrain/events.out.tfevents.1738221282.Volluto.300674.0 +3 -0
- runs/pretrain/events.out.tfevents.1738221313.Volluto.301272.0 +3 -0
export_model.ipynb
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
},
|
10 |
{
|
11 |
"cell_type": "code",
|
12 |
-
"execution_count":
|
13 |
"metadata": {},
|
14 |
"outputs": [],
|
15 |
"source": [
|
@@ -28,7 +28,7 @@
|
|
28 |
},
|
29 |
{
|
30 |
"cell_type": "code",
|
31 |
-
"execution_count":
|
32 |
"metadata": {},
|
33 |
"outputs": [
|
34 |
{
|
@@ -64,7 +64,7 @@
|
|
64 |
},
|
65 |
{
|
66 |
"cell_type": "code",
|
67 |
-
"execution_count":
|
68 |
"metadata": {},
|
69 |
"outputs": [],
|
70 |
"source": [
|
@@ -84,38 +84,6 @@
|
|
84 |
" print(\"LoRA checkpoint loaded successfully\")"
|
85 |
]
|
86 |
},
|
87 |
-
{
|
88 |
-
"cell_type": "markdown",
|
89 |
-
"metadata": {},
|
90 |
-
"source": [
|
91 |
-
"Now, export the model in Safetensors format."
|
92 |
-
]
|
93 |
-
},
|
94 |
-
{
|
95 |
-
"cell_type": "code",
|
96 |
-
"execution_count": 13,
|
97 |
-
"metadata": {},
|
98 |
-
"outputs": [
|
99 |
-
{
|
100 |
-
"name": "stdout",
|
101 |
-
"output_type": "stream",
|
102 |
-
"text": [
|
103 |
-
"Model saved to ./exports/lightgpt-small.safetensors\n"
|
104 |
-
]
|
105 |
-
}
|
106 |
-
],
|
107 |
-
"source": [
|
108 |
-
"from os import path\n",
|
109 |
-
"\n",
|
110 |
-
"from safetensors.torch import save_model\n",
|
111 |
-
"\n",
|
112 |
-
"safetensors_path = path.join(exports_path, f\"{model_name}.safetensors\")\n",
|
113 |
-
"\n",
|
114 |
-
"save_model(model, safetensors_path)\n",
|
115 |
-
"\n",
|
116 |
-
"print(f\"Model saved to {safetensors_path}\")"
|
117 |
-
]
|
118 |
-
},
|
119 |
{
|
120 |
"cell_type": "markdown",
|
121 |
"metadata": {},
|
@@ -125,7 +93,7 @@
|
|
125 |
},
|
126 |
{
|
127 |
"cell_type": "code",
|
128 |
-
"execution_count":
|
129 |
"metadata": {},
|
130 |
"outputs": [
|
131 |
{
|
@@ -152,15 +120,15 @@
|
|
152 |
"\n",
|
153 |
"example_input = torch.randint(0, model.vocabulary_size - 1, (1, 1024))\n",
|
154 |
"\n",
|
155 |
-
"
|
156 |
"\n",
|
157 |
-
"
|
158 |
"\n",
|
159 |
"export_options = ExportOptions(\n",
|
160 |
" dynamic_shapes=True\n",
|
161 |
") # Necessary for variable batch and sequence lengths\n",
|
162 |
"\n",
|
163 |
-
"onnx_model = dynamo_export(
|
164 |
"\n",
|
165 |
"onnx_path = path.join(exports_path, f\"{model_name}.onnx\")\n",
|
166 |
"\n",
|
@@ -173,12 +141,12 @@
|
|
173 |
"cell_type": "markdown",
|
174 |
"metadata": {},
|
175 |
"source": [
|
176 |
-
"
|
177 |
]
|
178 |
},
|
179 |
{
|
180 |
"cell_type": "code",
|
181 |
-
"execution_count":
|
182 |
"metadata": {},
|
183 |
"outputs": [
|
184 |
{
|
@@ -194,7 +162,7 @@
|
|
194 |
"\n",
|
195 |
"from numpy.testing import assert_allclose\n",
|
196 |
"\n",
|
197 |
-
"pytorch_logits = model(example_input).detach().numpy()\n",
|
198 |
"\n",
|
199 |
"session = onnxruntime.InferenceSession(onnx_path, providers=[\"CPUExecutionProvider\"])\n",
|
200 |
"\n",
|
@@ -213,16 +181,30 @@
|
|
213 |
"cell_type": "markdown",
|
214 |
"metadata": {},
|
215 |
"source": [
|
216 |
-
"Lastly, let's
|
217 |
]
|
218 |
},
|
219 |
{
|
220 |
"cell_type": "code",
|
221 |
-
"execution_count":
|
222 |
"metadata": {},
|
223 |
-
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
224 |
"source": [
|
225 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
226 |
]
|
227 |
}
|
228 |
],
|
|
|
9 |
},
|
10 |
{
|
11 |
"cell_type": "code",
|
12 |
+
"execution_count": 33,
|
13 |
"metadata": {},
|
14 |
"outputs": [],
|
15 |
"source": [
|
|
|
28 |
},
|
29 |
{
|
30 |
"cell_type": "code",
|
31 |
+
"execution_count": 34,
|
32 |
"metadata": {},
|
33 |
"outputs": [
|
34 |
{
|
|
|
64 |
},
|
65 |
{
|
66 |
"cell_type": "code",
|
67 |
+
"execution_count": 35,
|
68 |
"metadata": {},
|
69 |
"outputs": [],
|
70 |
"source": [
|
|
|
84 |
" print(\"LoRA checkpoint loaded successfully\")"
|
85 |
]
|
86 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
{
|
88 |
"cell_type": "markdown",
|
89 |
"metadata": {},
|
|
|
93 |
},
|
94 |
{
|
95 |
"cell_type": "code",
|
96 |
+
"execution_count": 36,
|
97 |
"metadata": {},
|
98 |
"outputs": [
|
99 |
{
|
|
|
120 |
"\n",
|
121 |
"example_input = torch.randint(0, model.vocabulary_size - 1, (1, 1024))\n",
|
122 |
"\n",
|
123 |
+
"onnx_model = ONNXModel(model) # Nicer inferencing API\n",
|
124 |
"\n",
|
125 |
+
"onnx_model.eval() # Turn off dropout and other train-time operations\n",
|
126 |
"\n",
|
127 |
"export_options = ExportOptions(\n",
|
128 |
" dynamic_shapes=True\n",
|
129 |
") # Necessary for variable batch and sequence lengths\n",
|
130 |
"\n",
|
131 |
+
"onnx_model = dynamo_export(onnx_model, example_input, export_options=export_options)\n",
|
132 |
"\n",
|
133 |
"onnx_path = path.join(exports_path, f\"{model_name}.onnx\")\n",
|
134 |
"\n",
|
|
|
141 |
"cell_type": "markdown",
|
142 |
"metadata": {},
|
143 |
"source": [
|
144 |
+
"Compare the output of PyTorch with the ONNX runtime to see if they are the same."
|
145 |
]
|
146 |
},
|
147 |
{
|
148 |
"cell_type": "code",
|
149 |
+
"execution_count": 37,
|
150 |
"metadata": {},
|
151 |
"outputs": [
|
152 |
{
|
|
|
162 |
"\n",
|
163 |
"from numpy.testing import assert_allclose\n",
|
164 |
"\n",
|
165 |
+
"pytorch_logits = model.predict(example_input).detach().numpy()\n",
|
166 |
"\n",
|
167 |
"session = onnxruntime.InferenceSession(onnx_path, providers=[\"CPUExecutionProvider\"])\n",
|
168 |
"\n",
|
|
|
181 |
"cell_type": "markdown",
|
182 |
"metadata": {},
|
183 |
"source": [
|
184 |
+
"Lastly, let's export the model in HuggingFace format so that it can be used with the HuggingFace ecosystem."
|
185 |
]
|
186 |
},
|
187 |
{
|
188 |
"cell_type": "code",
|
189 |
+
"execution_count": 39,
|
190 |
"metadata": {},
|
191 |
+
"outputs": [
|
192 |
+
{
|
193 |
+
"name": "stdout",
|
194 |
+
"output_type": "stream",
|
195 |
+
"text": [
|
196 |
+
"Model saved to ./exports/lightgpt-small\n"
|
197 |
+
]
|
198 |
+
}
|
199 |
+
],
|
200 |
"source": [
|
201 |
+
"from os import path\n",
|
202 |
+
"\n",
|
203 |
+
"hf_path = path.join(exports_path, model_name)\n",
|
204 |
+
"\n",
|
205 |
+
"model.save_pretrained(hf_path)\n",
|
206 |
+
"\n",
|
207 |
+
"print(f\"Model saved to {hf_path}\")"
|
208 |
]
|
209 |
}
|
210 |
],
|
model.py
CHANGED
@@ -308,7 +308,7 @@ class LightGPT(Module, PyTorchModelHubMixin):
|
|
308 |
return completed
|
309 |
|
310 |
|
311 |
-
class LightGPTInstruct(Module):
|
312 |
"""
|
313 |
A wrapper for pretrained GPT models that applies a LoRA reparameterization
|
314 |
to the intermediate layers of the network.
|
|
|
308 |
return completed
|
309 |
|
310 |
|
311 |
+
class LightGPTInstruct(Module, PyTorchModelHubMixin):
|
312 |
"""
|
313 |
A wrapper for pretrained GPT models that applies a LoRA reparameterization
|
314 |
to the intermediate layers of the network.
|
requirements.txt
CHANGED
@@ -9,3 +9,4 @@ tensorboard==2.18.0
|
|
9 |
safetensors==0.5.2
|
10 |
onnx==1.17.0
|
11 |
onnxruntime==1.20.1
|
|
|
|
9 |
safetensors==0.5.2
|
10 |
onnx==1.17.0
|
11 |
onnxruntime==1.20.1
|
12 |
+
huggingface_hub==0.27.0
|
runs/.gitignore
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
*
|
2 |
-
!.gitignore
|
|
|
|
|
|
exports/lightgpt-small.safetensors → runs/pretrain/events.out.tfevents.1736466030.Volluto.81354.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9af3c0aafe435b503f7a3a609a3a63b28b7598bf4de727e0f956bef3ebe8decf
|
3 |
+
size 1108
|
runs/pretrain/events.out.tfevents.1736466840.Volluto.82624.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7fa91f6d27af3211eae2bade0583129ac1c14a18228a7dff26e702a62b8a848
|
3 |
+
size 3340
|
runs/pretrain/events.out.tfevents.1736467719.Volluto.83932.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eee025b3358d5d4354d2d0bd09d31f0f6270d736f139604c24e985ca3da77693
|
3 |
+
size 3292
|
runs/pretrain/events.out.tfevents.1736467740.Volluto.84091.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df9bd9e389886e59607cfc26944a7fa5e7a3550ddb3822dd68ff2c8134eeb967
|
3 |
+
size 2224
|
runs/pretrain/events.out.tfevents.1736487253.Volluto.90438.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b2445e867df684ac0afd0a6c15836fa9a57caf2183cab871b6a2e0f07066921
|
3 |
+
size 5456
|
runs/pretrain/events.out.tfevents.1736535683.Volluto.99255.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7047758d20531f020a56ef34172e934272a0be34ed7e1c452ea0cdeff6306966
|
3 |
+
size 88
|
runs/pretrain/events.out.tfevents.1736544912.Volluto.104910.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:807175c998f459c6b03fc34b822e019f8bf714de46869f864bc0d4a2e6e72af3
|
3 |
+
size 1177
|
runs/pretrain/events.out.tfevents.1736554808.Volluto.112600.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86597dbec806df916058d18a12fdafb12cce0bbad7f75d95d16d2786ad332897
|
3 |
+
size 7711
|
runs/pretrain/events.out.tfevents.1736620787.Volluto.127920.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a916beeaca441e8aecd682e762b231714793c891accf561e2b975ea4a52f9496
|
3 |
+
size 1177
|
runs/pretrain/events.out.tfevents.1736631837.Volluto.141715.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb8d4cd24bd2dd3cbe0292142b51104146b44b825214fe003953f42e3628dd36
|
3 |
+
size 88
|
runs/pretrain/events.out.tfevents.1736631922.Volluto.141955.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed6f27932ee7de2ad934a5bc8e5ec60bac121a976cc588fd390808bc8e985d40
|
3 |
+
size 88
|
runs/pretrain/events.out.tfevents.1736631984.Volluto.142151.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:936efdc45506121a4d6a1835c4aab90f777813e665ca86e475674950ad6d2995
|
3 |
+
size 88
|
runs/pretrain/events.out.tfevents.1736632773.Volluto.143800.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5a21e31d1ef48b80be6d8e4240dce412ebe530f4d91c0d1012cebc4d0c72e63
|
3 |
+
size 1177
|
runs/pretrain/events.out.tfevents.1736652187.Volluto.150882.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ebba0a7869343d79f107a0bb24c983f50b1751e5f2416054c5074c9df2bed536
|
3 |
+
size 6622
|
runs/pretrain/events.out.tfevents.1736708815.Volluto.162800.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec9b9254c8d33dc75679e92e0af7c403d22f6d84b38560da0980869ce89a4d0f
|
3 |
+
size 9889
|
runs/pretrain/events.out.tfevents.1736793640.Volluto.174758.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88964d67290d25cd5741db286e6b636cf90f35e4e386f9cbe5e5fd7f05cbd718
|
3 |
+
size 192
|
runs/pretrain/events.out.tfevents.1736794575.Volluto.176720.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b58cc391096a33f03d349835d7e540bc5a08742d4bab30f4002121319a82e8b3
|
3 |
+
size 1177
|
runs/pretrain/events.out.tfevents.1736804694.Volluto.181617.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccea95812a094d8afdde26e6dd2742239948ba36a513abe4ed83eda3d3632611
|
3 |
+
size 2266
|
runs/pretrain/events.out.tfevents.1736825677.Volluto.196991.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5b276b35e8e5040977c86a83d0e1fbe79926ae975f631f98ea9ffc68eb34459
|
3 |
+
size 26224
|
runs/pretrain/events.out.tfevents.1737054507.Volluto.268046.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcbeb8a2bbee08f35d5481d0019b3f5cd1fafb6978f7496c8c4ba000fec1d942
|
3 |
+
size 13156
|
runs/pretrain/events.out.tfevents.1737168101.Volluto.315789.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53a5fa7f8d7c21cd5c3863aafe3737ce50f16496ef4adc2e4205aa283798a795
|
3 |
+
size 7711
|
runs/pretrain/events.out.tfevents.1737235016.Volluto.326703.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51c4dd2c0bd6ad0d9eb35b208beb86f6e25ceecdefc8bf21d1fa179f1bb6f7d5
|
3 |
+
size 2266
|
runs/pretrain/events.out.tfevents.1737257938.Volluto.346932.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ff917b6709e3b9d7610dbb0ecda1b1b0a3c88743be3e541465388529135f5b2
|
3 |
+
size 6622
|
runs/pretrain/events.out.tfevents.1737365338.Volluto.493008.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b8c6e7f852dfd13e79c1a2aad64e72db7a434d1bd2fe036646237101e1312ee
|
3 |
+
size 4444
|
runs/pretrain/events.out.tfevents.1737436182.Volluto.604357.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f84f5017e7270e8894391a6e8c7e5b54ca10750c0562c112a1daf97e2491cd
|
3 |
+
size 7711
|
runs/pretrain/events.out.tfevents.1737517186.Volluto.1230930.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0304f6817e4c03be3ac1a0dd637b52ed801b5b2c3c1f2c0ef74dccbddd692a7c
|
3 |
+
size 1177
|
runs/pretrain/events.out.tfevents.1737530523.Volluto.1322326.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e227235b17a0c359d3b7b17ce442f974efb39c47920f955e9eb73a6ef1d03cfe
|
3 |
+
size 4444
|
runs/pretrain/events.out.tfevents.1737574538.Volluto.1655781.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a7af6e7010316e9f3284345f5206664a92f4860c567c775dea841aa1ea6d0e2
|
3 |
+
size 2370
|
runs/pretrain/events.out.tfevents.1737609647.Volluto.1934498.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff25b53206e43b389ffed3f6b0960602a02d7a5a42f8a25ae47626e4365ab94c
|
3 |
+
size 5533
|
runs/pretrain/events.out.tfevents.1737656578.Volluto.2361148.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:269ff477625d03ffdd5c552aadc3c0eb57bc25c4725d382e76d06f4d2c0ef5fe
|
3 |
+
size 13156
|
runs/pretrain/events.out.tfevents.1737790165.Volluto.3650875.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4604aa5493ea97cc55fa7598cae20fda55fea1c62b685e00beb2529e28adf624
|
3 |
+
size 5845
|
runs/pretrain/events.out.tfevents.1737856946.Volluto.116091.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8451955b2391c834784810fa9ad7056958a4d5a6fadec900b695b885b843ef8
|
3 |
+
size 1177
|
runs/pretrain/events.out.tfevents.1737869637.Volluto.246299.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40e1f063c3d204d3d9bcbe2fafe15a2985015c715d0c7ee884b930f3a1ab1a5d
|
3 |
+
size 504
|
runs/pretrain/events.out.tfevents.1737875244.Volluto.300932.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b35f6d2274d461ed703a1dabd4fe5dc4b465d4a43c46462d3a15bdb5b1cdeb31
|
3 |
+
size 16423
|
runs/pretrain/events.out.tfevents.1738027332.Volluto.1706741.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30195c88bfb752709de9b4dceb761436191512e30510899825a5eda6f56c8c63
|
3 |
+
size 2266
|
runs/pretrain/events.out.tfevents.1738050871.Volluto.1941035.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8ebd029713eba059f030f55a6c95c94f2f390b94d70d8418bea8750622686ab
|
3 |
+
size 6622
|
runs/pretrain/events.out.tfevents.1738120997.Volluto.2600473.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c44c7b9262728fc5181c8a28d6ac352889853778efd8627088244e1e440215a
|
3 |
+
size 8335
|
runs/pretrain/events.out.tfevents.1738193815.Volluto.6240.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c628df59c9f6b78575f9be78b9de1e8ab8508c4e3af45ac14bccdacda13568b0
|
3 |
+
size 88
|
runs/pretrain/events.out.tfevents.1738194408.Volluto.13793.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76d1dd81604297a3c98eb6a28a2645f5ed79b2bc490554a185cbc48fef94cf4f
|
3 |
+
size 1385
|
runs/pretrain/events.out.tfevents.1738221282.Volluto.300674.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d89f00cb847c4daf99960818cb91e31e6758ffca9353370706a91adb611bb70d
|
3 |
+
size 5533
|
runs/pretrain/events.out.tfevents.1738221313.Volluto.301272.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d51def40df75ded58a7dc7570deda75c4d3ec3b9fe26200d74e06720f12ff1b
|
3 |
+
size 88
|