system HF staff commited on
Commit
deda182
1 Parent(s): 875bbcb

Commit From AutoTrain

Browse files
Files changed (5) hide show
  1. .gitattributes +3 -0
  2. README.md +37 -0
  3. config.json +110 -0
  4. preprocessor_config.json +22 -0
  5. pytorch_model.bin +3 -0
.gitattributes CHANGED
@@ -32,3 +32,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
36
+ *.tar.gz filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - vision
5
+ - image-classification
6
+ datasets:
7
+ - friesel/autotrain-data-tarkov_images_reduced_i
8
+ widget:
9
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
10
+ example_title: Tiger
11
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
12
+ example_title: Teapot
13
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
14
+ example_title: Palace
15
+ co2_eq_emissions:
16
+ emissions: 0.012961185602762902
17
+ ---
18
+
19
+ # Model Trained Using AutoTrain
20
+
21
+ - Problem type: Multi-class Classification
22
+ - Model ID: 48889118355
23
+ - CO2 Emissions (in grams): 0.0130
24
+
25
+ ## Validation Metrics
26
+
27
+ - Loss: 0.039
28
+ - Accuracy: 1.000
29
+ - Macro F1: 1.000
30
+ - Micro F1: 1.000
31
+ - Weighted F1: 1.000
32
+ - Macro Precision: 1.000
33
+ - Micro Precision: 1.000
34
+ - Weighted Precision: 1.000
35
+ - Macro Recall: 1.000
36
+ - Micro Recall: 1.000
37
+ - Weighted Recall: 1.000
config.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AutoTrain",
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": "5a0abb6e1526d8000a025282-512",
13
+ "1": "5a0c27731526d80618476ac4-512",
14
+ "10": "5a0eb38b86f774153b320eb0-512",
15
+ "11": "5a0eb6ac86f7743124037a28-512",
16
+ "12": "5a0eb980fcdbcb001a3b00a6-512",
17
+ "13": "5a0ec13bfcdbcb00165aa685-512",
18
+ "14": "5a0ec6d286f7742c0b518fb5-512",
19
+ "15": "5a0ec70e86f7742c0b518fba-512",
20
+ "16": "5a0ed824fcdbcb0176308b0d-512",
21
+ "17": "5a0ee30786f774023b6ee08f-512",
22
+ "18": "5a0ee34586f774023b6ee092-512",
23
+ "19": "5a0ee37f86f774023657a86f-512",
24
+ "2": "5a0c59791526d8dba737bba7-512",
25
+ "20": "5a0ee4b586f7743698200d22-512",
26
+ "21": "5a0ee62286f774369454a7ac-512",
27
+ "22": "5a0ee72c86f77436955d3435-512",
28
+ "23": "5a0ee76686f7743698200d5c-512",
29
+ "24": "5a0eeb1a86f774688b70aa5c-512",
30
+ "25": "5a0eeb8e86f77461257ed71a-512",
31
+ "26": "5a0eebed86f77461230ddb3d-512",
32
+ "27": "5a0eec9686f77402ac5c39f2-512",
33
+ "28": "5a0eecf686f7740350630097-512",
34
+ "29": "5a0eed4386f77405112912aa-512",
35
+ "3": "5a0d63621526d8dba31fe3bf-512",
36
+ "30": "5a0eedb386f77403506300be-512",
37
+ "31": "5a0eee1486f77402aa773226-512",
38
+ "32": "5a0eff2986f7741fd654e684-512",
39
+ "33": "5a0f006986f7741ffd2fe484-512",
40
+ "34": "5a0f045e86f7745b0f0d0e42-512",
41
+ "35": "5a0f068686f7745b0d4ea242-512",
42
+ "36": "5a0f075686f7745bcc42ee12-512",
43
+ "37": "5a0f08bc86f77478f33b84c2-512",
44
+ "38": "5a0f096dfcdbcb0176308b15-512",
45
+ "39": "5a0f0f5886f7741c4e32a472-512",
46
+ "4": "5a0d716f1526d8000d26b1e2-512",
47
+ "5": "5a0dc45586f7742f6b0b73e3-512",
48
+ "6": "5a0dc95c86f77452440fc675-512",
49
+ "7": "5a0ea64786f7741707720468-512",
50
+ "8": "5a0ea69f86f7741cd5406619-512",
51
+ "9": "5a0ea79b86f7741d4a35298e-512"
52
+ },
53
+ "image_size": 224,
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 3072,
56
+ "label2id": {
57
+ "5a0abb6e1526d8000a025282-512": "0",
58
+ "5a0c27731526d80618476ac4-512": "1",
59
+ "5a0c59791526d8dba737bba7-512": "2",
60
+ "5a0d63621526d8dba31fe3bf-512": "3",
61
+ "5a0d716f1526d8000d26b1e2-512": "4",
62
+ "5a0dc45586f7742f6b0b73e3-512": "5",
63
+ "5a0dc95c86f77452440fc675-512": "6",
64
+ "5a0ea64786f7741707720468-512": "7",
65
+ "5a0ea69f86f7741cd5406619-512": "8",
66
+ "5a0ea79b86f7741d4a35298e-512": "9",
67
+ "5a0eb38b86f774153b320eb0-512": "10",
68
+ "5a0eb6ac86f7743124037a28-512": "11",
69
+ "5a0eb980fcdbcb001a3b00a6-512": "12",
70
+ "5a0ec13bfcdbcb00165aa685-512": "13",
71
+ "5a0ec6d286f7742c0b518fb5-512": "14",
72
+ "5a0ec70e86f7742c0b518fba-512": "15",
73
+ "5a0ed824fcdbcb0176308b0d-512": "16",
74
+ "5a0ee30786f774023b6ee08f-512": "17",
75
+ "5a0ee34586f774023b6ee092-512": "18",
76
+ "5a0ee37f86f774023657a86f-512": "19",
77
+ "5a0ee4b586f7743698200d22-512": "20",
78
+ "5a0ee62286f774369454a7ac-512": "21",
79
+ "5a0ee72c86f77436955d3435-512": "22",
80
+ "5a0ee76686f7743698200d5c-512": "23",
81
+ "5a0eeb1a86f774688b70aa5c-512": "24",
82
+ "5a0eeb8e86f77461257ed71a-512": "25",
83
+ "5a0eebed86f77461230ddb3d-512": "26",
84
+ "5a0eec9686f77402ac5c39f2-512": "27",
85
+ "5a0eecf686f7740350630097-512": "28",
86
+ "5a0eed4386f77405112912aa-512": "29",
87
+ "5a0eedb386f77403506300be-512": "30",
88
+ "5a0eee1486f77402aa773226-512": "31",
89
+ "5a0eff2986f7741fd654e684-512": "32",
90
+ "5a0f006986f7741ffd2fe484-512": "33",
91
+ "5a0f045e86f7745b0f0d0e42-512": "34",
92
+ "5a0f068686f7745b0d4ea242-512": "35",
93
+ "5a0f075686f7745bcc42ee12-512": "36",
94
+ "5a0f08bc86f77478f33b84c2-512": "37",
95
+ "5a0f096dfcdbcb0176308b15-512": "38",
96
+ "5a0f0f5886f7741c4e32a472-512": "39"
97
+ },
98
+ "layer_norm_eps": 1e-12,
99
+ "max_length": 128,
100
+ "model_type": "vit",
101
+ "num_attention_heads": 12,
102
+ "num_channels": 3,
103
+ "num_hidden_layers": 12,
104
+ "padding": "max_length",
105
+ "patch_size": 16,
106
+ "problem_type": "single_label_classification",
107
+ "qkv_bias": true,
108
+ "torch_dtype": "float32",
109
+ "transformers_version": "4.25.1"
110
+ }
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:06059449305bfdb613d03a85080b193d9433c61b0a88c62196cd4c213367691c
3
+ size 343385581