Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

kvtk1720
/
chatbot

Token Classification
Transformers
Afar
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use kvtk1720/chatbot with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="kvtk1720/chatbot")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("kvtk1720/chatbot", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chatbot
88.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
kvtk1720's picture
kvtk1720
Update config.json
9c0fa8b over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    117 Bytes
    Update README.md over 2 years ago
  • config.json
    227 Bytes
    Update config.json over 2 years ago
  • model.h5
    0 Bytes
    Create model.h5 over 2 years ago
  • model_weights.h5
    86.8 kB
    xet
    Upload model_weights.h5 over 2 years ago