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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Bhavya54
/
sponsor-ner-model

Token Classification
Transformers
Safetensors
bert
sponsor-ner
fine-tuned
youtube
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Bhavya54/sponsor-ner-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Bhavya54/sponsor-ner-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Bhavya54/sponsor-ner-model")
    model = AutoModelForTokenClassification.from_pretrained("Bhavya54/sponsor-ner-model")
  • Notebooks
  • Google Colab
  • Kaggle
sponsor-ner-model
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Bhavya54's picture
Bhavya54
Update README.md
503b972 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    3.3 kB
    Update README.md about 1 year ago
  • config.json
    845 Bytes
    Rename brand_url_ner_model/config.json to config.json about 1 year ago
  • model.safetensors
    436 MB
    xet
    Rename brand_url_ner_model/model.safetensors to model.safetensors about 1 year ago
  • special_tokens_map.json
    125 Bytes
    Rename brand_url_ner_model/special_tokens_map.json to special_tokens_map.json about 1 year ago
  • tokenizer.json
    712 kB
    Rename brand_url_ner_model/tokenizer.json to tokenizer.json about 1 year ago
  • tokenizer_config.json
    1.22 kB
    Rename brand_url_ner_model/tokenizer_config.json to tokenizer_config.json about 1 year ago
  • vocab.txt
    232 kB
    Rename brand_url_ner_model/vocab.txt to vocab.txt about 1 year ago