SodaXII commited on
Commit
97a3c09
·
verified ·
1 Parent(s): e9fcfd0

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.1740307852.f3f6efb5947d.273.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:554f717ba6267906ef61f4143e59aed14caf68b436b1ffaa984dd16e484e666a
3
- size 88
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6845a23c6130ecced8088a53f1b85e0e3f46de94df035086942bdfc9e931cb3
3
+ size 6554
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45ce3a9b60ae06758c5ef299a8a0b0811dee216741ca985b654af9589bbe8fc0
3
  size 346396816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:628dcee523542f1cc070294d2c6dabcc1a1536f4e57fe9a564e3b428f2b44bbb
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": 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
+ }