Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
| 5 |
+
tags:
|
| 6 |
+
- conversational
|
| 7 |
+
- chatbot
|
| 8 |
+
- lora
|
| 9 |
+
- peft
|
| 10 |
+
- roleplay
|
| 11 |
+
- parody
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
inference: false
|
| 14 |
+
private: true
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Shinchan-style Chat LoRA
|
| 18 |
+
|
| 19 |
+
Fan-made, parody-style conversational LoRA adapter inspired by a playful,
|
| 20 |
+
childlike anime character personality.
|
| 21 |
+
|
| 22 |
+
## Base Model
|
| 23 |
+
- mistralai/Mistral-7B-Instruct-v0.3
|
| 24 |
+
|
| 25 |
+
## Usage
|
| 26 |
+
This repository contains **LoRA adapter weights only**.
|
| 27 |
+
Load using `peft.PeftModel.from_pretrained`.
|
| 28 |
+
|
| 29 |
+
## Disclaimer
|
| 30 |
+
This project is not affiliated with, endorsed by, or connected to
|
| 31 |
+
any official anime, studio, or copyright holder.
|
| 32 |
+
No copyrighted scripts or episodes were used.
|