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

  • Log In
  • Sign Up

lv12
/
sin-qac-model

Text Classification
Transformers
Safetensors
PyTorch
English
query-completion
feature-extraction
query-auto-completion
search
custom-model
custom_code
Model card Files Files and versions
xet
Community

Instructions to use lv12/sin-qac-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lv12/sin-qac-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="lv12/sin-qac-model", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("lv12/sin-qac-model", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
sin-qac-model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lv12's picture
lv12
Update README.md
c34f7f5 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    4.73 kB
    Update README.md 4 months ago
  • config.json
    582 Bytes
    Upload folder using huggingface_hub 4 months ago
  • model.py
    7 kB
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors
    16.2 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • modeling_query_completion.py
    2.27 kB
    Upload folder using huggingface_hub 4 months ago