Edit model card

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_id = "I-BRICKS/Cerebro_BM_solar_v01"
model = AutoModelForCausalLM.from_pretrained(
        model_id,
        torch_dtype=torch.float16,
        device_map='auto'
)
tokenizer = AutoTokenizer.from_pretrained(model_id)

Correspond

Model Developer : YoungWoo Nam

Company : I-BRICKS

Downloads last month
1,841
Safetensors
Model size
10.7B params
Tensor type
BF16
Β·
Inference Examples
Inference API (serverless) is not available, repository is disabled.

Model tree for I-BRICKS/Cerebro_BM_solar_v01

Quantizations
3 models

Spaces using I-BRICKS/Cerebro_BM_solar_v01 3