Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# SmolLM-prompt-generator
|
@@ -50,4 +53,4 @@ print(generated_caption[0]['generated_text'])
|
|
50 |
|------------------|----------------------|
|
51 |
| a cute cat | a cute cat with a yellow nose and ears sits on a white surface. |
|
52 |
| a potrait of a woman" | a potrait of a woman with a contemplative expression, featuring a detailed hairstyle and a neutral background with a subtle pattern. |
|
53 |
-
| a picture of | a picture of a woman in a pink dress with a "T" logo, set against a dark background, representing the "Best Girl in Hollywood" series. |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
pipeline_tag: text-generation
|
4 |
+
license: apache-2.0
|
5 |
+
datasets:
|
6 |
+
- CaptionEmporium/coyo-hd-11m-llavanext
|
7 |
---
|
8 |
|
9 |
# SmolLM-prompt-generator
|
|
|
53 |
|------------------|----------------------|
|
54 |
| a cute cat | a cute cat with a yellow nose and ears sits on a white surface. |
|
55 |
| a potrait of a woman" | a potrait of a woman with a contemplative expression, featuring a detailed hairstyle and a neutral background with a subtle pattern. |
|
56 |
+
| a picture of | a picture of a woman in a pink dress with a "T" logo, set against a dark background, representing the "Best Girl in Hollywood" series. |
|