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

cogito233
/
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 cogito233/distilbert-base-uncased-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

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

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="cogito233/distilbert-base-uncased-finetuned-ner")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cogito233/distilbert-base-uncased-finetuned-ner")
    model = AutoModelForTokenClassification.from_pretrained("cogito233/distilbert-base-uncased-finetuned-ner")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-uncased-finetuned-ner
266 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
3v324v23's picture
3v324v23
add model
a7a0147 almost 5 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
    944 Bytes
    add model almost 5 years ago
  • pytorch_model.bin
    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.SchedulerType",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy"

    How to fix it?

    2.67 kB
    xet
    add model almost 5 years ago
  • vocab.txt
    232 kB
    add model almost 5 years ago