--- base_model: None1145/ChatGLM3-6B-Theresa datasets: - None1145/Theresa base_model_relation: quantized language: - zh library_name: transformers license: apache-2.0 quantized_by: None1145 tags: - Theresa - Arknights - 特蕾西娅 - 魔王 - ChatGLM - ChatGLM3 - 明日方舟 pipeline_tag: text-generation --- ## Model Introduction These models are based on the audio training of Theresa from Arknights ## Chat ```bash git clone --recursive https://github.com/li-plus/chatglm.cpp.git && cd chatglm.cpp cmake -B build cmake --build build -j --config Release ./build/bin/main -m ChatGLM3-6B-Theresa-GGML-Q8_0.bin -p 你好 -s "请扮演特蕾西娅" # 现在我们出去走走,好吗? ```