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

djelia
/
bm-xlm-roberta-base

Fill-Mask
Transformers
Safetensors
Bambara
xlm-roberta
Model card Files Files and versions
xet
Community

Instructions to use djelia/bm-xlm-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use djelia/bm-xlm-roberta-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="djelia/bm-xlm-roberta-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("djelia/bm-xlm-roberta-base")
    model = AutoModelForMaskedLM.from_pretrained("djelia/bm-xlm-roberta-base")
  • Notebooks
  • Google Colab
  • Kaggle
bm-xlm-roberta-base
1.14 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
oza75's picture
oza75
Update README.md
ed1595b verified 4 months ago
  • .gitattributes
    1.57 kB
    Upload tokenizer 4 months ago
  • README.md
    388 Bytes
    Update README.md 4 months ago
  • config.json
    748 Bytes
    Upload XLMRobertaForMaskedLM 4 months ago
  • model.safetensors
    1.12 GB
    xet
    Upload XLMRobertaForMaskedLM 4 months ago
  • tokenizer.json
    17 MB
    xet
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    405 Bytes
    Upload tokenizer 4 months ago