Instructions to use Technotech/MagicPrompt-tinystories-33M-epoch2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Technotech/MagicPrompt-tinystories-33M-epoch2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/TinyStories-33M") model = PeftModel.from_pretrained(base_model, "Technotech/MagicPrompt-tinystories-33M-epoch2") - Notebooks
- Google Colab
- Kaggle
Commit ·
2be2bf9
1
Parent(s): db14b31
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,9 @@ language:
|
|
| 8 |
widget:
|
| 9 |
- text: "A picture of"
|
| 10 |
---
|
|
|
|
|
|
|
|
|
|
| 11 |
## Training procedure
|
| 12 |
|
| 13 |
|
|
|
|
| 8 |
widget:
|
| 9 |
- text: "A picture of"
|
| 10 |
---
|
| 11 |
+
## Training config
|
| 12 |
+
Rank 8 LoRA, 2 epochs of Stable-Diffusion-Prompts with batch size 128.
|
| 13 |
+
|
| 14 |
## Training procedure
|
| 15 |
|
| 16 |
|