Hilbs commited on
Commit
9db0029
1 Parent(s): 62d3a26

Upload folder using huggingface_hub (#2)

Browse files

- Upload folder using huggingface_hub (3b17bf6c56eab5d06646f39f048c52e057dfe3de)

all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.0,
3
+ "total_flos": 2.3867532801294336e+16,
4
+ "train_loss": 0.23429088592529296,
5
+ "train_runtime": 606.0988,
6
+ "train_samples_per_second": 0.508,
7
+ "train_steps_per_second": 0.033
8
+ }
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Not Running",
13
+ "1": "Running"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "Not Running": "0",
20
+ "Running": "1"
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "model_type": "vit",
24
+ "num_attention_heads": 12,
25
+ "num_channels": 3,
26
+ "num_hidden_layers": 12,
27
+ "patch_size": 16,
28
+ "problem_type": "single_label_classification",
29
+ "qkv_bias": true,
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.39.3"
32
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15269333bc7d6f6f273da0d22ccd4642cc1fbc0c74992c380b89974006f429cd
3
+ size 343223968
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTFeatureExtractor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 4.0,
3
+ "total_flos": 2.3867532801294336e+16,
4
+ "train_loss": 0.23429088592529296,
5
+ "train_runtime": 606.0988,
6
+ "train_samples_per_second": 0.508,
7
+ "train_steps_per_second": 0.033
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.0,
5
+ "eval_steps": 40,
6
+ "global_step": 20,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.0,
13
+ "grad_norm": 0.5412699580192566,
14
+ "learning_rate": 0.0001,
15
+ "loss": 0.344,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 4.0,
20
+ "grad_norm": 0.285557359457016,
21
+ "learning_rate": 0.0,
22
+ "loss": 0.1246,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 4.0,
27
+ "step": 20,
28
+ "total_flos": 2.3867532801294336e+16,
29
+ "train_loss": 0.23429088592529296,
30
+ "train_runtime": 606.0988,
31
+ "train_samples_per_second": 0.508,
32
+ "train_steps_per_second": 0.033
33
+ }
34
+ ],
35
+ "logging_steps": 10,
36
+ "max_steps": 20,
37
+ "num_input_tokens_seen": 0,
38
+ "num_train_epochs": 4,
39
+ "save_steps": 40,
40
+ "total_flos": 2.3867532801294336e+16,
41
+ "train_batch_size": 16,
42
+ "trial_name": null,
43
+ "trial_params": null
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d75a73478186eb85b24b38e631dac421017fb41bb95161a7d4d42aef1f2ab8f3
3
+ size 4920