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

  • Log In
  • Sign Up

claudios
/
cubert-20210711-Java-512

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

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

  • Libraries
  • Transformers

    How to use claudios/cubert-20210711-Java-512 with Transformers:

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