How to use Scicom-intl/xcodec2-25TPS-24k with Transformers:
# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("Scicom-intl/xcodec2-25TPS-24k", trust_remote_code=True) model = AutoModel.from_pretrained("Scicom-intl/xcodec2-25TPS-24k", trust_remote_code=True)
The community tab is the place to discuss and collaborate with the HF community!