How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Fantominsight/YAPPERTAR-ai-5B-1.0")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Fantominsight/YAPPERTAR-ai-5B-1.0", dtype="auto")
Quick Links
A newer version of this model is available: Fantominsight/YAPPERTAR-ai-32B-1.0
Это флагманская, быстрая, лёгкая модель
для генерации ткста с пятью миллиардами
параметров на основе модели и её архитектуры
семейства моделей Qwen2 от AlibabaCloud.
По лицензии права принадлежат Alibaba.
Мы команда ФантомИнсайт дообучили Qwen2-5B 
под себя. Мы не крадём, мы честно распростроняем
как семейство моделей YAPPERTAR-1.0 на основе **Qwen2**.
Формат GGUF llama.cpp. Запускается в LMStudio, GPT4ALL, Ollama и д.р 
с поддержкой GGUF. Требуется минимум 8-12 ГБ ОЗУ или видеопамяти. 
Downloads last month
773
Safetensors
Model size
5B params
Tensor type
BF16
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including Fantominsight/YAPPERTAR-ai-5B-1.0