Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

aari1995
/
German_Sentiment

Text Classification
Transformers
PyTorch
Safetensors
German
bert
deepset/gbert-large
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use aari1995/German_Sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="aari1995/German_Sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("aari1995/German_Sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("aari1995/German_Sentiment")
  • Notebooks
  • Google Colab
  • Kaggle
German_Sentiment
2.69 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
aari1995's picture
aari1995
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
8910abb almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • README.md
    856 Bytes
    Update README.md almost 3 years ago
  • config.json
    851 Bytes
    Update config.json almost 3 years ago
  • model.safetensors
    1.34 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    1.34 GB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer.json
    729 kB
    Training in progress, epoch 1 almost 3 years ago
  • tokenizer_config.json
    386 Bytes
    Training in progress, epoch 1 almost 3 years ago
  • training_args.bin
    3.9 kB
    xet
    Training in progress, epoch 1 almost 3 years ago
  • vocab.txt
    240 kB
    Training in progress, epoch 1 almost 3 years ago