Instructions to use ND911/Franken-Mistral-Maid-TWK-Slerp-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ND911/Franken-Mistral-Maid-TWK-Slerp-gguf with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ND911/Franken-Mistral-Maid-TWK-Slerp-gguf", dtype="auto") - llama-cpp-python
How to use ND911/Franken-Mistral-Maid-TWK-Slerp-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="ND911/Franken-Mistral-Maid-TWK-Slerp-gguf", filename="Franken-Mistral-Maid-TWK.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use ND911/Franken-Mistral-Maid-TWK-Slerp-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 ND911/Franken-Mistral-Maid-TWK-Slerp-gguf # Run inference directly in the terminal: llama cli -hf ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf ND911/Franken-Mistral-Maid-TWK-Slerp-gguf # Run inference directly in the terminal: llama cli -hf ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
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 ND911/Franken-Mistral-Maid-TWK-Slerp-gguf # Run inference directly in the terminal: ./llama-cli -hf ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
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 ND911/Franken-Mistral-Maid-TWK-Slerp-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
Use Docker
docker model run hf.co/ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
- LM Studio
- Jan
- Ollama
How to use ND911/Franken-Mistral-Maid-TWK-Slerp-gguf with Ollama:
ollama run hf.co/ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
- Unsloth Studio
How to use ND911/Franken-Mistral-Maid-TWK-Slerp-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ND911/Franken-Mistral-Maid-TWK-Slerp-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for ND911/Franken-Mistral-Maid-TWK-Slerp-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ND911/Franken-Mistral-Maid-TWK-Slerp-gguf to start chatting
- Atomic Chat new
- Docker Model Runner
How to use ND911/Franken-Mistral-Maid-TWK-Slerp-gguf with Docker Model Runner:
docker model run hf.co/ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
- Lemonade
How to use ND911/Franken-Mistral-Maid-TWK-Slerp-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ND911/Franken-Mistral-Maid-TWK-Slerp-gguf
Run and chat with the model
lemonade run user.Franken-Mistral-Maid-TWK-Slerp-gguf-{{QUANT_TAG}}List all available models
lemonade list
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- l3utterfly/mistral-7b-v0.1-layla-v4-chatml
|
| 4 |
+
- ND911/Fraken-Maid-TW-K-Slerp
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- mergekit
|
| 8 |
+
- merge
|
| 9 |
+
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+

|
| 13 |
+
|
| 14 |
+
# Franken-Mistral-Maid-TWK-Slerp 7B gguf q8_0
|
| 15 |
+
|
| 16 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 17 |
+
|
| 18 |
+
## Merge Details
|
| 19 |
+
|
| 20 |
+
see below
|
| 21 |
+
|
| 22 |
+
### Merge Method
|
| 23 |
+
|
| 24 |
+
This model was merged using the SLERP merge method.
|
| 25 |
+
|
| 26 |
+
### Models Merged
|
| 27 |
+
|
| 28 |
+
The following models were included in the merge:
|
| 29 |
+
* [l3utterfly/mistral-7b-v0.1-layla-v4-chatml](https://huggingface.co/l3utterfly/mistral-7b-v0.1-layla-v4-chatml)
|
| 30 |
+
* [ND911/Fraken-Maid-TW-K-Slerp](https://huggingface.co/ND911/Fraken-Maid-TW-K-Slerp)
|
| 31 |
+
|
| 32 |
+
### Configuration
|
| 33 |
+
|
| 34 |
+
The following YAML configuration was used to produce this model:
|
| 35 |
+
|
| 36 |
+
```yaml
|
| 37 |
+
slices:
|
| 38 |
+
- sources:
|
| 39 |
+
- model: ND911/Fraken-Maid-TW-K-Slerp
|
| 40 |
+
layer_range: [0, 32]
|
| 41 |
+
- model: l3utterfly/mistral-7b-v0.1-layla-v4-chatml
|
| 42 |
+
layer_range: [0, 32]
|
| 43 |
+
merge_method: slerp
|
| 44 |
+
base_model: ND911/Fraken-Maid-TW-K-Slerp
|
| 45 |
+
parameters:
|
| 46 |
+
t:
|
| 47 |
+
- filter: self_attn
|
| 48 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
| 49 |
+
- filter: mlp
|
| 50 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
| 51 |
+
- value: 0.5
|
| 52 |
+
dtype: bfloat16
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
```
|