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
10.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
copper-light's picture
copper-light
Delete saved
b0f2102 verified 9 months ago
  • __pycache__
    update 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Upload model 9 months ago
  • auto.ipynb
    255 Bytes
    update 9 months ago
  • config.json
    285 Bytes
    Upload model 9 months ago
  • model.py
    627 Bytes
    Upload model 9 months ago
  • model.safetensors
    496 Bytes
    xet
    Upload model 9 months ago
  • test.ipynb
    255 Bytes
    update: autoclass 9 months ago
  • train.py
    417 Bytes
    update 9 months ago