0x-Jayveersinh-Raj commited on
Commit
f00a5e4
·
verified ·
1 Parent(s): 4dfd6c6

Final model push

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/vit-base-patch16-224-in21k
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - arrow
9
+ metrics:
10
+ - accuracy
11
+ model-index:
12
+ - name: fabric_classifier
13
+ results:
14
+ - task:
15
+ name: Image Classification
16
+ type: image-classification
17
+ dataset:
18
+ name: arrow
19
+ type: arrow
20
+ config: default
21
+ split: train
22
+ args: default
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.498
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # fabric_classifier
33
+
34
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the arrow dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 2.0291
37
+ - Accuracy: 0.498
38
+ - F1 Macro: 0.0820
39
+ - F1 Micro: 0.498
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 3e-05
59
+ - train_batch_size: 8
60
+ - eval_batch_size: 16
61
+ - seed: 42
62
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 5
65
+ - mixed_precision_training: Native AMP
66
+
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | F1 Micro |
70
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:--------:|
71
+ | 2.567 | 1.0 | 250 | 2.4475 | 0.382 | 0.0384 | 0.382 |
72
+ | 2.2146 | 2.0 | 500 | 2.2285 | 0.406 | 0.0499 | 0.406 |
73
+ | 1.9667 | 3.0 | 750 | 2.0838 | 0.474 | 0.0696 | 0.474 |
74
+ | 1.7922 | 4.0 | 1000 | 2.0460 | 0.49 | 0.0841 | 0.49 |
75
+ | 1.5825 | 5.0 | 1250 | 2.0291 | 0.498 | 0.0820 | 0.498 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.57.0
81
+ - Pytorch 2.8.0+cu126
82
+ - Datasets 4.0.0
83
+ - Tokenizers 0.22.1