Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

claudios
/
cubert-20210711-Python-1024

Fill-Mask
Transformers
Safetensors
bert
pretraining
code
cubert
Model card Files Files and versions
xet
Community

Instructions to use claudios/cubert-20210711-Python-1024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use claudios/cubert-20210711-Python-1024 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="claudios/cubert-20210711-Python-1024")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("claudios/cubert-20210711-Python-1024")
    model = AutoModelForPreTraining.from_pretrained("claudios/cubert-20210711-Python-1024")
  • Notebooks
  • Google Colab
  • Kaggle
cubert-20210711-Python-1024
1.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
claudios's picture
claudios
Create README.md
9e7a6b2 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.01 kB
    Create README.md about 2 years ago
  • config.json
    653 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    1.43 GB
    xet
    Upload folder using huggingface_hub about 2 years ago