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

lothritz
/
Lb_GottBERT

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

Instructions to use lothritz/Lb_GottBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lothritz/Lb_GottBERT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="lothritz/Lb_GottBERT")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("lothritz/Lb_GottBERT")
    model = AutoModelForMaskedLM.from_pretrained("lothritz/Lb_GottBERT")
  • Notebooks
  • Google Colab
  • Kaggle
Lb_GottBERT
1.01 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
3703d30 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    697 Bytes
    Upload 4 files almost 3 years ago
  • model.safetensors
    504 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin
    504 MB
    xet
    Upload 4 files almost 3 years ago
  • vocab.txt
    233 kB
    Upload vocab.txt almost 3 years ago