Let's Talk about AI

#1
by kalashshah19 - opened
Indian AI Developers org
โ€ข
edited Aug 22

Hello, here is an open space for everyone to talk, share, ask and show anything about AI.

kalashshah19 pinned discussion
Indian AI Developers org

Has anyone pre-trained LLM model from scratch ? If yes then share your experience, things to consider while training, notes, tips etc.

Indian AI Developers org

Hi i am also intrested into LLM Model , i am about to start this reserach from next week please give any inputs

Indian AI Developers org

Hi i am also intrested into LLM Model , i am about to start this reserach from next week please give any inputs

Hey @Shashank2k3 , if you want your own LLM model, first you need huge data. You can start with fine tuning already available good LLM models like Gemma, Phi, LLAMA, mistral etc with your dataset. Start with small models of sizes like 4 to 7B parameters. For pre-training LLM from scratch you need enormous data, good resources like heavy duty GPUs and CPUs and also have knowledge of training techniques, NLP, etc . You can always brainstorm with ChatGPT to get more knowledge.

Indian AI Developers org

Hey @kalashshah19 , thanks for the input! I already have a solid foundation in these areas from my Bachelor's degree in AIML, and now Iโ€™m looking to dive deeper into the world of LLMs.

Indian AI Developers org

Hey @kalashshah19 , thanks for the input! I already have a solid foundation in these areas from my Bachelor's degree in AIML, and now Iโ€™m looking to dive deeper into the world of LLMs.

Great !

Indian AI Developers org

Yupp so what you guys do, i mean profession!!!

Indian AI Developers org

Yupp so what you guys do, i mean profession!!!

I am an Associate Data Scientist at Casepoint.
What about you ?

Indian AI Developers org

Same bro, I ft qwen2.5 3b with my gita dataset and the acc was 60% something with loss around 1.42 and the responses were okayish but still it was writing correct hindi but when I made a space out of it, it's just writing anything

Yeah exactly bro, I thought good loss & accuracy meant it was learning properly but turns out it's more about the data structure. My model also writes proper Hindi but gives totally unrelated or random outputs. I think because plain text data only teaches it next-word prediction and not how to follow instructions or answer properly.

Iโ€™m planning to try instruction-style data next (ai4bharat/indic-instruct-data-v0.1). Maybe thatโ€™ll fix it. Have you tried using instruction-tuned datasets or formatting your data as Q&A pairs? How you fixed that issue?

Indian AI Developers org

SarathiAI v1.0
Eternal Gita wisdom, guided by AI.

I tried fine-tuning Qwen2.5-3B model on a custom Bhagavad Gita dataset for the first time. The model now understands user queries more accurately and responds with answers grounded in Gita teachings. It's not perfect but I'm happy with everything I learned building it. Please give it a try and you can share what should I improve.

Link to Space: https://huggingface.co/spaces/JDhruv14/Sarathi.AI

Link to Model: https://huggingface.co/JDhruv14/Qwen2.5-3B-Gita-FT

Link to Dataset: https://huggingface.co/datasets/JDhruv14/Bhagavad-Gita-QA

Indian AI Developers org
โ€ข
edited 22 days ago

Well, I am feeling good seeing your work guys.

@JDhruv14 , @Neural-Hacker

Indian AI Developers org

guys, i am building a model (fine-tuning), i want a lot of compute and vram please tell where i can find free or cheap gpu because aws, azure, etc are very costly and maybe kaggle won't work here but i will try it tomorrow. i am thinking to use ola cloud but if there's any platform better than ola then please suggest.

Indian AI Developers org

Hello everyone,

Iโ€™m excited to share NEET_BioBERT , a fine-tuned lightweight transformer model trained specifically on NEET-style biology multiple-choice questions.
Itโ€™s designed for educational AI assistants, practice exam bots and MCQ reasoning systems.

Explore it here: https://huggingface.co/Neural-Hacker/NEET_BioBERT

use and upvote it

Indian AI Developers org

Is it fine tuned on question papers only or all content of NEET like books, PDFs, etc ?

Indian AI Developers org

it is fine tuned on a dataset consisting ~800 questions including practice questions and pyqs

Indian AI Developers org

Nice !

Sign up or log in to comment