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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

changelinglab
/
PhoneticXeus

Automatic Speech Recognition
Transformers
Safetensors
phoneticxeus
feature-extraction
phone-recognition
ipa
ctc
multilingual
xeus
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use changelinglab/PhoneticXeus with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="changelinglab/PhoneticXeus", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("changelinglab/PhoneticXeus", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PhoneticXeus
4.6 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
shikhar7ssu's picture
shikhar7ssu
Add trust_remote_code support: AutoModel + safetensors + vendored src + beginner README
8d83dee verified about 1 month ago
  • src
    Add trust_remote_code support: AutoModel + safetensors + vendored src + beginner README about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.01 kB
    Add trust_remote_code support: AutoModel + safetensors + vendored src + beginner README about 1 month ago
  • config.json
    450 Bytes
    Add trust_remote_code support: AutoModel + safetensors + vendored src + beginner README about 1 month ago
  • config_tree.log
    11.5 kB
    Upload config_tree.log with huggingface_hub 4 months ago
  • configuration_phoneticxeus.py
    965 Bytes
    Add trust_remote_code support: AutoModel + safetensors + vendored src + beginner README about 1 month ago
  • ipa_vocab.json
    5.98 kB
    Upload ipa_vocab.json with huggingface_hub 4 months ago
  • model.safetensors
    2.3 GB
    xet
    Add trust_remote_code support: AutoModel + safetensors + vendored src + beginner README about 1 month ago
  • modeling_phoneticxeus.py
    4.49 kB
    Add trust_remote_code support: AutoModel + safetensors + vendored src + beginner README about 1 month ago
  • phoneticxeus_state_dict.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    2.3 GB
    xet
    Upload phoneticxeus_state_dict.pt with huggingface_hub 3 months ago