rafimumtaz commited on
Commit
bfd75c6
1 Parent(s): d29ad65

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2b4fdfdc7ec988d5c113d0db20ec311218022ac1ea5cc905c1de2102afda176
3
  size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4041b832e1d62d87602abc5928e3175ebf3fddc0826bfff2b54773b121dcc1
3
  size 343242432
run-0/checkpoint-5/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "anger",
13
+ "1": "contempt",
14
+ "2": "disgust",
15
+ "3": "fear",
16
+ "4": "happy",
17
+ "5": "neutral",
18
+ "6": "sad",
19
+ "7": "surprise"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "anger": "0",
26
+ "contempt": "1",
27
+ "disgust": "2",
28
+ "fear": "3",
29
+ "happy": "4",
30
+ "neutral": "5",
31
+ "sad": "6",
32
+ "surprise": "7"
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 12,
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.44.2"
44
+ }
run-0/checkpoint-5/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b4041b832e1d62d87602abc5928e3175ebf3fddc0826bfff2b54773b121dcc1
3
+ size 343242432
run-0/checkpoint-5/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfba5862da58f6cda11d3b182e83036b21dbb1b359732cac2f2767845ed7d26b
3
+ size 686605754
run-0/checkpoint-5/preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
run-0/checkpoint-5/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:827048ccfd9536f41a4f2cb3f515c1457a5168650a4a7030e7df9eae593d1b5c
3
+ size 14244
run-0/checkpoint-5/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe262fb0a23f1db8bab404d8d22e1c675dd2eba7ebab7b2c7b8dccf187e53b4
3
+ size 1064
run-0/checkpoint-5/trainer_state.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.125,
3
+ "best_model_checkpoint": "model/image_classification/run-0/checkpoint-5",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 5,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.125,
14
+ "eval_loss": 2.0665345191955566,
15
+ "eval_runtime": 1.0008,
16
+ "eval_samples_per_second": 159.877,
17
+ "eval_steps_per_second": 9.992,
18
+ "step": 5
19
+ }
20
+ ],
21
+ "logging_steps": 10,
22
+ "max_steps": 15,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 3,
25
+ "save_steps": 500,
26
+ "stateful_callbacks": {
27
+ "TrainerControl": {
28
+ "args": {
29
+ "should_epoch_stop": false,
30
+ "should_evaluate": false,
31
+ "should_log": false,
32
+ "should_save": true,
33
+ "should_training_stop": false
34
+ },
35
+ "attributes": {}
36
+ }
37
+ },
38
+ "total_flos": 0,
39
+ "train_batch_size": 64,
40
+ "trial_name": null,
41
+ "trial_params": {
42
+ "learning_rate": 3.17813346618421e-05,
43
+ "per_device_train_batch_size": 64
44
+ }
45
+ }
run-0/checkpoint-5/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744d69b76e42dd7d056d0c6b75ff3bca8540bf6f116f8829f049bd31671fdf46
3
+ size 5176
runs/Sep06_07-18-54_3d593597513f/events.out.tfevents.1725607140.3d593597513f.11349.6 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65441a5b5a95a3492d574eb27267c7fd65545c1913d15d9404c35c51c4f1b108
3
- size 6413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bde2ce2c89d29954b452d91a7ce93a8dcadc081a231141a6c8a69bf318d9fc9
3
+ size 7078
runs/Sep06_07-25-53_3d593597513f/events.out.tfevents.1725607657.3d593597513f.11349.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f2d49ef18e9d293fcbcf51d1ccc93aead06b551820df0665ab203886be68aec
3
+ size 5175
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:266d24b4b93573d63c28cad1607ff18a65aaf454303790961886413ad2be50ff
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744d69b76e42dd7d056d0c6b75ff3bca8540bf6f116f8829f049bd31671fdf46
3
+ size 5176