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

ania3000
/
demo-ossbert

Fill-Mask
Transformers
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use ania3000/demo-ossbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ania3000/demo-ossbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ania3000/demo-ossbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ania3000/demo-ossbert")
    model = AutoModelForMaskedLM.from_pretrained("ania3000/demo-ossbert")
  • Notebooks
  • Google Colab
  • Kaggle
demo-ossbert
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ania3000's picture
ania3000
End of training
82cebfc verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.02 kB
    End of training 4 months ago
  • config.json
    775 Bytes
    End of training 4 months ago
  • model.safetensors
    712 MB
    xet
    End of training 4 months ago
  • special_tokens_map.json
    695 Bytes
    End of training 4 months ago
  • tokenizer.json
    2.92 MB
    End of training 4 months ago
  • tokenizer_config.json
    1.25 kB
    End of training 4 months ago
  • training_args.bin
    5.84 kB
    xet
    End of training 4 months ago
  • vocab.txt
    996 kB
    End of training 4 months ago