ktrapeznikov
commited on
Update script.py
Browse files
script.py
CHANGED
@@ -5,4 +5,4 @@ dataset_remote = load_dataset("kt-ml/ImageGenTest")
|
|
5 |
for id in dataset_remote["test"]["id"]:
|
6 |
out.append(dict(id = id, pred = "flux"))
|
7 |
|
8 |
-
pd.
|
|
|
5 |
for id in dataset_remote["test"]["id"]:
|
6 |
out.append(dict(id = id, pred = "flux"))
|
7 |
|
8 |
+
pd.DataFrame(out).to_csv("submission.csv",index = False)
|