ZaneHorrible
commited on
Commit
•
8447764
1
Parent(s):
9d41590
Model save
Browse files- README.md +161 -0
- config.json +76 -0
- model.safetensors +3 -0
- preprocessor_config.json +36 -0
- runs/May23_17-53-50_fc4294bccaba/events.out.tfevents.1716486831.fc4294bccaba.34.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/vit-large-patch16-384
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
model-index:
|
11 |
+
- name: vitLarge-16-384-2e-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.9712643678160919
|
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 |
+
# vitLarge-16-384-2e-4-batch_16_epoch_4_classes_24
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [google/vit-large-patch16-384](https://huggingface.co/google/vit-large-patch16-384) on the imagefolder dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.1519
|
36 |
+
- Accuracy: 0.9713
|
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.0002
|
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: 3
|
62 |
+
- mixed_precision_training: Native AMP
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| 0.7944 | 0.03 | 100 | 0.8483 | 0.7428 |
|
69 |
+
| 1.1261 | 0.07 | 200 | 1.0595 | 0.6911 |
|
70 |
+
| 0.7575 | 0.1 | 300 | 0.5007 | 0.8534 |
|
71 |
+
| 0.3567 | 0.14 | 400 | 0.5404 | 0.8391 |
|
72 |
+
| 0.4062 | 0.17 | 500 | 0.7795 | 0.7974 |
|
73 |
+
| 0.4227 | 0.21 | 600 | 0.3598 | 0.8851 |
|
74 |
+
| 0.3436 | 0.24 | 700 | 0.4550 | 0.8693 |
|
75 |
+
| 0.7695 | 0.28 | 800 | 0.5748 | 0.8247 |
|
76 |
+
| 0.2864 | 0.31 | 900 | 0.4017 | 0.8793 |
|
77 |
+
| 0.3718 | 0.35 | 1000 | 0.5384 | 0.8420 |
|
78 |
+
| 0.2764 | 0.38 | 1100 | 0.4682 | 0.8764 |
|
79 |
+
| 0.3438 | 0.42 | 1200 | 0.4194 | 0.8807 |
|
80 |
+
| 0.4031 | 0.45 | 1300 | 0.4105 | 0.8922 |
|
81 |
+
| 0.449 | 0.49 | 1400 | 0.4499 | 0.8678 |
|
82 |
+
| 0.2249 | 0.52 | 1500 | 0.2701 | 0.9066 |
|
83 |
+
| 0.2398 | 0.56 | 1600 | 0.4124 | 0.8807 |
|
84 |
+
| 0.5759 | 0.59 | 1700 | 0.8378 | 0.7960 |
|
85 |
+
| 0.1315 | 0.63 | 1800 | 0.4757 | 0.8779 |
|
86 |
+
| 0.4481 | 0.66 | 1900 | 0.3463 | 0.9037 |
|
87 |
+
| 0.2183 | 0.7 | 2000 | 0.4291 | 0.8779 |
|
88 |
+
| 0.2101 | 0.73 | 2100 | 0.3318 | 0.9109 |
|
89 |
+
| 1.0071 | 0.77 | 2200 | 2.9399 | 0.2098 |
|
90 |
+
| 0.3426 | 0.8 | 2300 | 0.4231 | 0.9023 |
|
91 |
+
| 0.1126 | 0.84 | 2400 | 0.3609 | 0.9124 |
|
92 |
+
| 0.3954 | 0.87 | 2500 | 0.4471 | 0.8994 |
|
93 |
+
| 0.2099 | 0.91 | 2600 | 0.3465 | 0.9052 |
|
94 |
+
| 0.1982 | 0.94 | 2700 | 0.4135 | 0.8994 |
|
95 |
+
| 0.1931 | 0.98 | 2800 | 0.3306 | 0.9095 |
|
96 |
+
| 0.1721 | 1.01 | 2900 | 0.3470 | 0.9195 |
|
97 |
+
| 0.1864 | 1.04 | 3000 | 0.3814 | 0.9124 |
|
98 |
+
| 0.0652 | 1.08 | 3100 | 0.2534 | 0.9296 |
|
99 |
+
| 0.1176 | 1.11 | 3200 | 0.2744 | 0.9210 |
|
100 |
+
| 0.0988 | 1.15 | 3300 | 0.2966 | 0.9325 |
|
101 |
+
| 0.0289 | 1.18 | 3400 | 0.2021 | 0.9555 |
|
102 |
+
| 0.1465 | 1.22 | 3500 | 0.1566 | 0.9583 |
|
103 |
+
| 0.2023 | 1.25 | 3600 | 0.2803 | 0.9353 |
|
104 |
+
| 0.1042 | 1.29 | 3700 | 0.2893 | 0.9282 |
|
105 |
+
| 0.1403 | 1.32 | 3800 | 0.3145 | 0.9239 |
|
106 |
+
| 0.0786 | 1.36 | 3900 | 0.3188 | 0.9267 |
|
107 |
+
| 0.2427 | 1.39 | 4000 | 0.6615 | 0.8693 |
|
108 |
+
| 0.3187 | 1.43 | 4100 | 0.3598 | 0.9195 |
|
109 |
+
| 0.0897 | 1.46 | 4200 | 0.2778 | 0.9425 |
|
110 |
+
| 0.068 | 1.5 | 4300 | 0.3445 | 0.9124 |
|
111 |
+
| 0.2165 | 1.53 | 4400 | 0.2351 | 0.9468 |
|
112 |
+
| 0.0807 | 1.57 | 4500 | 0.3111 | 0.9310 |
|
113 |
+
| 0.007 | 1.6 | 4600 | 0.2208 | 0.9483 |
|
114 |
+
| 0.0017 | 1.64 | 4700 | 0.1943 | 0.9411 |
|
115 |
+
| 0.081 | 1.67 | 4800 | 0.3503 | 0.9239 |
|
116 |
+
| 0.0285 | 1.71 | 4900 | 0.3109 | 0.9239 |
|
117 |
+
| 0.0495 | 1.74 | 5000 | 0.1233 | 0.9641 |
|
118 |
+
| 0.0201 | 1.78 | 5100 | 0.2508 | 0.9483 |
|
119 |
+
| 0.1186 | 1.81 | 5200 | 0.3854 | 0.9210 |
|
120 |
+
| 0.0283 | 1.85 | 5300 | 0.2336 | 0.9425 |
|
121 |
+
| 0.0569 | 1.88 | 5400 | 0.2872 | 0.9425 |
|
122 |
+
| 0.0498 | 1.92 | 5500 | 0.2462 | 0.9569 |
|
123 |
+
| 0.0101 | 1.95 | 5600 | 0.2256 | 0.9511 |
|
124 |
+
| 0.0474 | 1.99 | 5700 | 0.2201 | 0.9569 |
|
125 |
+
| 0.0008 | 2.02 | 5800 | 0.2079 | 0.9526 |
|
126 |
+
| 0.0 | 2.06 | 5900 | 0.1951 | 0.9583 |
|
127 |
+
| 0.0007 | 2.09 | 6000 | 0.1449 | 0.9626 |
|
128 |
+
| 0.003 | 2.12 | 6100 | 0.1411 | 0.9670 |
|
129 |
+
| 0.0028 | 2.16 | 6200 | 0.1889 | 0.9598 |
|
130 |
+
| 0.0018 | 2.19 | 6300 | 0.2356 | 0.9511 |
|
131 |
+
| 0.0087 | 2.23 | 6400 | 0.2185 | 0.9569 |
|
132 |
+
| 0.0169 | 2.26 | 6500 | 0.1898 | 0.9583 |
|
133 |
+
| 0.0003 | 2.3 | 6600 | 0.1879 | 0.9655 |
|
134 |
+
| 0.0008 | 2.33 | 6700 | 0.1331 | 0.9713 |
|
135 |
+
| 0.0001 | 2.37 | 6800 | 0.1537 | 0.9655 |
|
136 |
+
| 0.0002 | 2.4 | 6900 | 0.2148 | 0.9598 |
|
137 |
+
| 0.0079 | 2.44 | 7000 | 0.1258 | 0.9698 |
|
138 |
+
| 0.0004 | 2.47 | 7100 | 0.1557 | 0.9698 |
|
139 |
+
| 0.0 | 2.51 | 7200 | 0.1376 | 0.9698 |
|
140 |
+
| 0.0007 | 2.54 | 7300 | 0.1238 | 0.9713 |
|
141 |
+
| 0.0 | 2.58 | 7400 | 0.1433 | 0.9670 |
|
142 |
+
| 0.0023 | 2.61 | 7500 | 0.1537 | 0.9684 |
|
143 |
+
| 0.0004 | 2.65 | 7600 | 0.1302 | 0.9727 |
|
144 |
+
| 0.0002 | 2.68 | 7700 | 0.1557 | 0.9698 |
|
145 |
+
| 0.0013 | 2.72 | 7800 | 0.1614 | 0.9698 |
|
146 |
+
| 0.0 | 2.75 | 7900 | 0.1713 | 0.9670 |
|
147 |
+
| 0.0 | 2.79 | 8000 | 0.1458 | 0.9698 |
|
148 |
+
| 0.0 | 2.82 | 8100 | 0.1453 | 0.9698 |
|
149 |
+
| 0.0 | 2.86 | 8200 | 0.1527 | 0.9670 |
|
150 |
+
| 0.0 | 2.89 | 8300 | 0.1508 | 0.9698 |
|
151 |
+
| 0.0001 | 2.93 | 8400 | 0.1544 | 0.9713 |
|
152 |
+
| 0.0 | 2.96 | 8500 | 0.1506 | 0.9713 |
|
153 |
+
| 0.0 | 3.0 | 8600 | 0.1519 | 0.9713 |
|
154 |
+
|
155 |
+
|
156 |
+
### Framework versions
|
157 |
+
|
158 |
+
- Transformers 4.39.3
|
159 |
+
- Pytorch 2.1.2
|
160 |
+
- Datasets 2.18.0
|
161 |
+
- Tokenizers 0.15.2
|
config.json
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-large-patch16-384",
|
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": 384,
|
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:fa9f94e11f82b1f6200c735e1d8874f6375967ff39a22275c22571ebb0dfe7c0
|
3 |
+
size 1214907960
|
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": 384,
|
34 |
+
"width": 384
|
35 |
+
}
|
36 |
+
}
|
runs/May23_17-53-50_fc4294bccaba/events.out.tfevents.1716486831.fc4294bccaba.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a675419c5e433d6cf2feb45d62df966e32d6c1dd647213ec3f649acc7627b5bd
|
3 |
+
size 218016
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:005130372ee406802383806ad4a2f1e7dc82cb4ad788b4ccbdfea3482df65b8f
|
3 |
+
size 4984
|