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

openchs
/
ner_distillbert_v1

Token Classification
Scikit-learn
PyTorch
TensorBoard
Safetensors
Transformers
English
distilbert
ner
mlflow
openchs
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
4

Instructions to use openchs/ner_distillbert_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use openchs/ner_distillbert_v1 with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("openchs/ner_distillbert_v1", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Transformers

    How to use openchs/ner_distillbert_v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="openchs/ner_distillbert_v1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("openchs/ner_distillbert_v1")
    model = AutoModelForTokenClassification.from_pretrained("openchs/ner_distillbert_v1")
  • Notebooks
  • Google Colab
  • Kaggle
ner_distillbert_v1
523 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 8 commits
marlonbino's picture
marlonbino
Update model to version 4
85a9e9d verified 7 months ago
  • logs
    Update model to version 4 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    3.14 kB
    Update model to version 4 7 months ago
  • config.json
    916 Bytes
    Update model to version 4 7 months ago
  • export_metadata.json
    739 Bytes
    Upload folder using huggingface_hub 8 months ago
  • inference.py
    738 Bytes
    Upload folder using huggingface_hub 8 months ago
  • label_mappings.json
    432 Bytes
    version 2 of distilbert ner model 8 months ago
  • metadata.json
    1.59 kB
    Update model to version 4 7 months ago
  • metrics_v2.json
    302 Bytes
    updated v2 model metrics 8 months ago
  • model.safetensors
    261 MB
    xet
    Update model to version 4 7 months ago
  • model_info.json
    5.99 kB
    Upload folder using huggingface_hub 8 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    261 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • requirements.txt
    18 Bytes
    Upload folder using huggingface_hub 8 months ago
  • special_tokens_map.json
    695 Bytes
    Update model to version 4 7 months ago
  • tokenizer.json
    669 kB
    version 2 of distilbert ner model 8 months ago
  • tokenizer_config.json
    1.42 kB
    Update model to version 4 7 months ago
  • vocab.txt
    213 kB
    version 2 of distilbert ner model 8 months ago