system HF staff commited on
Commit
2935030
1 Parent(s): 9da5163

Commit From AutoTrain

Browse files
Files changed (5) hide show
  1. .gitattributes +3 -0
  2. README.md +26 -0
  3. config.json +66 -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_528a5bd60a4b4b1080538a6ede3f23c7
5
+ co2_eq_emissions: 8.217704896005591
6
+ ---
7
+
8
+ # Model Trained Using AutoTrain
9
+
10
+ - Problem type: Multi-class Classification
11
+ - Model ID: 260265
12
+ - CO2 Emissions (in grams): 8.217704896005591
13
+
14
+ ## Validation Metrics
15
+
16
+ - Loss: 0.24580252170562744
17
+ - Accuracy: 0.914
18
+ - Macro F1: 0.912823674084623
19
+ - Micro F1: 0.914
20
+ - Weighted F1: 0.9128236740846232
21
+ - Macro Precision: 0.9135654150297885
22
+ - Micro Precision: 0.914
23
+ - Weighted Precision: 0.9135654150297884
24
+ - Macro Recall: 0.9139999999999999
25
+ - Micro Recall: 0.914
26
+ - Weighted Recall: 0.914
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AutoTrain",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "Ankle boot",
21
+ "1": "Bag",
22
+ "2": "Coat",
23
+ "3": "Dress",
24
+ "4": "Pullover",
25
+ "5": "Sandal",
26
+ "6": "Shirt",
27
+ "7": "Sneaker",
28
+ "8": "T - shirt / top",
29
+ "9": "Trouser"
30
+ },
31
+ "image_size": 224,
32
+ "initializer_range": 0.02,
33
+ "label2id": {
34
+ "Ankle boot": "0",
35
+ "Bag": "1",
36
+ "Coat": "2",
37
+ "Dress": "3",
38
+ "Pullover": "4",
39
+ "Sandal": "5",
40
+ "Shirt": "6",
41
+ "Sneaker": "7",
42
+ "T - shirt / top": "8",
43
+ "Trouser": "9"
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "max_length": 128,
47
+ "mlp_ratio": 4.0,
48
+ "model_type": "swin",
49
+ "num_channels": 3,
50
+ "num_heads": [
51
+ 3,
52
+ 6,
53
+ 12,
54
+ 24
55
+ ],
56
+ "num_layers": 4,
57
+ "padding": "max_length",
58
+ "patch_size": 4,
59
+ "path_norm": true,
60
+ "problem_type": "single_label_classification",
61
+ "qkv_bias": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.20.0",
64
+ "use_absolute_embeddings": false,
65
+ "window_size": 7
66
+ }
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.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "resample": 3,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c50b330dd0fa88539fc64d45930e38c52fb1180837ba7bf561674d17c6f62e9
3
+ size 110417455