Text Generation
Transformers
GGUF
English
Japanese
imatrix
conversational
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="okamototk/Gemma-2-Llama-Swallow-2b-it-v0.1-gguf")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("okamototk/Gemma-2-Llama-Swallow-2b-it-v0.1-gguf", device_map="auto")
Quick Links

Gemma-2-Llama-Swallow GGUF

This model is quantized GGUF version of Gemma-2-Llama-Swallow. Performance degradation compared to the original model. Please check original information at Gemma-2-Llama Swallow.

License

Gemma Terms of Use and META LLAMA 3.3 COMMUNITY LICENSE

This model is built with Gemma and built with Llama.

Downloads last month
22
GGUF
Model size
3B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for okamototk/Gemma-2-Llama-Swallow-2b-it-v0.1-gguf

Quantized
(5)
this model

Dataset used to train okamototk/Gemma-2-Llama-Swallow-2b-it-v0.1-gguf