markury commited on
Commit
076283f
1 Parent(s): cde4d1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -8
README.md CHANGED
@@ -20,7 +20,7 @@ AndroGemma-alpha is a fine-tuned Vision-Language Model (VLM) based on Google's P
20
 
21
  **Authors:** Markury
22
 
23
- **Contributors:** Members of The Bulge Discord server, including enkie, Zellian, and SilasAI6609 for various support, and detailed contributions to the system prompts and image sourcing.
24
 
25
  ## Model information
26
 
@@ -62,12 +62,48 @@ The fine-tuning process involved using the first 5 batches (243 text/image pairs
62
 
63
  For full details on the training process, refer to the training script provided in the [repository](https://github.com/markuryy/paligemma-image-captioner/blob/main/finetuning/Paligemma_448_Finetune_JAX.ipynb).
64
 
65
- ## Model Card Authors
66
-
67
- - **Markury**
68
-
69
- ## Model Card Contact
70
-
71
- - **Markury**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  This model card provides an overview of the AndroGemma-alpha model, including its purpose, training details, and evaluation. By using this model, you contribute to the development of more inclusive and representative AI systems.
 
20
 
21
  **Authors:** Markury
22
 
23
+ **Contributors:** Members of The Bulge Discord server for various support, and detailed contributions to the system prompts and image sourcing.
24
 
25
  ## Model information
26
 
 
62
 
63
  For full details on the training process, refer to the training script provided in the [repository](https://github.com/markuryy/paligemma-image-captioner/blob/main/finetuning/Paligemma_448_Finetune_JAX.ipynb).
64
 
65
+ ## Example Outputs
66
+
67
+ Below are some examples of images and their corresponding captions generated by AndroGemma-alpha.
68
+
69
+ <style>
70
+ .blurred {
71
+ filter: blur(10px);
72
+ transition: filter 0.3s;
73
+ }
74
+ .blurred:hover {
75
+ filter: blur(0);
76
+ }
77
+ </style>
78
+
79
+ <table>
80
+ <tr>
81
+ <td>
82
+ <img src="previews/preview001.jpg" alt="Example Image 1" class="blurred" width="200"/><br>
83
+ <b>caption en:</b> "a young man with a lean physique and short dark hair, sitting comfortably with his legs slightly apart, wearing grey shorts and a visible tattoo on his arm, taking a mirror selfie with a relaxed expression, holding a smartphone in his right hand, with a light skin tone and light body hair visible on his chest and abdomen, set against a neutral indoor background with subtle lighting."
84
+ </td>
85
+ <td>
86
+ <img src="previews/preview002.jpg" alt="Example Image 2" class="blurred" width="200"/><br>
87
+ <b>caption en:</b> "a headless torso of a nude man standing in a kitchen, with hands resting on his thighs, exposing his genitals, including the penis and testicles, and a visible abdominal hair line, the man has short light-colored hair on his head, and his body is covered with light body hair, the background features a white tiled wall and a white appliance."
88
+ </td>
89
+ <td>
90
+ <img src="previews/preview003.jpg" alt="Example Image 3" class="blurred" width="200"/><br>
91
+ <b>caption en:</b> "a naked man standing outdoors, holding a yellow saw with a black handle, looking up at the camera with a slight smile, his short dark hair and beard visible, his muscular physique and defined abs prominent, his penis and testicles visible, his right hand resting on a wooden fence, natural light coming from behind, background featuring dense forest and trees with sparse foliage."
92
+ </td>
93
+ </tr>
94
+ </table>
95
+
96
+ ## Ethical Considerations
97
+
98
+ The use of AndroGemma-alpha adheres to the Gemma Prohibited Use Policy set forth by Google. Specifically, the content generated by AndroGemma-alpha is intended for academic and research purposes, focusing on enhancing AI models' understanding of male anatomy. This dataset and model are used within the bounds of scientific, educational, and documentary contexts, which are permitted under the policy.
99
+
100
+ ### Compliance with Gemma Prohibited Use Policy
101
+
102
+ - **Non-Infringement:** The dataset does not infringe on any individual's or entity's rights, including copyrighted content.
103
+ - **Safe and Legal Use:** The model and dataset are not used to facilitate illegal, dangerous, or malicious activities. The focus remains strictly academic.
104
+ - **Non-Sexual Content:** AndroGemma-alpha is not used to generate sexually explicit content for pornography or sexual gratification. Instead, the content is utilized for scientific and educational research to improve AI capabilities.
105
+ - **Respect for Privacy and Rights:** All data used and generated complies with privacy regulations and respects the rights and dignity of individuals.
106
+
107
+ By ensuring these guidelines are followed, AndroGemma-alpha contributes to the academic understanding of AI's interaction with underrepresented anatomical data, aligning with the ethical standards outlined in the Gemma Prohibited Use Policy.
108
 
109
  This model card provides an overview of the AndroGemma-alpha model, including its purpose, training details, and evaluation. By using this model, you contribute to the development of more inclusive and representative AI systems.