verytuffcat
commited on
Commit
•
35e43df
1
Parent(s):
b3e6de5
Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- image-classification
|
6 |
+
base_model: google/efficientnet-b0
|
7 |
+
widget:
|
8 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
|
9 |
+
example_title: Tiger
|
10 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
|
11 |
+
example_title: Teapot
|
12 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
|
13 |
+
example_title: Palace
|
14 |
+
datasets:
|
15 |
+
- verytuffcat/recaptcha-dataset
|
16 |
+
---
|
17 |
+
|
18 |
+
# Model Trained Using AutoTrain
|
19 |
+
|
20 |
+
- Problem type: Image Classification
|
21 |
+
|
22 |
+
## Validation Metrics
|
23 |
+
No validation metrics available
|
config.json
ADDED
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/efficientnet-b0",
|
3 |
+
"_num_labels": 12,
|
4 |
+
"architectures": [
|
5 |
+
"EfficientNetForImageClassification"
|
6 |
+
],
|
7 |
+
"batch_norm_eps": 0.001,
|
8 |
+
"batch_norm_momentum": 0.99,
|
9 |
+
"depth_coefficient": 1.0,
|
10 |
+
"depth_divisor": 8,
|
11 |
+
"depthwise_padding": [],
|
12 |
+
"drop_connect_rate": 0.2,
|
13 |
+
"dropout_rate": 0.2,
|
14 |
+
"expand_ratios": [
|
15 |
+
1,
|
16 |
+
6,
|
17 |
+
6,
|
18 |
+
6,
|
19 |
+
6,
|
20 |
+
6,
|
21 |
+
6
|
22 |
+
],
|
23 |
+
"hidden_act": "swish",
|
24 |
+
"hidden_dim": 1280,
|
25 |
+
"id2label": {
|
26 |
+
"0": "bicycle",
|
27 |
+
"1": "bridge",
|
28 |
+
"2": "bus",
|
29 |
+
"3": "car",
|
30 |
+
"4": "chimney",
|
31 |
+
"5": "crosswalk",
|
32 |
+
"6": "hydrant",
|
33 |
+
"7": "motorcycle",
|
34 |
+
"8": "mountain",
|
35 |
+
"9": "other",
|
36 |
+
"10": "palm",
|
37 |
+
"11": "traffic light"
|
38 |
+
},
|
39 |
+
"image_size": 224,
|
40 |
+
"in_channels": [
|
41 |
+
32,
|
42 |
+
16,
|
43 |
+
24,
|
44 |
+
40,
|
45 |
+
80,
|
46 |
+
112,
|
47 |
+
192
|
48 |
+
],
|
49 |
+
"initializer_range": 0.02,
|
50 |
+
"kernel_sizes": [
|
51 |
+
3,
|
52 |
+
3,
|
53 |
+
5,
|
54 |
+
3,
|
55 |
+
5,
|
56 |
+
5,
|
57 |
+
3
|
58 |
+
],
|
59 |
+
"label2id": {
|
60 |
+
"bicycle": 0,
|
61 |
+
"bridge": 1,
|
62 |
+
"bus": 2,
|
63 |
+
"car": 3,
|
64 |
+
"chimney": 4,
|
65 |
+
"crosswalk": 5,
|
66 |
+
"hydrant": 6,
|
67 |
+
"motorcycle": 7,
|
68 |
+
"mountain": 8,
|
69 |
+
"other": 9,
|
70 |
+
"palm": 10,
|
71 |
+
"traffic light": 11
|
72 |
+
},
|
73 |
+
"model_type": "efficientnet",
|
74 |
+
"num_block_repeats": [
|
75 |
+
1,
|
76 |
+
2,
|
77 |
+
2,
|
78 |
+
3,
|
79 |
+
3,
|
80 |
+
4,
|
81 |
+
1
|
82 |
+
],
|
83 |
+
"num_channels": 3,
|
84 |
+
"num_hidden_layers": 64,
|
85 |
+
"out_channels": [
|
86 |
+
16,
|
87 |
+
24,
|
88 |
+
40,
|
89 |
+
80,
|
90 |
+
112,
|
91 |
+
192,
|
92 |
+
320
|
93 |
+
],
|
94 |
+
"out_features": null,
|
95 |
+
"pooling_type": "mean",
|
96 |
+
"problem_type": "single_label_classification",
|
97 |
+
"squeeze_expansion_ratio": 0.25,
|
98 |
+
"stage_names": [
|
99 |
+
"stem",
|
100 |
+
"stage1",
|
101 |
+
"stage2",
|
102 |
+
"stage3",
|
103 |
+
"stage4",
|
104 |
+
"stage5",
|
105 |
+
"stage6",
|
106 |
+
"stage7"
|
107 |
+
],
|
108 |
+
"strides": [
|
109 |
+
1,
|
110 |
+
2,
|
111 |
+
2,
|
112 |
+
2,
|
113 |
+
1,
|
114 |
+
2,
|
115 |
+
1
|
116 |
+
],
|
117 |
+
"torch_dtype": "float32",
|
118 |
+
"transformers_version": "4.46.2",
|
119 |
+
"width_coefficient": 1.0
|
120 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f8eea2225466c1a0b4dfe3ad9d730462add6206b13cff5ea2c733a854630544
|
3 |
+
size 16306384
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 289,
|
4 |
+
"width": 289
|
5 |
+
},
|
6 |
+
"do_center_crop": false,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "EfficientNetImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.47853944,
|
18 |
+
0.4732864,
|
19 |
+
0.47434163
|
20 |
+
],
|
21 |
+
"include_top": true,
|
22 |
+
"resample": 0,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"rescale_offset": false,
|
25 |
+
"size": {
|
26 |
+
"height": 224,
|
27 |
+
"width": 224
|
28 |
+
}
|
29 |
+
}
|
runs/Nov12_10-24-03_r-verytuffcat-test-y9e57r77-e3db6-mii62/events.out.tfevents.1731407046.r-verytuffcat-test-y9e57r77-e3db6-mii62.146.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85f7876c34feaf16fdd7ae38f8c9c75d9a6fd951e79c109871d21b921d7cc814
|
3 |
+
size 9690
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5605b952dfe9dfc33515b19b31133857ce4ce4f2ae55a3053e1ecd2f7275f306
|
3 |
+
size 5304
|
training_params.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"data_path": "verytuffcat/recaptcha-dataset",
|
3 |
+
"model": "google/efficientnet-b0",
|
4 |
+
"username": "verytuffcat",
|
5 |
+
"lr": 3e-05,
|
6 |
+
"epochs": 3,
|
7 |
+
"batch_size": 2,
|
8 |
+
"warmup_ratio": 0.1,
|
9 |
+
"gradient_accumulation": 4,
|
10 |
+
"optimizer": "adamw_torch",
|
11 |
+
"scheduler": "linear",
|
12 |
+
"weight_decay": 0.0,
|
13 |
+
"max_grad_norm": 1.0,
|
14 |
+
"seed": 42,
|
15 |
+
"train_split": "train",
|
16 |
+
"valid_split": null,
|
17 |
+
"logging_steps": -1,
|
18 |
+
"project_name": "autotrain-wjfvi-osjjd",
|
19 |
+
"auto_find_batch_size": false,
|
20 |
+
"mixed_precision": "fp16",
|
21 |
+
"save_total_limit": 1,
|
22 |
+
"push_to_hub": true,
|
23 |
+
"eval_strategy": "epoch",
|
24 |
+
"image_column": "image",
|
25 |
+
"target_column": "label",
|
26 |
+
"log": "tensorboard",
|
27 |
+
"early_stopping_patience": 5,
|
28 |
+
"early_stopping_threshold": 0.01
|
29 |
+
}
|