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

vishnun
/
knowledge-graph-nlp

Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
English
distilbert
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
3

Instructions to use vishnun/knowledge-graph-nlp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use vishnun/knowledge-graph-nlp with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="vishnun/knowledge-graph-nlp")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("vishnun/knowledge-graph-nlp")
    model = AutoModelForTokenClassification.from_pretrained("vishnun/knowledge-graph-nlp")
  • Notebooks
  • Google Colab
  • Kaggle
knowledge-graph-nlp / runs
52.3 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 13 commits
vishnun's picture
vishnun
End of training
7ff38d5 verified over 2 years ago
  • Feb09_13-45-25_ebeb854f6625
    End of training over 3 years ago
  • Feb14_08-09-42_c87e355fe59e
    End of training over 2 years ago
  • Feb19_17-21-20_eef45fd72ca1
    End of training over 2 years ago
  • Feb22_15-18-17_70e589bdb771
    End of training over 2 years ago
  • Mar24_07-08-33_de28005cce25
    End of training about 3 years ago