this post was submitted on 09 Nov 2023
1 points (100.0% liked)

LocalLLaMA

1 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 10 months ago
MODERATORS
 

is there a way to get a zero knowledge model that only knows how to chat. and from there fine tune it with specialized knowledge? and do this on consumer hardware (mac M1/16 gig) or free colab hardware?

i want to do this so as to prevent the model from hallucinating outside of the domain knowledge it is fed....like passing in a textbook and it only knows how to answer questions from it

you are viewing a single comment's thread
view the rest of the comments
[–] DaltonSC2@alien.top 1 points 10 months ago

Checkout NanoGPT, it's very educational. You can even load GPT2 weights and finetune them if you want: https://github.com/karpathy/nanoGPT (The accompanying YouTube video is also very nice)