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

  • Log In
  • Sign Up

copper-light
/
test-model

Feature Extraction
Transformers
Safetensors
test-model
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use copper-light/test-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="copper-light/test-model", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("copper-light/test-model", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test-model / __pycache__
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
copper-light's picture
copper-light
update
7d4d5d1 9 months ago
  • model.cpython-313.pyc
    1.62 kB
    update 9 months ago