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
/
untrained-ossbert-e

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

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

  • Libraries
  • Transformers

    How to use ania3000/untrained-ossbert-e with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ania3000/untrained-ossbert-e")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ania3000/untrained-ossbert-e")
    model = AutoModelForMaskedLM.from_pretrained("ania3000/untrained-ossbert-e")
  • Notebooks
  • Google Colab
  • Kaggle
untrained-ossbert-e
421 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ania3000's picture
ania3000
Upload BertForMaskedLM
3e6d97b verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.17 kB
    Upload BertForMaskedLM 4 months ago
  • config.json
    774 Bytes
    Upload BertForMaskedLM 4 months ago
  • model.safetensors
    421 MB
    xet
    Upload BertForMaskedLM 4 months ago