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

thepian
/
checkpoints

Token Classification
Transformers
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use thepian/checkpoints with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="thepian/checkpoints")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("thepian/checkpoints")
    model = AutoModelForTokenClassification.from_pretrained("thepian/checkpoints")
  • Notebooks
  • Google Colab
  • Kaggle
checkpoints
873 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
thepian's picture
thepian
Fine-tuned on product search domain (brand, product name, origin)
93c37e8 verified 2 months ago
  • best
    Fine-tuned on product search domain (brand, product name, origin) 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    1.5 kB
    Fine-tuned on product search domain (brand, product name, origin) 2 months ago
  • config.json
    2.45 kB
    Fine-tuned on product search domain (brand, product name, origin) 2 months ago
  • model.safetensors
    436 MB
    xet
    Fine-tuned on product search domain (brand, product name, origin) 2 months ago
  • special_tokens_map.json
    695 Bytes
    Fine-tuned on eco-products domain (brand, product name, origin) 2 months ago
  • tokenizer.json
    711 kB
    Fine-tuned on eco-products domain (brand, product name, origin) 2 months ago
  • tokenizer_config.json
    1.33 kB
    Fine-tuned on eco-products domain (brand, product name, origin) 2 months ago
  • training_args.bin
    5.97 kB
    xet
    Fine-tuned on product search domain (brand, product name, origin) 2 months ago
  • vocab.txt
    232 kB
    Fine-tuned on eco-products domain (brand, product name, origin) 2 months ago