system HF staff commited on
Commit
f7ac5e5
1 Parent(s): 7014bf7

Commit From AutoTrain

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
37
+ *.tar.gz filter=lfs diff=lfs merge=lfs -text
38
+ 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
+ - galbitang/autotrain-data-lamp_style_classification
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.05306189559817472
17
+ ---
18
+
19
+ # Model Trained Using AutoTrain
20
+
21
+ - Problem type: Multi-class Classification
22
+ - Model ID: 94491146122
23
+ - CO2 Emissions (in grams): 0.0531
24
+
25
+ ## Validation Metrics
26
+
27
+ - Loss: 1.199
28
+ - Accuracy: 0.574
29
+ - Macro F1: 0.422
30
+ - Micro F1: 0.574
31
+ - Weighted F1: 0.552
32
+ - Macro Precision: 0.484
33
+ - Micro Precision: 0.574
34
+ - Weighted Precision: 0.554
35
+ - Macro Recall: 0.418
36
+ - Micro Recall: 0.574
37
+ - Weighted Recall: 0.574
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "\ub0b4\ucd94\ub7f4",
13
+ "1": "\ub7ec\ube14\ub9ac\ub85c\ub9e8\ud2f1",
14
+ "10": "\ud55c\uad6d\uc544\uc2dc\uc544",
15
+ "2": "\ubaa8\ub358",
16
+ "3": "\ubbf8\ub2c8\uba40\uc2ec\ud50c",
17
+ "4": "\ubd81\uc720\ub7fd",
18
+ "5": "\ube48\ud2f0\uc9c0\ub808\ud2b8\ub85c",
19
+ "6": "\uc720\ub2c8\ud06c",
20
+ "7": "\uc778\ub354\uc2a4\ud2b8\ub9ac\uc5bc",
21
+ "8": "\ud074\ub798\uc2dd\uc564\ud2f1",
22
+ "9": "\ud504\ub80c\uce58\ud504\ub85c\ubc29\uc2a4"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "\ub0b4\ucd94\ub7f4": "0",
29
+ "\ub7ec\ube14\ub9ac\ub85c\ub9e8\ud2f1": "1",
30
+ "\ubaa8\ub358": "2",
31
+ "\ubbf8\ub2c8\uba40\uc2ec\ud50c": "3",
32
+ "\ubd81\uc720\ub7fd": "4",
33
+ "\ube48\ud2f0\uc9c0\ub808\ud2b8\ub85c": "5",
34
+ "\uc720\ub2c8\ud06c": "6",
35
+ "\uc778\ub354\uc2a4\ud2b8\ub9ac\uc5bc": "7",
36
+ "\ud074\ub798\uc2dd\uc564\ud2f1": "8",
37
+ "\ud504\ub80c\uce58\ud504\ub85c\ubc29\uc2a4": "9",
38
+ "\ud55c\uad6d\uc544\uc2dc\uc544": "10"
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "max_length": 128,
42
+ "model_type": "vit",
43
+ "num_attention_heads": 12,
44
+ "num_channels": 3,
45
+ "num_hidden_layers": 12,
46
+ "padding": "max_length",
47
+ "patch_size": 16,
48
+ "problem_type": "single_label_classification",
49
+ "qkv_bias": true,
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.29.2"
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b9781bfa11f6bd30c35dbef51fdec5cdde7f54a3517b5cbaea72fdb46821e02
3
+ size 343251660
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": "ViTFeatureExtractor",
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:a80acbc213fc4aabb4c681f17fe672285db0f71a7586d3055fcab61ea3c69209
3
+ size 343296365