Model Introduction

These models are based on the text training of Theresa from Arknights

Chat

import transformers
import torch

ver = "ver0.2"
model_id = "None1145/Llama-3-8B-Theresa/{ver}"

pipeline = transformers.pipeline(
    "text-generation", model=model_id, model_kwargs={"torch_dtype": torch.bfloat16}, device_map="auto"
)
pipeline("你好")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Model tree for None1145/Llama-3-8B-Theresa

Finetuned
(393)
this model
Quantizations
1 model

Dataset used to train None1145/Llama-3-8B-Theresa