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

alexandrainst
/
da-sentiment-base

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Danish
bert
Model card Files Files and versions
xet
Community
4

Instructions to use alexandrainst/da-sentiment-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use alexandrainst/da-sentiment-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="alexandrainst/da-sentiment-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("alexandrainst/da-sentiment-base")
    model = AutoModelForSequenceClassification.from_pretrained("alexandrainst/da-sentiment-base")
  • Notebooks
  • Google Colab
  • Kaggle
da-sentiment-base
886 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 6 commits
elishowk's picture
elishowk
Automatic correction of README.md metadata. Contact website@huggingface.co for any question
2a4e7c0 over 4 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • README.md
    1.18 kB
    Automatic correction of README.md metadata. Contact website@huggingface.co for any question over 4 years ago
  • added_tokens.json
    2 Bytes
    First version of the da-bert-tone-sentiment-polarity model and tokenizer. almost 5 years ago
  • config.json
    1.03 kB
    update labels almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    First version of the da-bert-tone-sentiment-polarity model and tokenizer. almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    First version of the da-bert-tone-sentiment-polarity model and tokenizer. almost 5 years ago
  • tf_model.h5
    443 MB
    xet
    First version of the da-bert-tone-sentiment-polarity model and tokenizer. almost 5 years ago
  • tokenizer_config.json
    42 Bytes
    First version of the da-bert-tone-sentiment-polarity model and tokenizer. almost 5 years ago
  • vocab.txt
    255 kB
    First version of the da-bert-tone-sentiment-polarity model and tokenizer. almost 5 years ago