Vivek commited on
Commit
61517f8
·
1 Parent(s): 97bea24

first results

Browse files
__pycache__/model_file.cpython-38.pyc ADDED
Binary file (9.02 kB). View file
 
checkpoints ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 5373fdef12062d944319e0265e993f2cadce1392
results_tensorboard/events.out.tfevents.1626288298.t1v-n-8cb15980-w-0.712426.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41c2fcf7a5ad8f782c33825800d708bad20828d2790507cafaa45daf459f37d
3
+ size 588
train.py CHANGED
@@ -209,7 +209,7 @@ def main():
209
  if idx%1==0:
210
  params = jax.device_get(jax.tree_map(lambda x: x[0], state.params))
211
  model.save_pretrained(
212
- '../gpt2-common-sense-reasoning/checkpoints',
213
  params=params,
214
  push_to_hub=True,
215
  commit_message=f"Saving weights of epoch {epoch} at step {idx}",)
 
209
  if idx%1==0:
210
  params = jax.device_get(jax.tree_map(lambda x: x[0], state.params))
211
  model.save_pretrained(
212
+ './checkpoints',
213
  params=params,
214
  push_to_hub=True,
215
  commit_message=f"Saving weights of epoch {epoch} at step {idx}",)