Pauloherrera1 commited on
Commit
0c81bc4
·
verified ·
1 Parent(s): 42e71a9

Model save

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ metrics:
8
+ - accuracy
9
+ - precision
10
+ - recall
11
+ - f1
12
+ model-index:
13
+ - name: FaceDataset
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # FaceDataset
21
+
22
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0251
25
+ - Accuracy: 0.9909
26
+ - Precision: 0.9909
27
+ - Recall: 0.9909
28
+ - F1: 0.9909
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0002
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 16
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 4
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
60
+ | 0.1021 | 1.0 | 243 | 0.0957 | 0.9781 | 0.9790 | 0.9781 | 0.9780 |
61
+ | 0.0457 | 2.0 | 486 | 0.0271 | 0.9909 | 0.9910 | 0.9909 | 0.9909 |
62
+ | 0.0191 | 3.0 | 729 | 0.0414 | 0.9872 | 0.9872 | 0.9872 | 0.9872 |
63
+ | 0.0082 | 4.0 | 972 | 0.0251 | 0.9909 | 0.9909 | 0.9909 | 0.9909 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 5.0.0
69
+ - Pytorch 2.10.0+cu128
70
+ - Datasets 4.0.0
71
+ - Tokenizers 0.22.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:509276e5b9a30f0e97fb4a017f9d17395ec53d1ce1fd58354a13c3f65e1661df
3
  size 343223968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c54a90820ab0c20d74f67fcd1686a31e3de36c0a9d82925204d98ff4b7c24199
3
  size 343223968