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

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
3.16 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Kalaphant's picture
Kalaphant
Update README.md
e27b6bc verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    189 Bytes
    Update README.md about 2 years ago
  • config.json
    105 Bytes
    Create config.json about 2 years ago
  • dataset.csv
    190 Bytes
    Rename dataset.csv - Sheet1.csv to dataset.csv about 2 years ago
  • dataset.yaml
    45 Bytes
    Create dataset.yaml about 2 years ago
  • train.py
    1.11 kB
    Update train.py about 2 years ago