Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- HuggingFaceTB/SmolLM2-135M-Instruct
|
| 5 |
+
---
|
| 6 |
+
# Lilith AI
|
| 7 |
+
An LLM trained to act like Lilith from *The Noexistence of You and Me*.
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+

|
| 11 |
+
<hr>
|
| 12 |
+
|
| 13 |
+
## About
|
| 14 |
+
This model is a **LoRA fine-tuned LLM** based on the [HuggingFaceTB/SmolLM2-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct) base model. It has been trained on lines directly extracted from the original game to simulate the personality and speech patterns of **Lilith**.
|
| 15 |
+
|
| 16 |
+
The dataset is in **ShareGPT format** and was created by C.M.M.
|
| 17 |
+
|
| 18 |
+
It works well on mobile devices.
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
## Folder & File Overview
|
| 23 |
+
|
| 24 |
+
- **formatted_files/**: Contains each game file formatted for the model.
|
| 25 |
+
- **HuggingFace/**: Contains non-compiled model files.
|
| 26 |
+
- **full_dataset.json**: Complete dataset used for training (essentially a merged version of `formatted_files`).
|
| 27 |
+
- <ins>**System Prompt.txt**: A system prompt tailored specifically for this model.</ins>
|
| 28 |
+
- **Lilith_AI_135M_Q8_0.gguf**: The Q4_0 model file.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## License
|
| 33 |
+
|
| 34 |
+
You are free to use, share, and adapt the model, but **you must give appropriate credit** to C.M.M. for the training dataset and this project.
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## Disclaimer
|
| 39 |
+
|
| 40 |
+
This model uses the character **Lilith** from *The Noexistence of You and Me*. This project is **fan-made** and **not affiliated with, endorsed by, or sponsored by the original creators or copyright holders**. All intellectual property related to the character belongs to the original copyright holders. Use of this model is **for personal, educational, or research purposes only**.
|