YAPPERTAR-ai-1.0
Collection
Модели искусственного интелекта для генерации текста. Серия 1.0. • 5 items • Updated • 1
How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Adapters:
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined")
model.load_adapter("Fantominsight/YAPPERTAR-ai-32B-1.0", set_active=True)How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Fantominsight/YAPPERTAR-ai-32B-1.0", filename="YAPPERTAR-ai-thinking-v1-32B_Q2_K.gguf", )
llm.create_chat_completion(
messages = [
{
"role": "user",
"content": "What is the capital of France?"
}
]
)How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K # Run inference directly in the terminal: llama-cli -hf Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K # Run inference directly in the terminal: llama-cli -hf Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
# 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 Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K # Run inference directly in the terminal: ./llama-cli -hf Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
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 Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
docker model run hf.co/Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Fantominsight/YAPPERTAR-ai-32B-1.0"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "Fantominsight/YAPPERTAR-ai-32B-1.0",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker model run hf.co/Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Ollama:
ollama run hf.co/Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Unsloth Studio:
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 Fantominsight/YAPPERTAR-ai-32B-1.0 to start chatting
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 Fantominsight/YAPPERTAR-ai-32B-1.0 to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Fantominsight/YAPPERTAR-ai-32B-1.0 to start chatting
How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Docker Model Runner:
docker model run hf.co/Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
How to use Fantominsight/YAPPERTAR-ai-32B-1.0 with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Fantominsight/YAPPERTAR-ai-32B-1.0:Q2_K
lemonade run user.YAPPERTAR-ai-32B-1.0-Q2_K
lemonade list
Это более серъёзная модель для генерации текста.
Содержит 32 миллиарда параметров в формате GGUF.
На основе **Qwen2**, но права принадлежат DeepSeek-AI.
Эта модель на основе DeepSeek R1 Distill Qwen 32B.
Запускается в GPT4ALL, LMStudio, Ollama и д.р с поддержкой lamma.cpp GGUF.
2-bit
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-32B