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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

metythorn
/
khmer-xlm-roberta-small

Fill-Mask
Transformers
Safetensors
PyTorch
Khmer
xlm-roberta
khmer
masked-lm
Model card Files Files and versions
xet
Community

Instructions to use metythorn/khmer-xlm-roberta-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use metythorn/khmer-xlm-roberta-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="metythorn/khmer-xlm-roberta-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("metythorn/khmer-xlm-roberta-small")
    model = AutoModelForMaskedLM.from_pretrained("metythorn/khmer-xlm-roberta-small", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
khmer-xlm-roberta-small
376 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
metythorn's picture
metythorn
Add comprehensive model card
85476b7 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.88 kB
    Add comprehensive model card about 1 year ago
  • config.json
    667 Bytes
    Upload XLM-RoBERTa Khmer model (checkpoint-13500) about 1 year ago
  • model.safetensors
    375 MB
    xet
    Upload XLM-RoBERTa Khmer model (checkpoint-2237500) about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Upload tokenizer (checkpoint-13500) about 1 year ago
  • tokenizer.json
    831 kB
    Upload tokenizer (checkpoint-13500) about 1 year ago
  • tokenizer_config.json
    1.18 kB
    Upload tokenizer (checkpoint-13500) about 1 year ago