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

RecordedFuture
/
Swedish-Sentiment-Fear-Targets

Token Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Swedish
bert
Model card Files Files and versions
xet
Community
1

Instructions to use RecordedFuture/Swedish-Sentiment-Fear-Targets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RecordedFuture/Swedish-Sentiment-Fear-Targets with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="RecordedFuture/Swedish-Sentiment-Fear-Targets")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("RecordedFuture/Swedish-Sentiment-Fear-Targets")
    model = AutoModelForTokenClassification.from_pretrained("RecordedFuture/Swedish-Sentiment-Fear-Targets")
  • Notebooks
  • Google Colab
  • Kaggle
Swedish-Sentiment-Fear-Targets
1.49 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
FredrikMoller's picture
FredrikMoller
added labels to config
49874d4 almost 5 years ago
  • .gitattributes
    736 Bytes
    allow flax almost 5 years ago
  • README.md
    3.07 kB
    first release of the fear target model about 5 years ago
  • config.json
    829 Bytes
    added labels to config almost 5 years ago
  • flax_model.msgpack
    496 MB
    xet
    upload flax model almost 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    496 MB
    xet
    first release of the fear target model about 5 years ago
  • special_tokens_map.json
    112 Bytes
    first release of the fear target model about 5 years ago
  • tf_model.h5
    497 MB
    xet
    first release of the fear target model about 5 years ago
  • tokenizer_config.json
    492 Bytes
    first release of the fear target model about 5 years ago
  • trainer_state.json
    3.67 kB
    first release of the fear target model about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.35 kB
    xet
    first release of the fear target model about 5 years ago
  • vocab.txt
    399 kB
    first release of the fear target model about 5 years ago