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

  • Log In
  • Sign Up

testkeyence
/
test-model

Text Classification
Transformers
PyTorch
test
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use testkeyence/test-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="testkeyence/test-model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("testkeyence/test-model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test-model
1.78 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
testkeyence's picture
testkeyence
Upload README.md with huggingface_hub
ff20b8d verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    255 Bytes
    Upload README.md with huggingface_hub 5 months ago
  • config.json
    5 Bytes
    Upload config.json with huggingface_hub 5 months ago