Instructions to use NeverSleep/Noromaid-13b-v0.2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use NeverSleep/Noromaid-13b-v0.2-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: llama cli -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
Use Docker
docker model run hf.co/NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use NeverSleep/Noromaid-13b-v0.2-GGUF with Ollama:
ollama run hf.co/NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
- Unsloth Desktop
- Docker Model Runner
How to use NeverSleep/Noromaid-13b-v0.2-GGUF with Docker Model Runner:
docker model run hf.co/NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
- Lemonade
How to use NeverSleep/Noromaid-13b-v0.2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NeverSleep/Noromaid-13b-v0.2-GGUF:Q4_K_S
Run and chat with the model
lemonade run user.Noromaid-13b-v0.2-GGUF-Q4_K_S
List all available models
lemonade list
- Atomic Chat
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+

|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Disclaimer:
|
| 11 |
+
## This is a ***VERY EXPERIMENTAL*** version, don't expect everything to work!!!
|
| 12 |
+
## If you don't like this model, use [Noromaid 0.1.1](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1)
|
| 13 |
+
|
| 14 |
+
You may use our custom **prompting format**(scroll down to download them!), or simple alpaca. **(Choose which fits best for you!)**
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
Mergemonster and a new dataset were used.
|
| 19 |
+
|
| 20 |
+
If you want a 7b, or 20b hit us up in the Community tab!
|
| 21 |
+
|
| 22 |
+
# This model is a collab between [IkariDev](https://huggingface.co/IkariDev) and [Undi](https://huggingface.co/Undi95)!
|
| 23 |
+
|
| 24 |
+
Test model. Suitable for RP, ERP and general stuff.
|
| 25 |
+
|
| 26 |
+
[Recommended settings - No settings yet(Please suggest some over in the Community tab!)]
|
| 27 |
+
|
| 28 |
+
<!-- description start -->
|
| 29 |
+
## Description
|
| 30 |
+
|
| 31 |
+
<!-- [Recommended settings - contributed by localfultonextractor](https://files.catbox.moe/ue0tja.json) -->
|
| 32 |
+
|
| 33 |
+
This repo contains GGUF files of Noromaid-13b-v0.2.
|
| 34 |
+
|
| 35 |
+
[FP16 - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-13b-v0.2)
|
| 36 |
+
|
| 37 |
+
<!-- [GGUF - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-GGUF)-->
|
| 38 |
+
|
| 39 |
+
<!-- [GPTQ - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-GPTQ)-->
|
| 40 |
+
|
| 41 |
+
<!-- [exl2[8bpw-8h] - by AzureBlack](https://huggingface.co/AzureBlack/Echidna-13b-v0.3-8bpw-8h-exl2)-->
|
| 42 |
+
|
| 43 |
+
<!-- [AWQ - By TheBloke](https://huggingface.co/TheBloke/Athena-v4-AWQ)-->
|
| 44 |
+
|
| 45 |
+
<!-- [fp16 - by IkariDev+Undi95](https://huggingface.co/IkariDev/Athena-v4)-->
|
| 46 |
+
|
| 47 |
+
[GGUF - by IkariDev and Undi](https://huggingface.co/NeverSleep/Noromaid-13b-v0.2-GGUF)
|
| 48 |
+
<!-- [OLD(GGUF - by IkariDev+Undi95)](https://huggingface.co/IkariDev/Athena-v4-GGUF)-->
|
| 49 |
+
|
| 50 |
+
## Ratings:
|
| 51 |
+
|
| 52 |
+
Note: We have permission of all users to upload their ratings, we DONT screenshot random reviews without asking if we can put them here!
|
| 53 |
+
|
| 54 |
+
No ratings yet!
|
| 55 |
+
|
| 56 |
+
If you want your rating to be here, send us a message over on DC and we'll put up a screenshot of it here. DC name is "ikaridev" and "undi".
|
| 57 |
+
|
| 58 |
+
<!-- description end -->
|
| 59 |
+
<!-- prompt-template start -->
|
| 60 |
+
## Prompt template: Custom format, or Alpaca
|
| 61 |
+
|
| 62 |
+
### Custom format:
|
| 63 |
+
UPDATED!! SillyTavern config files: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json).
|
| 64 |
+
|
| 65 |
+
### Alpaca:
|
| 66 |
+
```
|
| 67 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
| 68 |
+
|
| 69 |
+
### Instruction:
|
| 70 |
+
{prompt}
|
| 71 |
+
|
| 72 |
+
### Response:
|
| 73 |
+
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
+
## Training data used:
|
| 77 |
+
- [no_robots dataset](https://huggingface.co/Undi95/Llama2-13B-no_robots-alpaca-lora) let the model have more human behavior, enhances the output.
|
| 78 |
+
- [Aesir Private RP dataset] New data from a new and never used before dataset, add fresh data, no LimaRP spam, this is 100% new. Thanks to the [MinvervaAI Team](https://huggingface.co/MinervaAI) and, in particular, [Gryphe](https://huggingface.co/Gryphe) for letting us use it!
|
| 79 |
+
- [Another private Aesir dataset]
|
| 80 |
+
|
| 81 |
+
## Others
|
| 82 |
+
|
| 83 |
+
Undi: If you want to support me, you can [here](https://ko-fi.com/undiai).
|
| 84 |
+
|
| 85 |
+
IkariDev: Visit my [retro/neocities style website](https://ikaridevgit.github.io/) please kek
|