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

CouchCat
/
ma_ner_v7_distil

Token Classification
Transformers
PyTorch
English
distilbert
ner
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use CouchCat/ma_ner_v7_distil with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="CouchCat/ma_ner_v7_distil")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CouchCat/ma_ner_v7_distil")
    model = AutoModelForTokenClassification.from_pretrained("CouchCat/ma_ner_v7_distil")
  • Notebooks
  • Google Colab
  • Kaggle
ma_ner_v7_distil
261 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
CouchCat's picture
CouchCat
Update README.md
9dd0c9b about 5 years ago
  • .gitattributes
    690 Bytes
    initial commit about 5 years ago
  • README.md
    939 Bytes
    Update README.md about 5 years ago
  • config.json
    938 Bytes
    Revert files about 5 years 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
    Revert files about 5 years ago
  • special_tokens_map.json
    112 Bytes
    Add ner configs about 5 years ago
  • tokenizer_config.json
    305 Bytes
    Add ner configs about 5 years ago
  • vocab.txt
    213 kB
    Add ner configs about 5 years ago