#Dear Vedal, could you please give us some advice? Thanks!We aim to create our own AI.

1 messages · Page 1 of 1 (latest)

mild jay
#

Dear Vedal,
I hope this message finds you well. We are a group of 11th grader from Taiwan, and we are reaching out on behalf of our school's independent learning team. We have been actively exploring the fascinating field of artificial intelligence and are particularly interested in Large Language Models.
We've come across your Live Streaming in this domain and were wondering if you would be open to sharing your insights with us. We have some questions related to AI and Large Language Models, as well as seeking advice on training AI systems. Our aim is to embark on a project to create our own AI, and your guidance would be immensely valuable to us.
If you're available and willing to spare some time to give us some advice, we would greatly appreciate the opportunity to learn from your expertise. Your insights could significantly impact our learning journey and project outcomes.
Thank you for considering our request. We look forward to your positive response. Please let us know your availability and preferred mode of communication.

sharp knot
#

This may help a bit

wary lintel
#

Googles machine learning crash course is pretty good for beginners
https://developers.google.com/machine-learning/crash-course

Huggingface is the go-to website for anything ai related whether it is models or datasets you're looking for
https://huggingface.co/docs

Lots of interesting articles about ML related things
https://towardsdatascience.com/

An open source model if you want to start off by fine-tuning instead of making a model from scratch
https://ai.meta.com/blog/large-language-model-llama-meta-ai/

Modern LLM use transformer models which you most likely want to utilize aswell
https://machinelearningmastery.com/the-transformer-model/

Great framework for LLMS
https://python.langchain.com/docs/get_started/introduction.html