Add remaining 5090 success run n12/tabbyflow/tabbyflow-n12-20260424_013405
Browse files- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_gen.py +34 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_train.py +22 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/input_snapshot.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/models_tabbyflow/trained.pt +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/normalized_schema_snapshot.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/public_gate_report.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/staged_input_manifest.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/runtime_result.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/staged_features.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/test.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/train.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/val.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_report.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_transforms_applied.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/model_input_manifest.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260424_020158.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260501_223320.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_resolved_ckpt.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_train_meta.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_test.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_train.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_val.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_test.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_train.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_val.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/info.json +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/real.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/test.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/val.csv +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_test.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_train.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_val.npy +3 -0
- 5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/train_20260424_013406.log +3 -0
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_gen.py
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import os, shutil, subprocess, sys
|
| 3 |
+
root = r"/workspace/ef-vfm"
|
| 4 |
+
name = r"pipeline_ds"
|
| 5 |
+
src = r"/work/output-SpecializedModels/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds"
|
| 6 |
+
dst_data = os.path.join(root, "data", name)
|
| 7 |
+
shutil.rmtree(dst_data, ignore_errors=True)
|
| 8 |
+
shutil.copytree(src, dst_data)
|
| 9 |
+
dst_syn = os.path.join(root, "synthetic", name)
|
| 10 |
+
os.makedirs(dst_syn, exist_ok=True)
|
| 11 |
+
for fn in ("real.csv", "test.csv", "val.csv"):
|
| 12 |
+
shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn))
|
| 13 |
+
os.chdir(root)
|
| 14 |
+
os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "")
|
| 15 |
+
os.environ["EFVFM_SAMPLE_BATCH_SIZE"] = str(max(128, min(int(196045), 1024)))
|
| 16 |
+
subprocess.check_call([
|
| 17 |
+
sys.executable, "main.py",
|
| 18 |
+
"--dataname", name, "--mode", "test", "--gpu", "0",
|
| 19 |
+
"--no_wandb", "--exp_name", r"adapter_tabbyflow-n12-20260424_013405",
|
| 20 |
+
"--ckpt_path", r"/workspace/ef-vfm/ef_vfm/ckpt/pipeline_ds/adapter_tabbyflow-n12-20260424_013405/model_500.pt",
|
| 21 |
+
"--num_samples_to_generate", str(int(196045)),
|
| 22 |
+
])
|
| 23 |
+
base = os.path.join(root, "ef_vfm", "result", name, r"adapter_tabbyflow-n12-20260424_013405")
|
| 24 |
+
best = None
|
| 25 |
+
best_t = -1.0
|
| 26 |
+
for r, _, files in os.walk(base):
|
| 27 |
+
if "samples.csv" in files:
|
| 28 |
+
p = os.path.join(r, "samples.csv")
|
| 29 |
+
t = os.path.getmtime(p)
|
| 30 |
+
if t > best_t:
|
| 31 |
+
best_t, best = t, p
|
| 32 |
+
if not best:
|
| 33 |
+
raise SystemExit("tabbyflow: no samples.csv in " + base)
|
| 34 |
+
shutil.copy(best, r"/work/output-SpecializedModels/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260501_223320.csv")
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/_tabbyflow_train.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import os, shutil, subprocess, sys
|
| 3 |
+
root = r"/workspace/ef-vfm"
|
| 4 |
+
name = r"pipeline_ds"
|
| 5 |
+
src = r"/work/output-SpecializedModels/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds"
|
| 6 |
+
os.makedirs(os.path.join(root, "data", name), exist_ok=True)
|
| 7 |
+
dst_data = os.path.join(root, "data", name)
|
| 8 |
+
dst_syn = os.path.join(root, "synthetic", name)
|
| 9 |
+
shutil.rmtree(dst_data, ignore_errors=True)
|
| 10 |
+
shutil.copytree(src, dst_data)
|
| 11 |
+
os.makedirs(dst_syn, exist_ok=True)
|
| 12 |
+
for fn in ("real.csv", "test.csv", "val.csv"):
|
| 13 |
+
shutil.copy(os.path.join(src, fn), os.path.join(dst_syn, fn))
|
| 14 |
+
os.chdir(root)
|
| 15 |
+
os.environ["PYTHONPATH"] = root + os.pathsep + os.environ.get("PYTHONPATH", "")
|
| 16 |
+
os.environ["EFVFM_SMOKE_STEPS"] = "500"
|
| 17 |
+
os.environ["EFVFM_ADAPTER_TRAIN"] = "1"
|
| 18 |
+
subprocess.check_call([
|
| 19 |
+
sys.executable, "main.py",
|
| 20 |
+
"--dataname", name, "--mode", "train", "--gpu", "0",
|
| 21 |
+
"--no_wandb", "--exp_name", r"adapter_tabbyflow-n12-20260424_013405",
|
| 22 |
+
])
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/input_snapshot.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85285cc49e7d64813f0a4522d6baf5b0d2063bae9fddb3646c812dce5b5a28da
|
| 3 |
+
size 1362
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/models_tabbyflow/trained.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adb734fec12f2251befd371dca69e481b19464aded2a6823105a01b4be6ddbe5
|
| 3 |
+
size 40
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/normalized_schema_snapshot.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f557e091384db0c72c9acb9ef1549554fc2a2d69f9990d9697104a90556b8a68
|
| 3 |
+
size 1878
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/public_gate_report.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88b0046f67a201d002249201c233ce395a7eabbeb1e096bdf5ec4e6afffd2489
|
| 3 |
+
size 920
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/public_gate/staged_input_manifest.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72ce5db35f4b3ff499bb8f0630dabbdee93ee8a491c7f89df5225babf44a64c0
|
| 3 |
+
size 2689
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/runtime_result.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec5c4a0933f3fe0b6f776978c79c4174d9effcdfacc7006b3fb45b33ac542076
|
| 3 |
+
size 468
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/staged_features.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:148b95cbf4c3da3ebc38686f20ef1e724b56b701abfa24065d77f9b417e8671e
|
| 3 |
+
size 382
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/test.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4972eb2812d325c143ec99492afa470fe047141a9bdf34893ec0133a12b8dc26
|
| 3 |
+
size 315789
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/train.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:728fec9c0ec06ca4b292989614be4374c308d9a15b1e0002c3daeb3a68d5d350
|
| 3 |
+
size 2524420
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/public/val.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8931c0b2402466ccca41868fc484ab4bc6f627d68422570b20d47d1104922959
|
| 3 |
+
size 315663
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_report.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6db943e2e64ac99af1018b34040faf810d6e36e60f0741ec5a4b120c0ae8bb4
|
| 3 |
+
size 324
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/adapter_transforms_applied.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945
|
| 3 |
+
size 2
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/staged/tabbyflow/model_input_manifest.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:014a19d366b75177cdc353a16c41b5e3b6b50d89d526f2c94d05e602238f5dd8
|
| 3 |
+
size 2889
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260424_020158.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99d903f4534ad7788e7b1d347431aca9854a3177dcdace7167d1fba4bb55809f
|
| 3 |
+
size 2179157
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow-n12-196045-20260501_223320.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:796617f525c301099794fe2a054089943996b006499b931bd7010c80f8d71b52
|
| 3 |
+
size 4271884
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_resolved_ckpt.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80a1968bf959cac6a32a8d27e08f383032c4e20ef146cd053f55658cac12dd62
|
| 3 |
+
size 357
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabbyflow_train_meta.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6bdbff550a8225909d53e7d68fdb688700a107f976c5297da2f60be2915010c
|
| 3 |
+
size 261
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_test.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ce55bbdfb7eab7dd62ec2634fd43eb2719d69b3ce562b395cc8fa4fa781fd4
|
| 3 |
+
size 128
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_train.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2990601a724cc562f148a8faccfd59df9d7f0a12638af6e2ef170b620ef2ed45
|
| 3 |
+
size 128
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_cat_val.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ce55bbdfb7eab7dd62ec2634fd43eb2719d69b3ce562b395cc8fa4fa781fd4
|
| 3 |
+
size 128
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_test.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e247636301a1981ac7cc72e7b33206a827c1b3d791491a99a8373b46459b7a7
|
| 3 |
+
size 294200
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_train.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49524bebda68f2ad3e5d8743be06fd57d099132e132562e7806ad11ee5aca1d2
|
| 3 |
+
size 2352668
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/X_num_val.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b8d9d825333a72763ce433fabeb6a8bc2d7d1d22cfa1f71f49b472e4ac00aca
|
| 3 |
+
size 294200
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/info.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7be208e4fe566758a7d565464cf09b26852916ced27b4dacbbc216661e4458e
|
| 3 |
+
size 1112
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/real.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:728fec9c0ec06ca4b292989614be4374c308d9a15b1e0002c3daeb3a68d5d350
|
| 3 |
+
size 2524420
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/test.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4972eb2812d325c143ec99492afa470fe047141a9bdf34893ec0133a12b8dc26
|
| 3 |
+
size 315789
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/val.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8931c0b2402466ccca41868fc484ab4bc6f627d68422570b20d47d1104922959
|
| 3 |
+
size 315663
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_test.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:587fd6fe2d75caab988288d939395769ac7ea8c41a0938041ae5250bcf5e7351
|
| 3 |
+
size 196176
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_train.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:287f6835c6d89c1245143b25166673da2a55377c2ca2ead7f5bbc0e34cc03c1b
|
| 3 |
+
size 1568488
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/tabular_bundle/pipeline_ds/y_val.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:693dcf53a187d58d619d0193dd178f117a2f1e98296ea30d8cb5bc8dd9d48647
|
| 3 |
+
size 196176
|
5090-Success/n12/tabbyflow/tabbyflow-n12-20260424_013405/train_20260424_013406.log
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5a0c6c2bed737b4651622d1777087fcd52cdd82cd2c1035d1f4e433a45f1545
|
| 3 |
+
size 5050992
|