Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

citiusLTL
/
ludoBETO

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

Instructions to use citiusLTL/ludoBETO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use citiusLTL/ludoBETO with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="citiusLTL/ludoBETO")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("citiusLTL/ludoBETO")
    model = AutoModelForMaskedLM.from_pretrained("citiusLTL/ludoBETO")
  • Notebooks
  • Google Colab
  • Kaggle
ludoBETO
441 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
EzraAragon's picture
EzraAragon
Update README.md
ff6a435 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.83 kB
    Update README.md 5 months ago
  • config.json
    672 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • generation_config.json
    90 Bytes
    Upload BertForMaskedLM almost 2 years ago
  • model.safetensors
    440 MB
    xet
    Upload BertForMaskedLM almost 2 years ago
  • o.svg
    2.12 kB
    Upload o.svg almost 2 years ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer almost 2 years ago
  • tokenizer.json
    729 kB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload tokenizer almost 2 years ago
  • vocab.txt
    242 kB
    Upload tokenizer almost 2 years ago