SodaXII commited on
Commit
046e542
·
verified ·
1 Parent(s): 3e12879

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -45,6 +45,7 @@
45
  12
46
  ],
47
  "patch_size": 14,
 
48
  "qkv_bias": true,
49
  "reshape_hidden_states": true,
50
  "stage_names": [
 
45
  12
46
  ],
47
  "patch_size": 14,
48
+ "problem_type": "single_label_classification",
49
  "qkv_bias": true,
50
  "reshape_hidden_states": true,
51
  "stage_names": [
logs/events.out.tfevents.1740250845.b8c2dcb2b793.229.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c3faa846907387cf71d98b89f4ac2ccf10403d951e1d05837113e098d85081a
3
- size 88
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d92011aa45df8c97b8ae5be12c845e114cd1980521d145731bfb754302239f84
3
+ size 6549
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d93b18c0eb5268437ddeb311457b8d5b2bb775feb83579f694efd3fba94b2265
3
  size 346396816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4553ee22e2d06d6ab536665ee20c7fd833a7a612de76bd483f7c9a342fda129c
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": 1260,
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": 128,
30
+ "trial_name": null,
31
+ "trial_params": null
32
+ }