Create tokenizer_config.json fba1183 verified
xu song commited on
How to use clue/roberta_chinese_clue_tiny with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("clue/roberta_chinese_clue_tiny", device_map="auto")