Add metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<img src="BackyardAI_Banner.png" alt="Backyard.ai" style="height: 90px; min-width: 32px; display: block; margin: auto;">
|
2 |
|
3 |
**<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Backyard AI.</p>**
|
@@ -7,13 +12,12 @@
|
|
7 |
<p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
|
8 |
|
9 |
***
|
10 |
-
#
|
11 |
-
- **Creator:** [
|
12 |
-
- **Original:** [
|
13 |
-
- **Date Created:**
|
14 |
-
- **Trained Context:**
|
15 |
- **Description:** 7B roleplay focused model, creativity, and less cliché is the focus of this merge.
|
16 |
-
|
17 |
***
|
18 |
## What is a GGUF?
|
19 |
GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
|
|
|
1 |
+
---
|
2 |
+
base_model: KatieTheCutie/LemonadeRP-4.5.3
|
3 |
+
model_name: LemonadeRP-4.5.3-GGUF
|
4 |
+
quantized_by: brooketh
|
5 |
+
---
|
6 |
<img src="BackyardAI_Banner.png" alt="Backyard.ai" style="height: 90px; min-width: 32px; display: block; margin: auto;">
|
7 |
|
8 |
**<p style="text-align: center;">The official library of GGUF format models for use in the local AI chat app, Backyard AI.</p>**
|
|
|
12 |
<p style="text-align: center;"><a href="https://www.reddit.com/r/LLM_Quants/">Request Additional models at r/LLM_Quants.</a></p>
|
13 |
|
14 |
***
|
15 |
+
# LemonadeRP 4.5.3
|
16 |
+
- **Creator:** [KatieTheCutie](https://huggingface.co/KatieTheCutie/)
|
17 |
+
- **Original:** [LemonadeRP 4.5.3](https://huggingface.co/KatieTheCutie/LemonadeRP-4.5.3)
|
18 |
+
- **Date Created:** 2024-05-25
|
19 |
+
- **Trained Context:** 4096 tokens
|
20 |
- **Description:** 7B roleplay focused model, creativity, and less cliché is the focus of this merge.
|
|
|
21 |
***
|
22 |
## What is a GGUF?
|
23 |
GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Backyard AI. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
|