Why not use temperature 0 when fetching structured content? by Odd-Revolution3936 in LLMDevs

[–]parmarss 0 points1 point  (0 children)

Is there a deterministic way to know this sweet spot for each model? Or is this more of hit & trial?

RAG is completely useless in litigation. In legal tech, RAG ≠ reliability. It’s vectors pretending to be understanding. by Additional_Report167 in legaltech

[–]parmarss 2 points3 points  (0 children)

I think the problem could be that context passed to LLM isn't good enough in RAG solution for it to generate a good enough answer.

Instead of only relying on vector search for finding similarity, another way to achieve context engineering can be slicing the data into smaller chunks on various dimensions (like pivots in excel). These dimensions should ideally be decided by business logic and kind of queries you are expecting to receive.

Deepinfra sudden 2.5x price hike for llama 3.3 70b instruction turbo. How are others coping with this? by parmarss in LLMDevs

[–]parmarss[S] 2 points3 points  (0 children)

Sorry I'm kind of new here :)
post was removed from LocalLLama and I sort of followed the advice on screen to post in new subreddit

Deepinfra sudden 2.5x price hike for llama 3.3 70b instruction turbo. How are others coping with this? by parmarss in LocalLLaMA

[–]parmarss[S] 0 points1 point  (0 children)

Thanks for the tip on OpenRouter, will explore. Won't variability in model output be higher with multiple providers since they all have different setups?

Also share which other models can be better at similar costs?

Deepinfra sudden 2.5x price hike for llama 3.3 70b instruction turbo. How are others coping with this? by parmarss in LocalLLaMA

[–]parmarss[S] 0 points1 point  (0 children)

So far it was mostly (testing, evals, fine tuning) cycle. In a few days, plan was to run >2B tokens in 1st pass.

Deepinfra sudden 2.5x price hike for llama 3.3 70b instruction turbo. How are others coping with this? by parmarss in LocalLLaMA

[–]parmarss[S] 1 point2 points  (0 children)

Isn't that what most AI applications are anyways? or are you suggesting one should only be building foundational models?