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

  • Log In
  • Sign Up

xcczach
/
test-model

Feature Extraction
Transformers
PyTorch
my_test_model
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use xcczach/test-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="xcczach/test-model", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("xcczach/test-model", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test-model
45.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 39 commits
xcczach's picture
xcczach
Delete test.wav
0ce4888 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.17 kB
    Upload model over 1 year ago
  • config.json
    295 Bytes
    Upload model over 1 year ago
  • configuration_test.py
    361 Bytes
    Upload model over 1 year ago
  • modeling_test.py
    1.07 kB
    Upload model over 1 year ago
  • output1.wav
    216 kB
    Upload folder using huggingface_hub over 1 year ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    44.9 MB
    xet
    Upload model over 1 year ago