Image Classification
English
dieineb commited on
Commit
e3558cd
1 Parent(s): f962f1a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+ # Model Description
7
+
8
+ The LeNNon_smile_detector model is used to ...
9
+
10
+ The model was trained with CelebA dataset.
11
+
12
+ ## Details
13
+
14
+ - Dataset: [CelebFaces Attributes]((https://www.kaggle.com/datasets/jessicali9530/celeba-dataset/))
15
+ - Language: English
16
+ - Number of Training Steps: 20
17
+ - Batch size: 32
18
+ - Optimizer: Adam
19
+ - Learning Rate: 0.001
20
+ - GPU: T4
21
+ - This repository has the source [code used](https://github.com/Nkluge-correa/teeny-tiny_castle/blob/master/ML%20Fairness/fair_metrics_celeba.ipynb) to train this model.
22
+
23
+ ## Performance
24
+
25
+ Final Validation Accuracy: 90.56% Final Validation Loss: 0.6397
26
+
27
+ # Cite as 🤗
28
+ ```
29
+ @misc{teenytinycastle,
30
+ doi = {10.5281/zenodo.7112065},
31
+ url = {https://huggingface.co/AiresPucrs/LeNNon_smile_detector},
32
+ author = {Nicholas Kluge Corr{\^e}a},
33
+ title = {Teeny-Tiny Castle},
34
+ year = {2023},
35
+ publisher = {HuggingFace},
36
+ journal = {HuggingFace repository},
37
+ }
38
+ ```
39
+ ## License
40
+ The LeNNon_smile_detector model is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.