ZaneHorrible
commited on
Commit
•
6f7d266
1
Parent(s):
b962571
Model save
Browse files- README.md +132 -0
- config.json +76 -0
- model.safetensors +3 -0
- preprocessor_config.json +36 -0
- runs/May24_04-57-11_992bfc95a978/events.out.tfevents.1716526633.992bfc95a978.34.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,132 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-large-patch16-224-in21k
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: Adam_ViTL-16-224-1e-4-batch_16_epoch_4_classes_24
|
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.9683908045977011
|
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 |
+
# Adam_ViTL-16-224-1e-4-batch_16_epoch_4_classes_24
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [google/vit-large-patch16-224-in21k](https://huggingface.co/google/vit-large-patch16-224-in21k) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1561
|
36 |
+
- Accuracy: 0.9684
|
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: 0.0001
|
56 |
+
- train_batch_size: 8
|
57 |
+
- eval_batch_size: 8
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 2
|
62 |
+
- mixed_precision_training: Native AMP
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.7459 | 0.03 | 100 | 0.6501 | 0.8190 |
|
69 |
+
| 0.5929 | 0.07 | 200 | 0.4409 | 0.8836 |
|
70 |
+
| 0.2493 | 0.1 | 300 | 0.3525 | 0.9009 |
|
71 |
+
| 0.2142 | 0.14 | 400 | 0.3999 | 0.8779 |
|
72 |
+
| 0.3381 | 0.17 | 500 | 0.4229 | 0.8851 |
|
73 |
+
| 0.3445 | 0.21 | 600 | 0.2836 | 0.9195 |
|
74 |
+
| 0.2239 | 0.24 | 700 | 0.3989 | 0.8836 |
|
75 |
+
| 0.3475 | 0.28 | 800 | 0.2761 | 0.9210 |
|
76 |
+
| 0.0307 | 0.31 | 900 | 0.2963 | 0.9080 |
|
77 |
+
| 0.2957 | 0.35 | 1000 | 0.4865 | 0.8793 |
|
78 |
+
| 0.2431 | 0.38 | 1100 | 0.2740 | 0.9325 |
|
79 |
+
| 0.0729 | 0.42 | 1200 | 0.2630 | 0.9224 |
|
80 |
+
| 0.2757 | 0.45 | 1300 | 0.2515 | 0.9339 |
|
81 |
+
| 0.1763 | 0.49 | 1400 | 0.3826 | 0.9037 |
|
82 |
+
| 0.1481 | 0.52 | 1500 | 0.2282 | 0.9411 |
|
83 |
+
| 0.21 | 0.56 | 1600 | 0.2288 | 0.9454 |
|
84 |
+
| 0.2224 | 0.59 | 1700 | 0.3142 | 0.9296 |
|
85 |
+
| 0.0815 | 0.63 | 1800 | 0.2412 | 0.9411 |
|
86 |
+
| 0.0687 | 0.66 | 1900 | 0.2835 | 0.9353 |
|
87 |
+
| 0.3321 | 0.7 | 2000 | 0.3000 | 0.9282 |
|
88 |
+
| 0.1174 | 0.73 | 2100 | 0.2154 | 0.9440 |
|
89 |
+
| 0.0694 | 0.77 | 2200 | 0.2062 | 0.9497 |
|
90 |
+
| 0.0351 | 0.8 | 2300 | 0.1716 | 0.9511 |
|
91 |
+
| 0.088 | 0.84 | 2400 | 0.1410 | 0.9511 |
|
92 |
+
| 0.0856 | 0.87 | 2500 | 0.2342 | 0.9411 |
|
93 |
+
| 0.2248 | 0.91 | 2600 | 0.1954 | 0.9497 |
|
94 |
+
| 0.1188 | 0.94 | 2700 | 0.2655 | 0.9425 |
|
95 |
+
| 0.0322 | 0.98 | 2800 | 0.2535 | 0.9440 |
|
96 |
+
| 0.0739 | 1.01 | 2900 | 0.1640 | 0.9526 |
|
97 |
+
| 0.0352 | 1.04 | 3000 | 0.1760 | 0.9612 |
|
98 |
+
| 0.0007 | 1.08 | 3100 | 0.1593 | 0.9641 |
|
99 |
+
| 0.0107 | 1.11 | 3200 | 0.1970 | 0.9569 |
|
100 |
+
| 0.0027 | 1.15 | 3300 | 0.1603 | 0.9583 |
|
101 |
+
| 0.0005 | 1.18 | 3400 | 0.1550 | 0.9583 |
|
102 |
+
| 0.0637 | 1.22 | 3500 | 0.1874 | 0.9583 |
|
103 |
+
| 0.0006 | 1.25 | 3600 | 0.1829 | 0.9583 |
|
104 |
+
| 0.0626 | 1.29 | 3700 | 0.2311 | 0.9526 |
|
105 |
+
| 0.1023 | 1.32 | 3800 | 0.2325 | 0.9483 |
|
106 |
+
| 0.0014 | 1.36 | 3900 | 0.1556 | 0.9698 |
|
107 |
+
| 0.0186 | 1.39 | 4000 | 0.2151 | 0.9483 |
|
108 |
+
| 0.0005 | 1.43 | 4100 | 0.1369 | 0.9670 |
|
109 |
+
| 0.0005 | 1.46 | 4200 | 0.1240 | 0.9727 |
|
110 |
+
| 0.0004 | 1.5 | 4300 | 0.2019 | 0.9612 |
|
111 |
+
| 0.0008 | 1.53 | 4400 | 0.1361 | 0.9713 |
|
112 |
+
| 0.013 | 1.57 | 4500 | 0.1343 | 0.9684 |
|
113 |
+
| 0.014 | 1.6 | 4600 | 0.1553 | 0.9670 |
|
114 |
+
| 0.0005 | 1.64 | 4700 | 0.1528 | 0.9655 |
|
115 |
+
| 0.0003 | 1.67 | 4800 | 0.1586 | 0.9641 |
|
116 |
+
| 0.0009 | 1.71 | 4900 | 0.1598 | 0.9655 |
|
117 |
+
| 0.0003 | 1.74 | 5000 | 0.1727 | 0.9641 |
|
118 |
+
| 0.0003 | 1.78 | 5100 | 0.1521 | 0.9727 |
|
119 |
+
| 0.0076 | 1.81 | 5200 | 0.1534 | 0.9698 |
|
120 |
+
| 0.0003 | 1.85 | 5300 | 0.1656 | 0.9655 |
|
121 |
+
| 0.0003 | 1.88 | 5400 | 0.1833 | 0.9641 |
|
122 |
+
| 0.0003 | 1.92 | 5500 | 0.1719 | 0.9670 |
|
123 |
+
| 0.0003 | 1.95 | 5600 | 0.1565 | 0.9684 |
|
124 |
+
| 0.0003 | 1.99 | 5700 | 0.1561 | 0.9684 |
|
125 |
+
|
126 |
+
|
127 |
+
### Framework versions
|
128 |
+
|
129 |
+
- Transformers 4.39.3
|
130 |
+
- Pytorch 2.1.2
|
131 |
+
- Datasets 2.18.0
|
132 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-large-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": 1024,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Bhapa Pitha(\u09ad\u09be\u09aa\u09be \u09aa\u09bf\u09a0\u09be)",
|
13 |
+
"1": "Biriyani(\u09ac\u09bf\u09b0\u09bf\u09df\u09be\u09a8\u09bf)",
|
14 |
+
"10": "Khichuri(\u0996\u09bf\u099a\u09c1\u09a1\u09bc\u09bf)",
|
15 |
+
"11": "Malpua Pitha(\u09ae\u09be\u09b2\u09aa\u09c1\u09df\u09be \u09aa\u09bf\u09a0\u09be)",
|
16 |
+
"12": "Mustard Hilsa(\u09b8\u09b0\u09b7\u09c7 \u0987\u09b2\u09bf\u09b6)",
|
17 |
+
"13": "Nakshi Pitha(\u09a8\u0995\u09b6\u09bf \u09aa\u09bf\u09a0\u09be)",
|
18 |
+
"14": "Panta Ilish(\u09aa\u09be\u09a8\u09cd\u09a4\u09be \u0987\u09b2\u09bf\u09b6)",
|
19 |
+
"15": "Patishapta Pitha(\u09aa\u09be\u099f\u09bf\u09b8\u09be\u09aa\u099f\u09be)",
|
20 |
+
"16": "Prawn Malai Curry(\u099a\u09bf\u0982\u09dc\u09bf \u09ae\u09be\u09b2\u09be\u0987\u0995\u09be\u09b0\u09c0)",
|
21 |
+
"17": "Rasgulla(\u09b0\u09b8\u0997\u09cb\u09b2\u09cd\u09b2\u09be)",
|
22 |
+
"18": "Rose Cookies(\u09ab\u09c1\u09b2\u099d\u09c1\u09b0\u09bf \u09aa\u09bf\u09a0\u09be)",
|
23 |
+
"19": "Roshmalai(\u09b0\u09b8\u09ae\u09be\u09b2\u09be\u0987)",
|
24 |
+
"2": "Chicken Pulao(\u09ae\u09cb\u09b0\u0997 \u09aa\u09cb\u09b2\u09be\u0993)",
|
25 |
+
"20": "Shahi Tukra(\u09b6\u09be\u09b9\u09bf \u099f\u09c1\u0995\u09b0\u09be)",
|
26 |
+
"21": "Shingara(\u09b8\u09bf\u0999\u09cd\u0997\u09be\u09b0\u09be)",
|
27 |
+
"22": "Sweet Yogurt(\u09ae\u09bf\u09b7\u09cd\u099f\u09bf \u09a6\u0987)",
|
28 |
+
"23": "Tehari(\u09a4\u09c7\u09b9\u09be\u09b0\u09bf)",
|
29 |
+
"3": "Chickpease Bhuna(\u099b\u09cb\u09b2\u09be\u09ad\u09c1\u09a8\u09be)",
|
30 |
+
"4": "Egg Curry(\u09a1\u09bf\u09ae\u09ad\u09c1\u09a8\u09be)",
|
31 |
+
"5": "Falooda(\u09ab\u09be\u09b2\u09c1\u09a6\u09be)",
|
32 |
+
"6": "Fuchka(\u09ab\u09c1\u099a\u0995\u09be)",
|
33 |
+
"7": "Haleem(\u09b9\u09be\u09b2\u09bf\u09ae)",
|
34 |
+
"8": "Jalebi(\u099c\u09bf\u09b2\u09be\u09aa\u09c0)",
|
35 |
+
"9": "Kala Bhuna(\u0995\u09be\u09b2\u09be \u09ad\u09c1\u09a8\u09be)"
|
36 |
+
},
|
37 |
+
"image_size": 224,
|
38 |
+
"initializer_range": 0.02,
|
39 |
+
"intermediate_size": 4096,
|
40 |
+
"label2id": {
|
41 |
+
"Bhapa Pitha(\u09ad\u09be\u09aa\u09be \u09aa\u09bf\u09a0\u09be)": "0",
|
42 |
+
"Biriyani(\u09ac\u09bf\u09b0\u09bf\u09df\u09be\u09a8\u09bf)": "1",
|
43 |
+
"Chicken Pulao(\u09ae\u09cb\u09b0\u0997 \u09aa\u09cb\u09b2\u09be\u0993)": "2",
|
44 |
+
"Chickpease Bhuna(\u099b\u09cb\u09b2\u09be\u09ad\u09c1\u09a8\u09be)": "3",
|
45 |
+
"Egg Curry(\u09a1\u09bf\u09ae\u09ad\u09c1\u09a8\u09be)": "4",
|
46 |
+
"Falooda(\u09ab\u09be\u09b2\u09c1\u09a6\u09be)": "5",
|
47 |
+
"Fuchka(\u09ab\u09c1\u099a\u0995\u09be)": "6",
|
48 |
+
"Haleem(\u09b9\u09be\u09b2\u09bf\u09ae)": "7",
|
49 |
+
"Jalebi(\u099c\u09bf\u09b2\u09be\u09aa\u09c0)": "8",
|
50 |
+
"Kala Bhuna(\u0995\u09be\u09b2\u09be \u09ad\u09c1\u09a8\u09be)": "9",
|
51 |
+
"Khichuri(\u0996\u09bf\u099a\u09c1\u09a1\u09bc\u09bf)": "10",
|
52 |
+
"Malpua Pitha(\u09ae\u09be\u09b2\u09aa\u09c1\u09df\u09be \u09aa\u09bf\u09a0\u09be)": "11",
|
53 |
+
"Mustard Hilsa(\u09b8\u09b0\u09b7\u09c7 \u0987\u09b2\u09bf\u09b6)": "12",
|
54 |
+
"Nakshi Pitha(\u09a8\u0995\u09b6\u09bf \u09aa\u09bf\u09a0\u09be)": "13",
|
55 |
+
"Panta Ilish(\u09aa\u09be\u09a8\u09cd\u09a4\u09be \u0987\u09b2\u09bf\u09b6)": "14",
|
56 |
+
"Patishapta Pitha(\u09aa\u09be\u099f\u09bf\u09b8\u09be\u09aa\u099f\u09be)": "15",
|
57 |
+
"Prawn Malai Curry(\u099a\u09bf\u0982\u09dc\u09bf \u09ae\u09be\u09b2\u09be\u0987\u0995\u09be\u09b0\u09c0)": "16",
|
58 |
+
"Rasgulla(\u09b0\u09b8\u0997\u09cb\u09b2\u09cd\u09b2\u09be)": "17",
|
59 |
+
"Rose Cookies(\u09ab\u09c1\u09b2\u099d\u09c1\u09b0\u09bf \u09aa\u09bf\u09a0\u09be)": "18",
|
60 |
+
"Roshmalai(\u09b0\u09b8\u09ae\u09be\u09b2\u09be\u0987)": "19",
|
61 |
+
"Shahi Tukra(\u09b6\u09be\u09b9\u09bf \u099f\u09c1\u0995\u09b0\u09be)": "20",
|
62 |
+
"Shingara(\u09b8\u09bf\u0999\u09cd\u0997\u09be\u09b0\u09be)": "21",
|
63 |
+
"Sweet Yogurt(\u09ae\u09bf\u09b7\u09cd\u099f\u09bf \u09a6\u0987)": "22",
|
64 |
+
"Tehari(\u09a4\u09c7\u09b9\u09be\u09b0\u09bf)": "23"
|
65 |
+
},
|
66 |
+
"layer_norm_eps": 1e-12,
|
67 |
+
"model_type": "vit",
|
68 |
+
"num_attention_heads": 16,
|
69 |
+
"num_channels": 3,
|
70 |
+
"num_hidden_layers": 24,
|
71 |
+
"patch_size": 16,
|
72 |
+
"problem_type": "single_label_classification",
|
73 |
+
"qkv_bias": true,
|
74 |
+
"torch_dtype": "float32",
|
75 |
+
"transformers_version": "4.39.3"
|
76 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dcfad79c69614c190fee9a746d8858fac617625bf424f1356d671aee3cde348
|
3 |
+
size 1213351480
|
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 |
+
}
|
runs/May24_04-57-11_992bfc95a978/events.out.tfevents.1716526633.992bfc95a978.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f491cfbe4fc20b9c547842996b6ed9be9005b2222141ee79b0dafef00bc39a87
|
3 |
+
size 148018
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35c49529ec4846e3386c1ef6bdae3c94ee31e7e776ca67d6abd7402f4c36052e
|
3 |
+
size 4984
|