GGUF
Russian
English
q4km
q4
smart
speakru
english
russian
llama
pilot
1b
small
base
mini
ai
model
conversational
Instructions to use SLT-AI/SLT-1b-GoToSmart-Pilot 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 SLT-AI/SLT-1b-GoToSmart-Pilot 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 SLT-AI/SLT-1b-GoToSmart-Pilot # Run inference directly in the terminal: llama cli -hf SLT-AI/SLT-1b-GoToSmart-Pilot
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf SLT-AI/SLT-1b-GoToSmart-Pilot # Run inference directly in the terminal: llama cli -hf SLT-AI/SLT-1b-GoToSmart-Pilot
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 SLT-AI/SLT-1b-GoToSmart-Pilot # Run inference directly in the terminal: ./llama-cli -hf SLT-AI/SLT-1b-GoToSmart-Pilot
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 SLT-AI/SLT-1b-GoToSmart-Pilot # Run inference directly in the terminal: ./build/bin/llama-cli -hf SLT-AI/SLT-1b-GoToSmart-Pilot
Use Docker
docker model run hf.co/SLT-AI/SLT-1b-GoToSmart-Pilot
- LM Studio
- Jan
- Ollama
How to use SLT-AI/SLT-1b-GoToSmart-Pilot with Ollama:
ollama run hf.co/SLT-AI/SLT-1b-GoToSmart-Pilot
- Unsloth Desktop
- Pi
How to use SLT-AI/SLT-1b-GoToSmart-Pilot with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SLT-AI/SLT-1b-GoToSmart-Pilot
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "SLT-AI/SLT-1b-GoToSmart-Pilot" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use SLT-AI/SLT-1b-GoToSmart-Pilot with Docker Model Runner:
docker model run hf.co/SLT-AI/SLT-1b-GoToSmart-Pilot
- Lemonade
How to use SLT-AI/SLT-1b-GoToSmart-Pilot with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SLT-AI/SLT-1b-GoToSmart-Pilot
Run and chat with the model
lemonade run user.SLT-1b-GoToSmart-Pilot-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use SLT-AI/SLT-1b-GoToSmart-Pilot with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SLT-AI/SLT-1b-GoToSmart-Pilot
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default SLT-AI/SLT-1b-GoToSmart-Pilot
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use SLT-AI/SLT-1b-GoToSmart-Pilot with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SLT-AI/SLT-1b-GoToSmart-Pilot
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "SLT-AI/SLT-1b-GoToSmart-Pilot" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,64 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- ru
|
| 5 |
+
- en
|
| 6 |
+
base_model:
|
| 7 |
+
- meta-llama/Llama-3.2-1B
|
| 8 |
+
tags:
|
| 9 |
+
- gguf
|
| 10 |
+
- q4km
|
| 11 |
+
- q4
|
| 12 |
+
- smart
|
| 13 |
+
- speakru
|
| 14 |
+
- en
|
| 15 |
+
- english
|
| 16 |
+
- russian
|
| 17 |
+
- llama
|
| 18 |
+
- pilot
|
| 19 |
+
- 1b
|
| 20 |
+
- small
|
| 21 |
+
- base
|
| 22 |
+
- mini
|
| 23 |
+
- ai
|
| 24 |
+
- model
|
| 25 |
---
|
| 26 |
+
Model Card: SLT-1b-GoToSmart-Pilot (English)
|
| 27 |
+
Model Details
|
| 28 |
+
|
| 29 |
+
Developer: slt ai
|
| 30 |
+
|
| 31 |
+
Model Type: Causal Language Model
|
| 32 |
+
|
| 33 |
+
Base Model: Llama 3.2 1B Instruct
|
| 34 |
+
|
| 35 |
+
Language(s): English, Russian
|
| 36 |
+
|
| 37 |
+
Version: Pilot
|
| 38 |
+
|
| 39 |
+
Model Description
|
| 40 |
+
SLT-1b-GoToSmart-Pilot is a pilot version of a conversational language model from the GoTo series. Built upon the Llama 3.2 1B Instruct architecture, this model has been specifically fine-tuned to understand and generate high-quality text in both English and Russian.
|
| 41 |
+
|
| 42 |
+
Training Details
|
| 43 |
+
|
| 44 |
+
Training Data: The model was fine-tuned on a custom, curated dataset consisting of exactly 13,500 examples.
|
| 45 |
+
|
| 46 |
+
Карточка модели: SLT-1b-GoToSmart-Pilot (Русский)
|
| 47 |
+
Сведения о модели
|
| 48 |
+
|
| 49 |
+
Разработчик: slt ai
|
| 50 |
+
|
| 51 |
+
Тип модели: Авторегрессионная языковая модель
|
| 52 |
+
|
| 53 |
+
Базовая модель: Llama 3.2 1B Instruct
|
| 54 |
+
|
| 55 |
+
Поддерживаемые языки: Английский, Русский
|
| 56 |
+
|
| 57 |
+
Версия: Пилотная (Pilot)
|
| 58 |
+
|
| 59 |
+
Описание модели
|
| 60 |
+
SLT-1b-GoToSmart-Pilot — это пилотная версия диалоговой языковой модели из линейки GoTo. Базируясь на архитектуре Llama 3.2 1B Instruct, модель была целенаправленно дообучена для качественного понимания и генерации текста как на английском, так и на русском языках.
|
| 61 |
+
|
| 62 |
+
Детали обучения
|
| 63 |
+
|
| 64 |
+
Обучающие данные: Модель прошла процесс дообучения (fine-tuning) на специально подготовленном наборе данных, состоящем из 13 500 примеров.
|