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

  • Log In
  • Sign Up

Kalaphant
/
QAndA_Risk_Detection

Text Classification
Transformers
English
bert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Kalaphant/QAndA_Risk_Detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Kalaphant/QAndA_Risk_Detection")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Kalaphant/QAndA_Risk_Detection", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
QAndA_Risk_Detection
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Kalaphant's picture
Kalaphant
Update README.md
e27b6bc verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    189 Bytes
    Update README.md almost 2 years ago
  • config.json
    105 Bytes
    Create config.json almost 2 years ago
  • dataset.csv
    190 Bytes
    Rename dataset.csv - Sheet1.csv to dataset.csv almost 2 years ago
  • dataset.yaml
    45 Bytes
    Create dataset.yaml almost 2 years ago
  • train.py
    1.11 kB
    Update train.py almost 2 years ago