Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

textminr
/
ner-distilbert

Token Classification
Transformers
PyTorch
Safetensors
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use textminr/ner-distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use textminr/ner-distilbert with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="textminr/ner-distilbert")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("textminr/ner-distilbert")
    model = AutoModelForTokenClassification.from_pretrained("textminr/ner-distilbert")
  • Notebooks
  • Google Colab
  • Kaggle
ner-distilbert
522 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
asuender's picture
asuender
End of training
c21d8c0 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.96 kB
    End of training over 2 years ago
  • added_tokens.json
    82 Bytes
    End of training over 2 years ago
  • config.json
    718 Bytes
    End of training over 2 years ago
  • model.safetensors
    261 MB
    xet
    Upload DistilBertForTokenClassification over 2 years ago
  • pytorch_model.bin
    261 MB
    xet
    End of training over 2 years ago
  • special_tokens_map.json
    125 Bytes
    End of training over 2 years ago
  • tokenizer.json
    669 kB
    End of training over 2 years ago
  • tokenizer_config.json
    1.26 kB
    End of training over 2 years ago
  • training_args.bin

    Detected Pickle imports (8)

    • "transformers.training_args.TrainingArguments",
    • "accelerate.utils.dataclasses.DistributedType",
    • "torch.device",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args.OptimizerNames"

    How to fix it?

    4.47 kB
    xet
    End of training over 2 years ago
  • vocab.txt
    213 kB
    End of training over 2 years ago