YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Quasar

Quasar is a causal language model checkpoint compatible with the Transformers library. The files in this repository are intended for text generation and evaluation.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "Neeze/Quasar"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto")
Downloads last month
18
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support