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

GottBERT
/
GottBERT_base_last

Fill-Mask
Transformers
PyTorch
JAX
Safetensors
German
roberta
RoBERTa
GottBERT
BERT
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use GottBERT/GottBERT_base_last with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="GottBERT/GottBERT_base_last")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("GottBERT/GottBERT_base_last")
    model = AutoModelForMaskedLM.from_pretrained("GottBERT/GottBERT_base_last")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
GottBERT_base_last
1.52 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 14 commits
Raphael Scheible
nielsr's picture
nielsr HF Staff
Add link to paper (#3)
ef1c549 verified over 1 year ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • LICENSE
    1.17 kB
    Update LICENSE over 4 years ago
  • README.md
    6.65 kB
    Add link to paper (#3) over 1 year ago
  • config.json
    516 Bytes
    initial commit over 5 years ago
  • flax_model.msgpack
    504 MB
    xet
    upload flax model almost 5 years ago
  • merges.txt
    536 kB
    initial commit over 5 years ago
  • model.safetensors
    507 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    507 MB
    xet
    initial commit over 5 years ago
  • vocab.json
    994 kB
    initial commit over 5 years ago