Instructions to use claudios/cubert-20210711-Python-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use claudios/cubert-20210711-Python-512 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="claudios/cubert-20210711-Python-512")# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("claudios/cubert-20210711-Python-512") model = AutoModelForPreTraining.from_pretrained("claudios/cubert-20210711-Python-512") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5668463 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5dad960c192277eab12b96ca0f5247501c73521d55f6074480be863ef2487461
size 1422999664
|