system HF staff commited on
Commit
d66a59e
1 Parent(s): 29be388

Commit From AutoTrain

Browse files
Files changed (5) hide show
  1. .gitattributes +3 -0
  2. README.md +26 -0
  3. config.json +34 -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_652fee16113a4f07a2452e021a22a934
5
+ co2_eq_emissions: 2.050948967287266
6
+ ---
7
+
8
+ # Model Trained Using AutoTrain
9
+
10
+ - Problem type: Multi-class Classification
11
+ - Model ID: 264300
12
+ - CO2 Emissions (in grams): 2.050948967287266
13
+
14
+ ## Validation Metrics
15
+
16
+ - Loss: 0.009216072037816048
17
+ - Accuracy: 0.9976190476190476
18
+ - Macro F1: 0.9973261861865685
19
+ - Micro F1: 0.9976190476190476
20
+ - Weighted F1: 0.997621154535828
21
+ - Macro Precision: 0.9964539007092199
22
+ - Micro Precision: 0.9976190476190476
23
+ - Weighted Precision: 0.9976359338061465
24
+ - Macro Recall: 0.9982142857142857
25
+ - Micro Recall: 0.9976190476190476
26
+ - Weighted Recall: 0.9976190476190476
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "dog",
13
+ "1": "food"
14
+ },
15
+ "image_size": 224,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "dog": "0",
20
+ "food": "1"
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_length": 128,
24
+ "model_type": "vit",
25
+ "num_attention_heads": 12,
26
+ "num_channels": 3,
27
+ "num_hidden_layers": 12,
28
+ "padding": "max_length",
29
+ "patch_size": 16,
30
+ "problem_type": "single_label_classification",
31
+ "qkv_bias": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.20.0"
34
+ }
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:7390272bd7616f5d3af6185a3016cca61a6028460a88cbe8358bfe691a0ec9f5
3
+ size 343266993