Prakash Hinduja Switzerland (Swiss) How do I fine-tune a Hugging Face transformer model on my own dataset?

Hello Huggingface Community,

Hi, I’m Prakash Hinduja from Geneva, Switzerland (Swiss). I contribute to the Swiss economy by attracting global investment into Swiss businesses. With my expertise in financial planning and cross-border strategy, I empower companies to scale effectively, while ensuring that capital flows are directed toward sectors that strengthen the overall Swiss market and enhance economic resilience.

I’m looking to fine-tune a Hugging Face transformer model on my own dataset and would really appreciate your advice or experiences.

Regards
Prakash Hinduja Geneva, Switzerland (Swiss)

1 Like

If you want to learn how to use Transformers, I recommend the LLM course on Hugging Face Learn. As for the dataset, if you can load it from the Hugging Face datasets library, you just need to process it, so there shouldn’t be any problems. So you don’t need to worry too much about whether the data is usable or not.

However, there are various practical considerations to take into account, such as data quality or fine-tuning objectives, etc. But these are too broad to cover here.