How to use from
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 QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
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 QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
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 QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
Use Docker
docker model run hf.co/QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF:
Quick Links

QuantFactory Banner

QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF

This is quantized version of prithivMLmods/Llama-SmolTalk-3.2-1B-Instruct created using llama.cpp

Original Model Card

Updated Files for Model Uploads 🤗

File Name [ Updated Files ] Size Description Upload Status
.gitattributes 1.57 kB Git attributes configuration file Uploaded
README.md 42 Bytes Initial README Uploaded
config.json 1.03 kB Configuration file Uploaded
generation_config.json 248 Bytes Configuration for text generation Uploaded
pytorch_model.bin 2.47 GB PyTorch model weights Uploaded (LFS)
special_tokens_map.json 477 Bytes Special token mappings Uploaded
tokenizer.json 17.2 MB Tokenizer configuration Uploaded (LFS)
tokenizer_config.json 57.4 kB Additional tokenizer settings Uploaded
Model Type Size Context Length Link
GGUF 1B - 🤗 Llama-SmolTalk-3.2-1B-Instruct-GGUF

The Llama-SmolTalk-3.2-1B-Instruct model is a lightweight, instruction-tuned model designed for efficient text generation and conversational AI tasks. With a 1B parameter architecture, this model strikes a balance between performance and resource efficiency, making it ideal for applications requiring concise, contextually relevant outputs. The model has been fine-tuned to deliver robust instruction-following capabilities, catering to both structured and open-ended queries.

Key Features:

  1. Instruction-Tuned Performance: Optimized to understand and execute user-provided instructions across diverse domains.
  2. Lightweight Architecture: With just 1 billion parameters, the model provides efficient computation and storage without compromising output quality.
  3. Versatile Use Cases: Suitable for tasks like content generation, conversational interfaces, and basic problem-solving.

Intended Applications:

  • Conversational AI: Engage users with dynamic and contextually aware dialogue.
  • Content Generation: Produce summaries, explanations, or other creative text outputs efficiently.
  • Instruction Execution: Follow user commands to generate precise and relevant responses.

Technical Details:

The model leverages PyTorch for training and inference, with a tokenizer optimized for seamless text input processing. It comes with essential configuration files, including config.json, generation_config.json, and tokenization files (tokenizer.json and special_tokens_map.json). The primary weights are stored in a PyTorch binary format (pytorch_model.bin), ensuring easy integration with existing workflows.

Model Type: GGUF
Size: 1B Parameters

The Llama-SmolTalk-3.2-1B-Instruct model is an excellent choice for lightweight text generation tasks, offering a blend of efficiency and effectiveness for a wide range of applications.

Downloads last month
301
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF

Quantized
(422)
this model

Dataset used to train QuantFactory/Llama-SmolTalk-3.2-1B-Instruct-GGUF