a-01a commited on
Commit
76b13c4
·
verified ·
1 Parent(s): 4738f15

Update model card - training step 1

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -1,7 +1,5 @@
1
  ---
2
- license: other
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** | Academic Research Only |
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-2024,
241
  title={NovelCrafter-LoRA: A Fine-Tuned Language Model for Creative Writing},
242
  author={a-01a},
243
- year={2024},
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
  }