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

guillermoruiz
/
bilmaLAT

Fill-Mask
Transformers
Safetensors
Spanish
roberta
nlp
español
mml
bilma
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use guillermoruiz/bilmaLAT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="guillermoruiz/bilmaLAT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("guillermoruiz/bilmaLAT")
    model = AutoModelForMaskedLM.from_pretrained("guillermoruiz/bilmaLAT")
  • Notebooks
  • Google Colab
  • Kaggle
bilmaLAT
436 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
guillermoruiz's picture
guillermoruiz
Update tokenizer_config.json
073e47e verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    2.44 kB
    Update README.md 7 months ago
  • added_tokens.json
    129 Bytes
    Upload tokenizer about 1 year ago
  • config.json
    669 Bytes
    Upload RobertaForMaskedLM about 1 year ago
  • model.safetensors
    435 MB
    xet
    Upload RobertaForMaskedLM about 1 year ago
  • special_tokens_map.json
    970 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    665 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    2.46 kB
    Update tokenizer_config.json 4 months ago
  • vocab.txt
    192 kB
    Upload tokenizer about 1 year ago