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-NER

Token Classification
Transformers
PyTorch
Swedish
bert
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use RecordedFuture/Swedish-NER with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="RecordedFuture/Swedish-NER")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("RecordedFuture/Swedish-NER")
    model = AutoModelForTokenClassification.from_pretrained("RecordedFuture/Swedish-NER")
  • Notebooks
  • Google Colab
  • Kaggle
Swedish-NER
993 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
a1aa1f1 over 3 years ago
  • .gitattributes
    744 Bytes
    Adding `safetensors` variant of this model over 3 years ago
  • README.md
    1.21 kB
    added README about 5 years ago
  • config.json
    1.22 kB
    added num labels to config about 5 years ago
  • model.safetensors
    496 MB
    xet
    Adding `safetensors` variant of this model over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    497 MB
    xet
    initial commit about 5 years ago
  • special_tokens_map.json
    112 Bytes
    initial commit about 5 years ago
  • tokenizer_config.json
    492 Bytes
    initial commit about 5 years ago
  • trainer_state.json
    4.35 kB
    initial commit about 5 years ago
  • training_args.bin

    Detected Pickle imports (4)

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

    How to fix it?

    2.35 kB
    xet
    initial commit about 5 years ago
  • vocab.txt
    399 kB
    initial commit about 5 years ago