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

pin
/
senda

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Danish
bert
danish
sentiment
polarity
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use pin/senda with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="pin/senda")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("pin/senda")
    model = AutoModelForSequenceClassification.from_pretrained("pin/senda")
  • Notebooks
  • Google Colab
  • Kaggle
senda
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
larskjeldgaard's picture
larskjeldgaard
handle merge conflicts
0ad8d19 over 4 years ago
  • .gitattributes
    736 Bytes
    allow flax about 5 years ago
  • README.md
    1.79 kB
    handle merge conflicts over 4 years ago
  • config.json
    948 Bytes
    add tf backend over 4 years ago
  • flax_model.msgpack
    442 MB
    xet
    upload flax model about 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    443 MB
    xet
    first release about 5 years ago
  • special_tokens_map.json
    112 Bytes
    first release about 5 years ago
  • tf_model.h5
    443 MB
    xet
    add tf backend over 4 years ago
  • tokenizer_config.json
    316 Bytes
    first release about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "torch.device"

    How to fix it?

    2.35 kB
    xet
    first release about 5 years ago
  • vocab.txt
    253 kB
    first release about 5 years ago