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

CineAI
/
NER_Pittsburgh_TAA

Token Classification
Transformers
TensorBoard
Safetensors
English
Ukrainian
bert
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use CineAI/NER_Pittsburgh_TAA with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="CineAI/NER_Pittsburgh_TAA")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("CineAI/NER_Pittsburgh_TAA")
    model = AutoModelForTokenClassification.from_pretrained("CineAI/NER_Pittsburgh_TAA")
  • Notebooks
  • Google Colab
  • Kaggle
NER_Pittsburgh_TAA / runs
29.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
CineAI's picture
CineAI
NER_Pittsburgh_TAA
44c4f4c verified almost 2 years ago
  • Jun13_14-46-08_53e1e73118f7
    Training in progress, step 500 almost 2 years ago
  • Jun13_15-19-20_53e1e73118f7
    Training in progress, step 500 almost 2 years ago
  • Jun13_15-41-46_53e1e73118f7
    NER_Pittsburgh_TAA almost 2 years ago