Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yangwang825
/
tdnn-aam

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

Instructions to use yangwang825/tdnn-aam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yangwang825/tdnn-aam with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="yangwang825/tdnn-aam", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("yangwang825/tdnn-aam", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
tdnn-aam
Ctrl+K
Ctrl+K
  • 1 contributor
History: 26 commits
yangwang825's picture
yangwang825
Create preprocessor_config.json
51816e9 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    822 Bytes
    Training in progress (epoch 1) over 2 years ago
  • configuration_xvector.py
    1.67 kB
    Create configuration_xvector.py over 2 years ago
  • feature_extraction_xvector.py
    5.53 kB
    Create feature_extraction_xvector.py over 2 years ago
  • helpers_xvector.py
    23.5 kB
    Create helpers_xvector.py over 2 years ago
  • modeling_xvector.py
    18.8 kB
    Create modeling_xvector.py over 2 years ago
  • preprocessor_config.json
    315 Bytes
    Create preprocessor_config.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    17 MB
    xet
    Training in progress (epoch 20) over 2 years ago