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("你好")
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.