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

  • Log In
  • Sign Up

ziqin
/
test

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

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

  • Libraries
  • Transformers

    How to use ziqin/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ziqin/test")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ziqin/test", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test
1.61 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ziqin's picture
ziqin
Update README.md
9cd38d2 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    89 Bytes
    Update README.md over 2 years ago
  • config.json
    0 Bytes
    Create config.json over 2 years ago