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

JP040
/
bert-german-sentiment-twitter

Text Classification
Transformers
PyTorch
JAX
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use JP040/bert-german-sentiment-twitter with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JP040/bert-german-sentiment-twitter")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JP040/bert-german-sentiment-twitter")
    model = AutoModelForSequenceClassification.from_pretrained("JP040/bert-german-sentiment-twitter")
  • Notebooks
  • Google Colab
  • Kaggle
bert-german-sentiment-twitter
873 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
patrickvonplaten's picture
patrickvonplaten
upload flax model
491f727 almost 5 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • config.json
    852 Bytes
    First commit of bert-german-sentiment-twitter about 5 years ago
  • flax_model.msgpack
    436 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin
    436 MB
    xet
    First commit of bert-german-sentiment-twitter about 5 years ago
  • special_tokens_map.json
    112 Bytes
    First commit of bert-german-sentiment-twitter about 5 years ago
  • tokenizer_config.json
    538 Bytes
    First commit of bert-german-sentiment-twitter about 5 years ago
  • vocab.txt
    255 kB
    First commit of bert-german-sentiment-twitter about 5 years ago