SodaXII commited on
Commit
ef356f5
·
verified ·
1 Parent(s): d941507

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -51,6 +51,7 @@
51
  4
52
  ],
53
  "patch_size": 4,
 
54
  "stage_names": [
55
  "stem",
56
  "stage1",
 
51
  4
52
  ],
53
  "patch_size": 4,
54
+ "problem_type": "single_label_classification",
55
  "stage_names": [
56
  "stem",
57
  "stage1",
logs/events.out.tfevents.1740289899.a837d8c25e39.930.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f33b011d7f5b1e2ab65bb42cda4031f46ba3c8f5b45eaf99d7e9c441a6e1b473
3
- size 88
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d00169bbc7b48e3fc462dbdce64016f2421a1e04b2ac25ea1ba606b942cfd2
3
+ size 6344
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0c7f87755d9f4569218c82bb57be44066162b4d6a37567d80d85de389a95ba3
3
  size 350339816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bace2a90f3d2b3d00758cf38ffacbf7e921de7d3f4afc93e31f4a4a156c9db6
3
  size 350339816
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": 1875,
13
+ "num_input_tokens_seen": 0,
14
+ "num_train_epochs": 15,
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
+ }