Model Introduction

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

Chat

>>> from transformers import AutoTokenizer, AutoModel
>>> tokenizer = AutoTokenizer.from_pretrained("None1145/ChatGLM3-6B-Theresa", trust_remote_code=True)
>>> model = AutoModel.from_pretrained("None1145/ChatGLM3-6B-Theresa", trust_remote_code=True).half().cuda()
>>> system_prompt = "请扮演特蕾西娅"
>>> response, history = model.chat(tokenizer, "你好", history=[])
>>> print(response)
现在我们出去走走,好吗?
>>> response, history = model.chat(tokenizer, "好啊,特蕾西娅小姐", history=history)
>>> print(response)
让我们到那片小草地上看看吧,阿米娅。
Downloads last month
4
Safetensors
Model size
6.24B params
Tensor type
FP16
·
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/ChatGLM3-6B-Theresa

Base model

THUDM/chatglm3-6b
Finetuned
(4)
this model
Quantizations
1 model

Dataset used to train None1145/ChatGLM3-6B-Theresa