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

  • Log In
  • Sign Up

jpzhou01
/
initial_test

Feature Extraction
Transformers
Safetensors
vgs
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use jpzhou01/initial_test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="jpzhou01/initial_test", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("jpzhou01/initial_test", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
initial_test
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jpzhou01's picture
jpzhou01
Upload model
7a484ef verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.17 kB
    Upload model 12 months ago
  • config.json
    908 Bytes
    Upload model 12 months ago
  • configuration_vgs.py
    2.47 kB
    Upload model 12 months ago
  • model-00001-of-00002.safetensors
    5 GB
    xet
    Upload model 12 months ago
  • model-00002-of-00002.safetensors
    1.19 GB
    xet
    Upload model 12 months ago
  • model.safetensors.index.json
    27.8 kB
    Upload model 12 months ago
  • modeling_vgs.py
    7.13 kB
    Upload model 12 months ago