seonglae commited on
Commit
56bebfa
1 Parent(s): e972d56

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:ef3c4f20b45143a0411d9a2868eaa3aebc547c8d15d9c224c48ce3215278044d
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:9316d67a9bca2e45cb8c1c56c2fc8818f32b666516c3d16f0f2ab5a175a3f8d3
3
- size 5603
 
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
- owner='seonglae', token=None):
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"{owner}/{output}", token=token)
65
- model.push_to_hub(f"{owner}/{output}", token=token)
 
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)