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

  • Log In
  • Sign Up

codingJacob
/
distilbert-base-uncased-finetuned-ner

Token Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
3

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

  • Libraries
  • Transformers

    How to use codingJacob/distilbert-base-uncased-finetuned-ner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="codingJacob/distilbert-base-uncased-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("codingJacob/distilbert-base-uncased-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("codingJacob/distilbert-base-uncased-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-uncased-finetuned-ner
266 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
codingJacob's picture
codingJacob
lewtun's picture
lewtun HF Staff
Align label mapping with conll2003 dataset (#1)
a341de1 almost 4 years ago
  • runs
    add model almost 5 years ago
  • .gitattributes
    737 Bytes
    initial commit almost 5 years ago
  • .gitignore
    13 Bytes
    add model almost 5 years ago
  • README.md
    1.99 kB
    add model almost 5 years ago
  • config.json
    903 Bytes
    Align label mapping with conll2003 dataset (#1) almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    266 MB
    xet
    add model almost 5 years ago
  • special_tokens_map.json
    112 Bytes
    add model almost 5 years ago
  • tokenizer.json
    466 kB
    add model almost 5 years ago
  • tokenizer_config.json
    333 Bytes
    add model almost 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.67 kB
    xet
    add model almost 5 years ago
  • vocab.txt
    232 kB
    add model almost 5 years ago