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

KpRT
/
task-t2

Token Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use KpRT/task-t2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use KpRT/task-t2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="KpRT/task-t2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("KpRT/task-t2")
    model = AutoModelForTokenClassification.from_pretrained("KpRT/task-t2")
  • Notebooks
  • Google Colab
  • Kaggle
task-t2 / runs
33.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
KpRT's picture
KpRT
task-t2
664e795 verified almost 2 years ago
  • Jul21_06-42-55_5891dff67884
    task-t2 almost 2 years ago
  • Jul21_06-51-39_5891dff67884
    task-t2 almost 2 years ago
  • Jul21_06-53-51_5891dff67884
    task-t2 almost 2 years ago