SodaXII commited on
Commit
09f0306
·
verified ·
1 Parent(s): 8152e56

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -37,6 +37,7 @@
37
  "num_channels": 3,
38
  "num_hidden_layers": 12,
39
  "patch_size": 16,
 
40
  "qkv_bias": true,
41
  "torch_dtype": "float32",
42
  "transformers_version": "4.48.3"
 
37
  "num_channels": 3,
38
  "num_hidden_layers": 12,
39
  "patch_size": 16,
40
+ "problem_type": "single_label_classification",
41
  "qkv_bias": true,
42
  "torch_dtype": "float32",
43
  "transformers_version": "4.48.3"
logs/events.out.tfevents.1740248557.372cc108f014.685.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0de7013242e0565c78acf66864f7e0cfbeff07c8dd0ca00e91fa46b2b7bb5d3e
3
- size 88
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86e8231d5bb75a07f1a671fc261735ed0e58ab70b05f4c490092d101782e4dbd
3
+ size 6192
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:239b41f1d8afebfa2b4ca95d6b80ca863bf42551eca9f06db4e2a69c55203ddc
3
  size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:046cf930344732d93e41a4317298633aabaa030fa7aa804dd17d99fc563675d0
3
  size 343242432
trainer_state.json CHANGED
@@ -9,7 +9,7 @@
9
  "is_world_process_zero": true,
10
  "log_history": [],
11
  "logging_steps": 500,
12
- "max_steps": 2500,
13
  "num_input_tokens_seen": 0,
14
  "num_train_epochs": 20,
15
  "save_steps": 500,
@@ -26,7 +26,7 @@
26
  }
27
  },
28
  "total_flos": 0,
29
- "train_batch_size": 64,
30
  "trial_name": null,
31
  "trial_params": null
32
  }
 
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,
 
26
  }
27
  },
28
  "total_flos": 0,
29
+ "train_batch_size": 128,
30
  "trial_name": null,
31
  "trial_params": null
32
  }