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 1
Browse files
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
license_name: academic-research-only
|
| 4 |
-
license_link: LICENSE
|
| 5 |
base_model: meta-llama/Llama-3.2-3B-Instruct
|
| 6 |
model_name: NovelCrafter-LoRA
|
| 7 |
tags:
|
|
@@ -31,7 +29,7 @@ language:
|
|
| 31 |
| **Model Type** | LoRA Adapter (PEFT) |
|
| 32 |
| **Base Model** | `meta-llama/Llama-3.2-3B-Instruct` (GPU) / `meta-llama/Llama-3.2-1B-Instruct` (CPU) |
|
| 33 |
| **Language** | English |
|
| 34 |
-
| **License** |
|
| 35 |
| **Fine-tuning Method** | LoRA (Low-Rank Adaptation) |
|
| 36 |
| **Training Steps** | 1 |
|
| 37 |
| **Last Updated** | 2026-01-18 |
|
|
@@ -237,10 +235,10 @@ This model is released strictly for academic research and educational purposes.
|
|
| 237 |
If you use this model in your research, please cite:
|
| 238 |
|
| 239 |
```bibtex
|
| 240 |
-
@misc{NovelCrafter-lora-
|
| 241 |
title={NovelCrafter-LoRA: A Fine-Tuned Language Model for Creative Writing},
|
| 242 |
author={a-01a},
|
| 243 |
-
year={
|
| 244 |
publisher={Hugging Face},
|
| 245 |
url={https://huggingface.co/a-01a/novelCrafter}
|
| 246 |
}
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
|
|
|
|
|
|
| 3 |
base_model: meta-llama/Llama-3.2-3B-Instruct
|
| 4 |
model_name: NovelCrafter-LoRA
|
| 5 |
tags:
|
|
|
|
| 29 |
| **Model Type** | LoRA Adapter (PEFT) |
|
| 30 |
| **Base Model** | `meta-llama/Llama-3.2-3B-Instruct` (GPU) / `meta-llama/Llama-3.2-1B-Instruct` (CPU) |
|
| 31 |
| **Language** | English |
|
| 32 |
+
| **License** | MIT License |
|
| 33 |
| **Fine-tuning Method** | LoRA (Low-Rank Adaptation) |
|
| 34 |
| **Training Steps** | 1 |
|
| 35 |
| **Last Updated** | 2026-01-18 |
|
|
|
|
| 235 |
If you use this model in your research, please cite:
|
| 236 |
|
| 237 |
```bibtex
|
| 238 |
+
@misc{NovelCrafter-lora-2025,
|
| 239 |
title={NovelCrafter-LoRA: A Fine-Tuned Language Model for Creative Writing},
|
| 240 |
author={a-01a},
|
| 241 |
+
year={2025},
|
| 242 |
publisher={Hugging Face},
|
| 243 |
url={https://huggingface.co/a-01a/novelCrafter}
|
| 244 |
}
|