SodaXII commited on
Commit
b399cc4
·
verified ·
1 Parent(s): e53040e

Model save

Browse files
logs/events.out.tfevents.1738068587.d82eda98f87c.4976.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af216b99e33ae4ad32266602ee565e1b42ccedd14da210498e89fff7a37aae4
3
+ size 88
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3dfc72993dcfc827817af68eb585d8893bbf9c96043cbdf382a142031d16f97
3
  size 346396816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3728e54163e57764d8db93aeba07d0b30d85dc0095eb9fb56e8cbf44a83cd13
3
  size 346396816
trainer_state.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0,
5
+ "eval_steps": 500,
6
+ "global_step": 0,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [],
11
+ "logging_steps": 500,
12
+ "max_steps": 5000,
13
+ "num_input_tokens_seen": 0,
14
+ "num_train_epochs": 20,
15
+ "save_steps": 500,
16
+ "stateful_callbacks": {
17
+ "TrainerControl": {
18
+ "args": {
19
+ "should_epoch_stop": false,
20
+ "should_evaluate": false,
21
+ "should_log": false,
22
+ "should_save": false,
23
+ "should_training_stop": false
24
+ },
25
+ "attributes": {}
26
+ }
27
+ },
28
+ "total_flos": 0,
29
+ "train_batch_size": 64,
30
+ "trial_name": null,
31
+ "trial_params": null
32
+ }