eson's picture
add character glm
f0f84b2
raw
history blame
No virus
135 Bytes
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("thu-coai/CharacterGLM-6B", trust_remote_code=True)