Training in progress, step 2000
Browse files
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1089213696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2819096d77ee4706c232acb4314b29d60c222b4bcc12609a021ec9027d47e59
|
3 |
size 1089213696
|
runs/Nov22_13-34-19_workspace-yt5idya013hw-0/events.out.tfevents.1700660060.workspace-yt5idya013hw-0.67705.0
CHANGED
@@ -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:670a39eaeca203ca86c3a21f57c27610cd9865253e5688d2a7658dedc84e8409
|
3 |
+
size 5760
|
train.py
CHANGED
@@ -21,8 +21,8 @@ def preprocesser(tokenizer):
|
|
21 |
return preprocess_function
|
22 |
|
23 |
|
24 |
-
def training(output='resrer', dataset_id='seonglae/resrer-nq', checkpoint='google/pegasus-x-base',
|
25 |
-
|
26 |
if token is not None:
|
27 |
login(token=token)
|
28 |
# Load model
|
@@ -61,5 +61,5 @@ def training(output='resrer', dataset_id='seonglae/resrer-nq', checkpoint='googl
|
|
61 |
|
62 |
# Push
|
63 |
if token is not None:
|
64 |
-
tokenizer.push_to_hub(f"{
|
65 |
-
model.push_to_hub(f"{
|
|
|
21 |
return preprocess_function
|
22 |
|
23 |
|
24 |
+
def training(output='seonglae/resrer', dataset_id='seonglae/resrer-nq', checkpoint='google/pegasus-x-base',
|
25 |
+
token=None):
|
26 |
if token is not None:
|
27 |
login(token=token)
|
28 |
# Load model
|
|
|
61 |
|
62 |
# Push
|
63 |
if token is not None:
|
64 |
+
tokenizer.push_to_hub(f"{output}", token=token)
|
65 |
+
model.push_to_hub(f"{output}", token=token)
|