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("你好")
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.