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

failed09
/
bashkir-roberta

Fill-Mask
Transformers
ONNX
Safetensors
Bashkir
bashkir-roberta-preln
bashkir
masked-language-modeling
roberta
sentencepiece
custom-code
onnxruntime
custom_code
Model card Files Files and versions
xet
Community

Instructions to use failed09/bashkir-roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use failed09/bashkir-roberta with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="failed09/bashkir-roberta", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForMaskedLM
    model = AutoModelForMaskedLM.from_pretrained("failed09/bashkir-roberta", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bashkir-roberta / onnx
182 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
failed09's picture
failed09
Add quantized INT8 ONNX model export (58 MB)
8a41c86 verified 8 days ago
  • model_fp16.onnx
    121 MB
    xet
    Add FP16 ONNX model export (95 MB) 8 days ago
  • model_int8.onnx
    60.9 MB
    xet
    Add quantized INT8 ONNX model export (58 MB) 8 days ago