Non-Coder Training Question

Hello - I have no coding skills but was hoping to train an open source LLM on my dataset. Has someone already laid out step by step instructions on how to accomplish this? Is this even possible with zero engineering skills? Any help of feedback is much appreciated! Thanks

1 Like

It is possible to use autotrainer.

However, If you want to really break into AI, I recommend learning basic python scripting and then picking up huggingface transformers / Trainer

1 Like

Yes for no-coders there’s AutoTrain: AutoTrain – Hugging Face.

If you’re beginner there’s the free HF course which teaches you everything: Introduction - Hugging Face NLP Course.

1 Like

The Hugging Face NLP Course is not non-coder/non-programmer friendly. It states as a requirement that you have a good understanding of Python. Many of us are coming into Hugging Face with zero technical knowledge or experience nor have time to learn. So articles that are literal step by step would be very useful.

1 Like

I think there’s a balance to be struck here, step by step guides will teach you how to do one thing. But they deny you the experience of genuine problem solving that will enable you to dynamically break methods apart and use the parts that you need for a novel solution.

If you really lack the time, you can still use this technology through higher level methods such as the auto trainer.

If you want to dive lower, you’re gonna need to accept that this will take time. Took me ~3 months to learn the ins and outs of the Trainer and how it interacts with different model and data types. But I also had a fair bit of programming experience and exposure training loops at the pytorch level.

Getting good at this stuff is rewarding and valuable, but it’s not easy and it does require time investment.

The LLM cookbooks are good, so are the courses by huggingface. If you lack python experience then you need to learn python first (or accept that you will learn it on the go).

1 Like

maybe related: