SodaXII commited on
Commit
c94e873
·
verified ·
1 Parent(s): db7fb60

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.1740253775.639ac766f935.29253.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:561a30a2072c71a3866a070e1dcdf4c01b42f8c03dac33f995800a7ae3149e34
3
- size 88
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb71964de23b6a088529210d919bdd8603e28f65ce632284658e5792e4ebcb3
3
+ size 6339
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a30fc600a6e1eb352a53b6442e0525e745f84507edaf10d5d612b7528c6e2a0
3
  size 350339816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ced241ccd81b94bc79c98bf70c4bd2795f9475d0dfa5357ab1b7b8d3a35d2c6
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": 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
+ }