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

1aurent
/
speecht5_finetuned_fleurs_fr

Text-to-Speech
Transformers
TensorBoard
Safetensors
French
speecht5
text-to-audio
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use 1aurent/speecht5_finetuned_fleurs_fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 1aurent/speecht5_finetuned_fleurs_fr with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="1aurent/speecht5_finetuned_fleurs_fr")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("1aurent/speecht5_finetuned_fleurs_fr")
    model = AutoModelForTextToSpectrogram.from_pretrained("1aurent/speecht5_finetuned_fleurs_fr")
  • Notebooks
  • Google Colab
  • Kaggle
speecht5_finetuned_fleurs_fr
578 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
1aurent's picture
1aurent
Update README.md
5a11545 almost 3 years ago
  • runs
    End of training almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, step 1000 almost 3 years ago
  • README.md
    1.65 kB
    Update README.md almost 3 years ago
  • added_tokens.json
    40 Bytes
    Training in progress, step 1000 almost 3 years ago
  • config.json
    2.12 kB
    Training in progress, step 1000 almost 3 years ago
  • model.safetensors
    578 MB
    xet
    Training in progress, step 1000 almost 3 years ago
  • preprocessor_config.json
    458 Bytes
    Training in progress, step 1000 almost 3 years ago
  • special_tokens_map.json
    234 Bytes
    Training in progress, step 1000 almost 3 years ago
  • spm_char.model
    238 kB
    xet
    Training in progress, step 1000 almost 3 years ago
  • tokenizer_config.json
    272 Bytes
    Training in progress, step 1000 almost 3 years ago
  • training_args.bin

    Detected Pickle imports (8)

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

    How to fix it?

    4.16 kB
    xet
    Training in progress, step 1000 almost 3 years ago