Spaces:
Running
Running
File size: 135 Bytes
f0f84b2 |
1 2 3 4 5 |
from transformers import AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("thu-coai/CharacterGLM-6B", trust_remote_code=True)
|