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

hplisiecki
/
word2affect_german

Text Classification
Transformers
PyTorch
Safetensors
German
bert
feature-extraction
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use hplisiecki/word2affect_german with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="hplisiecki/word2affect_german")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("hplisiecki/word2affect_german")
    model = AutoModel.from_pretrained("hplisiecki/word2affect_german")
  • Notebooks
  • Google Colab
  • Kaggle
word2affect_german
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
hplisiecki's picture
hplisiecki
Update README.md
a537538 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    2.81 kB
    Update README.md over 1 year ago
  • config.json
    661 Bytes
    Upload 8 files almost 2 years ago
  • model.safetensors
    440 MB
    xet
    Upload 8 files almost 2 years ago
  • model_script.py
    1.77 kB
    Upload 8 files almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    447 MB
    xet
    Upload 8 files almost 2 years ago
  • special_tokens_map.json
    132 Bytes
    Upload 8 files almost 2 years ago
  • tokenizer.json
    737 kB
    Upload 8 files almost 2 years ago
  • tokenizer_config.json
    1.32 kB
    Upload 8 files almost 2 years ago
  • vocab.txt
    247 kB
    Upload 8 files almost 2 years ago