Edit model card

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 Examples
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.

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

Finetuned
(355)
this model
Quantizations
1 model

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