system HF staff commited on
Commit
8b57dad
1 Parent(s): 2cd95d2

Commit From AutoTrain

Browse files
Files changed (5) hide show
  1. .gitattributes +3 -0
  2. README.md +26 -0
  3. config.json +50 -0
  4. preprocessor_config.json +17 -0
  5. pytorch_model.bin +3 -0
.gitattributes CHANGED
@@ -25,3 +25,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.gz filter=lfs diff=lfs merge=lfs -text
30
+ *.pkl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags: autotrain
3
+ datasets:
4
+ - abhishek/autotrain-data-vision_877913e77fb94b7abd4dafc5ebf830b0
5
+ co2_eq_emissions: 0.2438639401641305
6
+ ---
7
+
8
+ # Model Trained Using AutoTrain
9
+
10
+ - Problem type: Multi-class Classification
11
+ - Model ID: 7024732
12
+ - CO2 Emissions (in grams): 0.2438639401641305
13
+
14
+ ## Validation Metrics
15
+
16
+ - Loss: 0.16775867342948914
17
+ - Accuracy: 0.9473333333333334
18
+ - Macro F1: 0.9473921270228505
19
+ - Micro F1: 0.9473333333333334
20
+ - Weighted F1: 0.9473921270228505
21
+ - Macro Precision: 0.9478705813419325
22
+ - Micro Precision: 0.9473333333333334
23
+ - Weighted Precision: 0.9478705813419323
24
+ - Macro Recall: 0.9473333333333332
25
+ - Micro Recall: 0.9473333333333334
26
+ - Weighted Recall: 0.9473333333333334
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Ankle boot",
13
+ "1": "Bag",
14
+ "2": "Coat",
15
+ "3": "Dress",
16
+ "4": "Pullover",
17
+ "5": "Sandal",
18
+ "6": "Shirt",
19
+ "7": "Sneaker",
20
+ "8": "T - shirt / top",
21
+ "9": "Trouser"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "Ankle boot": "0",
28
+ "Bag": "1",
29
+ "Coat": "2",
30
+ "Dress": "3",
31
+ "Pullover": "4",
32
+ "Sandal": "5",
33
+ "Shirt": "6",
34
+ "Sneaker": "7",
35
+ "T - shirt / top": "8",
36
+ "Trouser": "9"
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_length": 128,
40
+ "model_type": "vit",
41
+ "num_attention_heads": 12,
42
+ "num_channels": 3,
43
+ "num_hidden_layers": 12,
44
+ "padding": "max_length",
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.20.0"
50
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 2,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807c688322b29b9282375b8911fd05904ff0ec5bbed1443f549eaf726c9724d0
3
+ size 343291569