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

  • Log In
  • Sign Up

squ11z1
/
Q-GPT

Text Classification
Transformers
English
quantum
confidence-estimation
uncertainty
pennylane
gpt-oss
hallucination-detection
Model card Files Files and versions
xet
Community

Instructions to use squ11z1/Q-GPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use squ11z1/Q-GPT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="squ11z1/Q-GPT")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("squ11z1/Q-GPT", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Q-GPT
30.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
squ11z1's picture
squ11z1
Update README.md
e88b1b8 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    9.75 kB
    Update README.md 3 months ago
  • __init__.py
    286 Bytes
    Upload folder using huggingface_hub 3 months ago
  • quantum_head.py
    10.9 kB
    Upload folder using huggingface_hub 3 months ago
  • train.py
    8 kB
    Upload folder using huggingface_hub 3 months ago