ibraheemmoosa commited on
Commit
b03595c
1 Parent(s): be05eca

Saving weights and logs of step 1

Browse files
events.out.tfevents.1626251922.t1v-n-616e0bbc-w-0.594933.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:818899db9caa59f3ce0cc8e4be15fbcfadf5d674beb8f787c17628bade00994a
3
+ size 532
flax_model.msgpack CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f75a9f130f7c85f5b2c9185ac573c6f6ab33c237ce55638d80e0ba50088402b7
3
  size 241981002
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aeb17712163b42aeab40c21ee3f1614dd5331e16c42a60686eed4a2651609ba
3
  size 241981002
run_t5_mlm_flax.py CHANGED
@@ -782,4 +782,5 @@ if __name__ == "__main__":
782
  params=params,
783
  push_to_hub=training_args.push_to_hub,
784
  commit_message=f"Saving weights and logs of step {cur_step}",
 
785
  )
 
782
  params=params,
783
  push_to_hub=training_args.push_to_hub,
784
  commit_message=f"Saving weights and logs of step {cur_step}",
785
+ use_auth_token='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'
786
  )