this post was submitted on 28 Apr 2026
12 points (92.9% liked)

Free Open-Source Artificial Intelligence

4739 readers
4 users here now

Welcome to Free Open-Source Artificial Intelligence!

We are a community dedicated to forwarding the availability and access to:

Free Open Source Artificial Intelligence (F.O.S.A.I.)

More AI Communities

LLM Leaderboards

Developer Resources

GitHub Projects

FOSAI Time Capsule

founded 3 years ago
MODERATORS
 

Apologies if this seems like a survey post. I’m just learning about tuning and want to get a lay of the land. I don’t think I have the money to tune locally so might have to rent some VRAM, but curious how much better tuning is vs something like RAG.

What model? What was your use case? What tuning tool did you use? What is hardware setup? How large was your training set and how did you create it? How effective was the model as tasks pre- and post-tuning?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] venusaur@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

Did you notice a big improvement in the tasks you were tuning for? What is your hardware setup and how long did it take?

Thanks!

[–] lunarwingorg@lemmy.world 2 points 1 week ago (1 children)

unfortunately, i did not notice much of a difference with model tuning. it took a pretty decent chunk of time. For my most powerful pc, which is what I run most models (the lower end machines with worse gpus run embedded text models) I got a fairly powerful machine with a single 4090. I have had better luck just downloading differently tuned variants of the same model from others

[–] venusaur@lemmy.world 2 points 1 week ago (1 children)

Bummer. Do you think it was the training data or just nature of fine tuning? Something else? What were you tuning it for if you don’t mind my asking?

[–] lunarwingorg@lemmy.world 2 points 1 week ago (1 children)

just the nature of them being quite old models without proper tool calling functionality. What actually DID help was setting up middleware and custom python servers/clients with proper json mapping to enable the proper tools to be selected. so, literally zero model tuning required in the end.

[–] venusaur@lemmy.world 1 points 1 week ago (1 children)

Got it. You think if you tuned again after calibrating tool calling it would be beneficial?

[–] lunarwingorg@lemmy.world 1 points 4 days ago

it has anything to do with my external calibration stuff so no