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

Semoule
/
speecht5_finetuned_voxpopuli_nl

Text-to-Audio
Transformers
TensorBoard
Safetensors
speecht5
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Semoule/speecht5_finetuned_voxpopuli_nl with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="Semoule/speecht5_finetuned_voxpopuli_nl")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("Semoule/speecht5_finetuned_voxpopuli_nl")
    model = AutoModelForTextToSpectrogram.from_pretrained("Semoule/speecht5_finetuned_voxpopuli_nl")
  • Notebooks
  • Google Colab
  • Kaggle
speecht5_finetuned_voxpopuli_nl
578 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Semoule's picture
Semoule
End of training
54cc387 verified about 2 years ago
  • runs
    End of training about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.7 kB
    End of training about 2 years ago
  • added_tokens.json
    44 Bytes
    Training in progress, step 3000 about 2 years ago
  • config.json
    2.2 kB
    Training in progress, step 3000 about 2 years ago
  • generation_config.json
    194 Bytes
    End of training about 2 years ago
  • model.safetensors
    578 MB
    xet
    End of training about 2 years ago
  • preprocessor_config.json
    477 Bytes
    Training in progress, step 3000 about 2 years ago
  • special_tokens_map.json
    247 Bytes
    Training in progress, step 3000 about 2 years ago
  • spm_char.model
    238 kB
    xet
    Training in progress, step 3000 about 2 years ago
  • tokenizer_config.json
    1.42 kB
    Training in progress, step 3000 about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.trainer_utils.HubStrategy",
    • "transformers.training_args_seq2seq.Seq2SeqTrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "accelerate.state.PartialState"

    How to fix it?

    5.18 kB
    xet
    Training in progress, step 3000 about 2 years ago