Instructions to use thnbi/magistrada 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 thnbi/magistrada 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 thnbi/magistrada # Run inference directly in the terminal: llama cli -hf thnbi/magistrada
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf thnbi/magistrada # Run inference directly in the terminal: llama cli -hf thnbi/magistrada
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 thnbi/magistrada # Run inference directly in the terminal: ./llama-cli -hf thnbi/magistrada
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 thnbi/magistrada # Run inference directly in the terminal: ./build/bin/llama-cli -hf thnbi/magistrada
Use Docker
docker model run hf.co/thnbi/magistrada
- LM Studio
- Jan
- Ollama
How to use thnbi/magistrada with Ollama:
ollama run hf.co/thnbi/magistrada
- Unsloth Studio
How to use thnbi/magistrada 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 thnbi/magistrada 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 thnbi/magistrada to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for thnbi/magistrada to start chatting
- Atomic Chat new
- Docker Model Runner
How to use thnbi/magistrada with Docker Model Runner:
docker model run hf.co/thnbi/magistrada
- Lemonade
How to use thnbi/magistrada with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull thnbi/magistrada
Run and chat with the model
lemonade run user.magistrada-{{QUANT_TAG}}List all available models
lemonade list
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf thnbi/magistrada# Run inference directly in the terminal:
llama cli -hf thnbi/magistradaUse 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 thnbi/magistrada# Run inference directly in the terminal:
./llama-cli -hf thnbi/magistradaBuild 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 thnbi/magistrada# Run inference directly in the terminal:
./build/bin/llama-cli -hf thnbi/magistradaUse Docker
docker model run hf.co/thnbi/magistradaMagistrada
O que é?
Magistrada é um modelo de linguagem especializado no universo do RPG Ordem Paranormal, com foco particular no jogo "Enigma do Medo". Ele foi treinado para entender e responder perguntas sobre o jogo, seu universo e mecânicas.
Capacidades
- Responde perguntas sobre o universo de Ordem Paranormal
- Explica mecânicas e sistemas do jogo
- Compartilha informações sobre a história e o lore
- Oferece orientações sobre gameplay
Detalhes Técnicos
- Construído a partir do Llama 3.1 8B da Meta
- Fala exclusivamente em Português do Brasil
Como foi treinado?
O modelo aprendeu através de um dataset construído a partir da Wiki oficial de Ordem Paranormal, contendo:
- Perguntas e respostas sobre o jogo
- Informações detalhadas sobre locais e personagens
- Explicações sobre regras e mecânicas
- Elementos da narrativa e do universo
Créditos
- Base: Meta Llama 3.1 8B
- Dados: Wiki Ordem Paranormal
⚠️ Aviso Importante ⚠️
A Magistrada ainda está em desenvolvimento ativo e, como tal, pode apresentar alguns comportamentos inesperados:
O que você precisa saber:
- Em Desenvolvimento: Este é um projeto em andamento e está constantemente sendo melhorado
- Possíveis Alucinações: O modelo pode ocasionalmente:
- Inventar informações que não existem no universo de Ordem Paranormal
- Misturar elementos de diferentes partes do jogo
- Responder com conteúdo sem sentido ou inconsistente
- Verificação Necessária: Sempre confira informações importantes nas fontes oficiais do Ordem Paranormal
Recomendações:
- Use o modelo como uma ferramenta de suporte, não como fonte definitiva
- Mantenha um olhar crítico sobre as respostas
- Reporte comportamentos estranhos ou respostas incorretas
- Contribua para a melhoria compartilhando feedback
Lembre-se:
Se uma informação for importante para sua campanha ou decisão no jogo, sempre verifique na documentação oficial do Ordem Paranormal.
- Downloads last month
- 8
We're not able to determine the quantization variants.
Model tree for thnbi/magistrada
Base model
meta-llama/Llama-3.1-8B
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf thnbi/magistrada# Run inference directly in the terminal: llama cli -hf thnbi/magistrada