PEFT
Safetensors
GGUF
mixtral
Generated from Trainer
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf rizla/trrapi-16b
# Run inference directly in the terminal:
llama-cli -hf rizla/trrapi-16b
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf rizla/trrapi-16b
# Run inference directly in the terminal:
llama-cli -hf rizla/trrapi-16b
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 rizla/trrapi-16b
# Run inference directly in the terminal:
./llama-cli -hf rizla/trrapi-16b
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 rizla/trrapi-16b
# Run inference directly in the terminal:
./build/bin/llama-cli -hf rizla/trrapi-16b
Use Docker
docker model run hf.co/rizla/trrapi-16b
Quick Links

qlora finetune of frankensteined rizla/rizla-17 model

The original Rizla models, already displaying promising multilingual capabilities, underwent multiple rounds of customization and optimizations to further enhance their versatility across languages. The process involves not only fine-tuned adjustments for better language comprehension but also strategic modifications to the underlying framework itself.

This continual refinement in response to specific requirements exemplifies a dynamic approach towards tackling natural language understanding tasks, where adaptability and flexibility are key factors contributing to performance improvements. In essence, these iterative advancements strive to bridge the gap between generalized pre-trained models and highly specialized applications.

*To run a localhost 127.0.0.1:8080 server with llama.cpp do


wget https://huggingface.co/rizla/trrapi-16b/resolve/main/trrapi-q5km.gguf

git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make -j

./server -m ../trrapi-q5km.gguf --port 8080 -c 2000 -cb -t 8 -ngl 80
Downloads last month
9
Safetensors
Model size
19B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for rizla/trrapi-16b

Finetuned
rizla/rizla-17
Adapter
(3)
this model
Quantizations
1 model

Dataset used to train rizla/trrapi-16b