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

  • Log In
  • Sign Up

mazesmazes
/
test_s2s_output

Feature Extraction
Transformers
Safetensors
asr_model
Generated from Trainer
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mazesmazes/test_s2s_output with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="mazesmazes/test_s2s_output", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mazesmazes/test_s2s_output", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test_s2s_output / modules
6.76 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mazesmazes's picture
mazesmazes
Model save
ae41cb4 verified 3 months ago
  • __init__.py
    112 Bytes
    Model save 3 months ago
  • mlp.py
    6.64 kB
    Model save 3 months ago