ivensamdh commited on
Commit
9aac999
1 Parent(s): 335a0ec

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - imagefolder
7
+ model-index:
8
+ - name: genderage_convnext
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # genderage_convnext
16
+
17
+ This model is a fine-tuned version of [facebook/convnext-base-224](https://huggingface.co/facebook/convnext-base-224) on the imagefolder dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.3896
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 11
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 8
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.5114 | 0.89 | 100 | 0.4998 |
52
+ | 0.425 | 1.79 | 200 | 0.4246 |
53
+ | 0.4124 | 2.68 | 300 | 0.4100 |
54
+ | 0.4034 | 3.57 | 400 | 0.4037 |
55
+ | 0.3938 | 4.46 | 500 | 0.3992 |
56
+ | 0.4021 | 5.36 | 600 | 0.3952 |
57
+ | 0.3843 | 6.25 | 700 | 0.3918 |
58
+ | 0.3804 | 7.14 | 800 | 0.3896 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.25.1
64
+ - Pytorch 1.13.1+cu117
65
+ - Datasets 2.8.0
66
+ - Tokenizers 0.13.2