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

songhieng
/
KhmerRoberta-MLM

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

Instructions to use songhieng/KhmerRoberta-MLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use songhieng/KhmerRoberta-MLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="songhieng/KhmerRoberta-MLM")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("songhieng/KhmerRoberta-MLM")
    model = AutoModelForMaskedLM.from_pretrained("songhieng/KhmerRoberta-MLM")
  • Notebooks
  • Google Colab
  • Kaggle
KhmerRoberta-MLM
205 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
songhieng's picture
songhieng
Upload tokenizer
aee0c31 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.17 kB
    Upload RobertaForMaskedLM 11 months ago
  • added_tokens.json
    18 Bytes
    Upload tokenizer 11 months ago
  • config.json
    690 Bytes
    Upload RobertaForMaskedLM 11 months ago
  • merges.txt
    32 Bytes
    Upload tokenizer 11 months ago
  • model.safetensors
    205 MB
    xet
    Upload RobertaForMaskedLM 11 months ago
  • special_tokens_map.json
    958 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    6.31 kB
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    1.42 kB
    Upload tokenizer 11 months ago
  • vocab.json
    2.19 kB
    Upload tokenizer 11 months ago