clue/roberta_chinese_3L312_clue_tiny
2111
Introduction
This model was trained on TPU and the details are as follows:
Model
Usage
With the help ofHuggingface-Transformers 2.5.1, you could use these model as follows
tokenizer = BertTokenizer.from_pretrained("MODEL_NAME")
model = BertModel.from_pretrained("MODEL_NAME")MODEL_NAME:
Details
Please read <a href='https://arxiv.org/pdf/2003.01355'>https://arxiv.org/pdf/2003.01355.
Please visit our repository: https://github.com/CLUEbenchmark/CLUEPretrainedModels.git
