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

oliverguhr
/
german-sentiment-bert

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
ONNX
Safetensors
German
bert
sentiment
Model card Files Files and versions
xet
Community
5

Instructions to use oliverguhr/german-sentiment-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use oliverguhr/german-sentiment-bert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="oliverguhr/german-sentiment-bert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("oliverguhr/german-sentiment-bert")
    model = AutoModelForSequenceClassification.from_pretrained("oliverguhr/german-sentiment-bert")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
german-sentiment-bert
Ctrl+K
Ctrl+K
  • 6 contributors
History: 22 commits
oliverguhr's picture
oliverguhr
mrm8848's picture
mrm8848
Adding ONNX file of this model (#5)
b1177ff verified about 1 year ago
  • onnx
    Adding ONNX file of this model (#5) about 1 year ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • README.md
    4.08 kB
    Update README.md over 3 years ago
  • config.json
    665 Bytes
    Update config.json about 6 years ago
  • eval_results_germansentiment.txt
    1.7 kB
    Update eval_results_germansentiment.txt about 6 years ago
  • flax_model.msgpack
    436 MB
    xet
    upload flax model about 5 years ago
  • model.safetensors
    436 MB
    xet
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    436 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • special_tokens_map.json
    112 Bytes
    Update special_tokens_map.json about 6 years ago
  • tf_model.h5
    437 MB
    xet
    Add TF weights almost 4 years ago
  • tokenizer_config.json
    161 Bytes
    Update tokenizer_config.json about 6 years ago
  • training_args.bin

    Detected Pickle imports (2)

    • "transformers.training_args.TrainingArguments",
    • "torch.device"

    How to fix it?

    955 Bytes
    xet
    Update training_args.bin about 6 years ago
  • vocab.txt
    255 kB
    Update vocab.txt about 6 years ago