Text Generation
PEFT
Safetensors
English
lora
creative-writing
fine-tuned
academic
research
conversational
Instructions to use a-01a/novelCrafter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use a-01a/novelCrafter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "a-01a/novelCrafter") - Notebooks
- Google Colab
- Kaggle
Update model card - training step 18
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ language:
|
|
| 31 |
| **Language** | English |
|
| 32 |
| **License** | MIT License |
|
| 33 |
| **Fine-tuning Method** | LoRA (Low-Rank Adaptation) |
|
| 34 |
-
| **Training Steps** |
|
| 35 |
| **Last Updated** | 2026-01-20 |
|
| 36 |
|
| 37 |
## Technical Specifications
|
|
|
|
| 31 |
| **Language** | English |
|
| 32 |
| **License** | MIT License |
|
| 33 |
| **Fine-tuning Method** | LoRA (Low-Rank Adaptation) |
|
| 34 |
+
| **Training Steps** | 18 |
|
| 35 |
| **Last Updated** | 2026-01-20 |
|
| 36 |
|
| 37 |
## Technical Specifications
|