aviandito commited on
Commit
2a9e1a5
1 Parent(s): 4d09de4

End of training

Browse files
Files changed (5) hide show
  1. README.md +97 -0
  2. config.json +38 -0
  3. preprocessor_config.json +22 -0
  4. pytorch_model.bin +3 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/vit-base-patch16-224-in21k
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: vit-dunham-carbonate-classifier
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: train
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8888888888888888
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # vit-dunham-carbonate-classifier
32
+
33
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.7676
36
+ - Accuracy: 0.8889
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 5e-05
56
+ - train_batch_size: 8
57
+ - eval_batch_size: 8
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 2
60
+ - total_train_batch_size: 16
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 20
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 1.5764 | 1.0 | 5 | 1.5329 | 0.4444 |
71
+ | 1.3991 | 2.0 | 10 | 1.4253 | 0.5556 |
72
+ | 1.2792 | 3.0 | 15 | 1.2851 | 0.7778 |
73
+ | 1.0119 | 4.0 | 20 | 1.1625 | 0.8889 |
74
+ | 0.9916 | 5.0 | 25 | 1.0471 | 0.8889 |
75
+ | 0.9202 | 6.0 | 30 | 0.9836 | 0.7778 |
76
+ | 0.6994 | 7.0 | 35 | 0.8649 | 0.8889 |
77
+ | 0.526 | 8.0 | 40 | 0.7110 | 1.0 |
78
+ | 0.5383 | 9.0 | 45 | 0.6127 | 1.0 |
79
+ | 0.5128 | 10.0 | 50 | 0.5337 | 1.0 |
80
+ | 0.4312 | 11.0 | 55 | 0.4887 | 1.0 |
81
+ | 0.3827 | 12.0 | 60 | 0.4365 | 1.0 |
82
+ | 0.3452 | 13.0 | 65 | 0.3891 | 1.0 |
83
+ | 0.3164 | 14.0 | 70 | 0.3677 | 1.0 |
84
+ | 0.2899 | 15.0 | 75 | 0.3555 | 1.0 |
85
+ | 0.2878 | 16.0 | 80 | 0.3197 | 1.0 |
86
+ | 0.2884 | 17.0 | 85 | 0.3056 | 1.0 |
87
+ | 0.2633 | 18.0 | 90 | 0.3107 | 1.0 |
88
+ | 0.2669 | 19.0 | 95 | 0.3164 | 1.0 |
89
+ | 0.2465 | 20.0 | 100 | 0.2949 | 1.0 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.33.2
95
+ - Pytorch 2.0.1+cu118
96
+ - Datasets 2.14.5
97
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Crystalline",
13
+ "1": "Grainstone",
14
+ "2": "Mudstone",
15
+ "3": "Packstone",
16
+ "4": "Wackestone"
17
+ },
18
+ "image_size": 224,
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "Crystalline": "0",
23
+ "Grainstone": "1",
24
+ "Mudstone": "2",
25
+ "Packstone": "3",
26
+ "Wackestone": "4"
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "model_type": "vit",
30
+ "num_attention_heads": 12,
31
+ "num_channels": 3,
32
+ "num_hidden_layers": 12,
33
+ "patch_size": 16,
34
+ "problem_type": "single_label_classification",
35
+ "qkv_bias": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.33.2"
38
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0761ba2e69b0a42f5351c299d33ff91ca21b63e5ad55ecf3f8f69bd0ca17703b
3
+ size 343277933
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86022987903e8c490a3343bd49a7a08843240a7cba5a96976fbc41e7e6bc6c5
3
+ size 4091