Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
A proof of concept generating captions using Google Gemma 3 on Google Colab Free Tier for captioning prompts akin to training data of FLUX Chroma: https://huggingface.co/lodestones/Chroma
|
3 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- lodestones/e621-captions
|
5 |
+
- lodestones/pixelprose
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- google/gemma-3-4b-it
|
10 |
+
tags:
|
11 |
+
- flux
|
12 |
+
- flux_chroma
|
13 |
+
- chroma
|
14 |
+
- image_to_prompt
|
15 |
+
- captioning
|
16 |
+
- lora
|
17 |
+
- gemma
|
18 |
+
- image_caption
|
19 |
+
- image_classification
|
20 |
+
- google_colab
|
21 |
+
- jupyter
|
22 |
+
- unslouth
|
23 |
+
- dataset_processing
|
24 |
+
---
|
25 |
|
26 |
A proof of concept generating captions using Google Gemma 3 on Google Colab Free Tier for captioning prompts akin to training data of FLUX Chroma: https://huggingface.co/lodestones/Chroma
|
27 |
|