Edit model card

senseable/Trillama-8B AWQ

Model Summary

Trillama-8B is a 8B LLM that builds upon the foundation of Llama-3-8B, the lastest model from Meta. It's a fine-tune focused on improving the model's already strong logic and reasoning.

import transformers
import torch

model_id = "senseable/Trillama-8B"

pipeline = transformers.pipeline(
    "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto"
)
pipeline("Explain the meaning of life.")
Downloads last month
3
Safetensors
Model size
1.98B params
Tensor type
I32
·
FP16
·
Inference API (serverless) has been turned off for this model.

Collection including solidrust/Trillama-8B-AWQ