Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ Trained on Syntetic prompts generated with Mistral7b.
|
|
18 |
```
|
19 |
from transformers import pipeline, GPT2Tokenizer,GPT2LMHeadModel
|
20 |
|
21 |
-
checkpoint_path = "recoilme/
|
22 |
model = GPT2LMHeadModel.from_pretrained(checkpoint_path)
|
23 |
tokenizer = GPT2Tokenizer.from_pretrained('gpt2')
|
24 |
|
@@ -44,7 +44,5 @@ for text in texts:
|
|
44 |
```
|
45 |
Input: Frog in a Harry Potter costume:
|
46 |
|
47 |
-
Output 1: Frog in a Harry Potter costume
|
48 |
-
|
49 |
-
Output 2: Frog in a Harry Potter costume, complete with red cap and yellow shirt, dashing through a magical forest. The trees are ancient and gnarled, their leaves shimmering with iridescent hues. Frog's eyes are full of determination as he runs, leaving behind a trail of golden sparks. A rainbow arches overhead, adding a touch of whimsy to the scene.
|
50 |
-
```
|
|
|
18 |
```
|
19 |
from transformers import pipeline, GPT2Tokenizer,GPT2LMHeadModel
|
20 |
|
21 |
+
checkpoint_path = "recoilme/insomnia_v2"
|
22 |
model = GPT2LMHeadModel.from_pretrained(checkpoint_path)
|
23 |
tokenizer = GPT2Tokenizer.from_pretrained('gpt2')
|
24 |
|
|
|
44 |
```
|
45 |
Input: Frog in a Harry Potter costume:
|
46 |
|
47 |
+
Output 1: Frog in a Harry Potter costume, detailed with a touch of magical realism, highlight bulging eyes, slick skin, webbed feet, add atmospheric detail misty breath, dawns first light at lilycovered pond, end with a nod to Gabriel Garca Mrquezs wizarding world.
|
48 |
+
Output 2: Frog in a Harry Potter costume, detailed and exact, persona reminiscent of a dragon or wizard duel, setting for a graveyard, atmosphere charged with suspense and anticipation, mystical creatures looming, cinematic style emphasizing amphibious grace.```
|
|
|
|