Instructions to use napoler/chinese_roberta_L-4_H-512_rdrop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use napoler/chinese_roberta_L-4_H-512_rdrop with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="napoler/chinese_roberta_L-4_H-512_rdrop")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("napoler/chinese_roberta_L-4_H-512_rdrop") model = AutoModel.from_pretrained("napoler/chinese_roberta_L-4_H-512_rdrop") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Error:"language" must only contain lowercase characters
YAML Metadata Error:"language" with value "Chinese" is not valid. It must be an ISO 639-1, 639-2 or 639-3 code (two/three letters), or a special value like "code", "multilingual". If you want to use BCP-47 identifiers, you can specify them in language_bcp47.
chinese_roberta_L-4_H-512_rdrop
- Downloads last month
- 4