File size: 373 Bytes
5fa1a76 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
trainer.train() To be able to use your checkpoint with a pipeline, make sure to save the processor with the checkpoint: processor.save_pretrained("YOUR_ACCOUNT_NAME/speecht5_finetuned_voxpopuli_nl") Push the final model to the 🤗 Hub: trainer.push_to_hub() Inference Inference with a pipeline Great, now that you've fine-tuned a model, you can use it for inference! |