Instructions to use dikiyplayerpig/dpp-gpt-V2.1-base-90m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use dikiyplayerpig/dpp-gpt-V2.1-base-90m with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="dikiyplayerpig/dpp-gpt-V2.1-base-90m", filename="dpp-gptV2.1-base-90m-f16.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 dikiyplayerpig/dpp-gpt-V2.1-base-90m 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 dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M # Run inference directly in the terminal: llama cli -hf dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M # Run inference directly in the terminal: llama cli -hf dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
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 dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
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 dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
Use Docker
docker model run hf.co/dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use dikiyplayerpig/dpp-gpt-V2.1-base-90m with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "dikiyplayerpig/dpp-gpt-V2.1-base-90m" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "dikiyplayerpig/dpp-gpt-V2.1-base-90m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
- Ollama
How to use dikiyplayerpig/dpp-gpt-V2.1-base-90m with Ollama:
ollama run hf.co/dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
- Unsloth Studio
How to use dikiyplayerpig/dpp-gpt-V2.1-base-90m 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 dikiyplayerpig/dpp-gpt-V2.1-base-90m 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 dikiyplayerpig/dpp-gpt-V2.1-base-90m to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for dikiyplayerpig/dpp-gpt-V2.1-base-90m to start chatting
- Atomic Chat new
- Docker Model Runner
How to use dikiyplayerpig/dpp-gpt-V2.1-base-90m with Docker Model Runner:
docker model run hf.co/dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
- Lemonade
How to use dikiyplayerpig/dpp-gpt-V2.1-base-90m with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull dikiyplayerpig/dpp-gpt-V2.1-base-90m:Q4_K_M
Run and chat with the model
lemonade run user.dpp-gpt-V2.1-base-90m-Q4_K_M
List all available models
lemonade list
🧠 dpp-gpt V2.1 Base (90m)
(🇺🇸 English / 🇷🇺 Русский)
⚠️ Note: This is a base foundation model. It has only undergone pre-training and has not been fine-tuned for general chat. For the instruction-following / chat version, please download dpp-gpt-V2.1-Flash-90m.
This is a microscopic foundation language model with 93M parameters, trained entirely from scratch. Despite its tiny size, it possesses native mathematical and translation capabilities embedded directly into its pre-training weights.
⚙️ Model Details
- Parameters: 93M
- Layers / Hidden Size / Heads: 11 / 768 / 12
- Context Length: 4096 tokens
- Vocabulary Size: 32,768
- Type: Base (Pre-trained foundation model)
- Format: GGUF / PyTorch (.pth)
- License: Apache 2.0
📊 Pre-training Data
- Dataset Size:
11.26 Billion tokens (121.1 tokens/parameter). - Data Distribution:
- 💻 Code & Programming (Python, etc.): ~30%
- 🌍 Wikipedia (RU/EN/FR): ~20%
- 📚 CulturaX Corpus: ~15%
- 🧠 Cosmopedia (Synthetic textbook style): ~10%
- 🧮 Math, Logic, Translation datasets: ~25%
💡 Prompt Guide & Real Examples
As a raw base model, it is highly sensitive to syntax. Mathematical and textual formatting was baked into the pre-training weights. Use strictly the following structures to get accurate results:
🌍 Basic Translation
⚠️ Tip: This model is highly sensitive to the user's prompt formatting. To get a stable and correct translation, you must start your prompt with a capital letter and experiment with punctuation (sometimes adding or removing a period at the end changes the output).
<|im_start|>user
Переведи на английский: Я тебя люблю.<|im_end|>
<|im_start|>assistant
I love you.
🧮 Math Calculation (Chain-of-Thought)
To activate step-by-step math solving, use the [THINK] token:
<|im_start|>user
[THINK] 1523 - 659 + 234<|im_end|>
<|im_start|>assistant
(The model will continue by breaking down the calculation into Thousands, Hundreds, Tens, and Units).
🇷🇺 Описание на русском
⚠️ Внимание: Это базовая (foundation) модель. Она прошла только этап pre-training и не обучалась свободному ведению диалога. Если вам нужна готовая чат-версия, скачайте dpp-gpt-V2.1-Flash-90m.
Это базовая компактная языковая модель на 93М параметров, обученная полностью с нуля. Даже в сыром виде без файнтюнинга модель демонстрирует базовые навыки пошагового счета и перевода, зашитые напрямую в веса предобучения.
⚙️ Детали модели
- Параметры: 93M
- Слои / Размерность / Головы: 11 / 768 / 12
- Контекст: 4096 токенов
- Словарь: 32,768 токенов
- Формат: GGUF / PyTorch (.pth)
- Лицензия: Apache 2.0
📊 Обучающие данные (Претрейн)
- Объем датасета:
11.26 млрд токенов (121.1 токена на параметр). - Состав датасета:
- 💻 Код и программирование (в т.ч. Python): ~30%
- 🌍 Википедия (RU/EN/FR): ~20%
- 📚 Корпус CulturaX: ~15%
- 🧠 Cosmopedia (синтетические учебные тексты): ~10%
- 🧮 Математика, логика и параллельные корпуса для перевода: ~25%
💡 Важное руководство по промптам (Prompt Guide)
Так как это сырая базовая модель, она крайне чувствительна к синтаксису запроса. Если формат нарушен — логика генерации сломается. Разметка зашивалась в претрейн через формат ChatML, поэтому используйте строго следующие конструкции:
🌍 Базовый перевод
⚠️ Совет: Модель крайне чувствительна к формату вашего запроса. Чтобы получить стабильный и правильный перевод, пользователю необходимо начинать фразу с заглавной буквы, а также иногда экспериментировать с пунктуацией (наличие или отсутствие точки в конце запроса может поменять результат).
<|im_start|>user
Translate to russian: I love you.<|im_end|>
<|im_start|>assistant
Я люблю тебя.
🧮 Математический расчет (Chain-of-Thought)
Для активации пошагового решения используйте тег [THINK]:
<|im_start|>user
[THINK] 1523 - 659 + 234<|im_end|>
<|im_start|>assistant
(Модель сама продолжит текст, расписав вычитание и сложение по разрядам).
- Downloads last month
- 195
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
16-bit