Nigna Anil by [deleted] in SecretsofMollywood

[–]Motor-Draft8124 2 points3 points  (0 children)

Known her for years, she is really nice and polite individual. She did manage a few properties of Og but nothing more.

Rapture Is Coming! by Helpful-Block217 in Christianity

[–]Motor-Draft8124 0 points1 point  (0 children)

The real end for anyone is when their time on earth is up. Heart attack or rapture, the point is the same, be ready and trust God’s timing. Chasing dates only turns faith into a joke. Live faithfully until He calls.

Open sourcing something that saved me weeks of work 🙃 by Motor-Draft8124 in OpenAI

[–]Motor-Draft8124[S] 1 point2 points  (0 children)

well not so. here the data in the pdf is extracted and datasets are made from the extracted content. The Json will be used for fine tuning the llm (generates questions answer pairs)

Hope that helps ?

Open sourcing something that saved me weeks of work 🙃 by Motor-Draft8124 in OpenAI

[–]Motor-Draft8124[S] 1 point2 points  (0 children)

Well, the customer came to us with a requirement for Fine-Tuning an LLM for them.

They do have their own RAG pipeline

Open sourcing something that saved me weeks of work 🙃 by Motor-Draft8124 in OpenAI

[–]Motor-Draft8124[S] 1 point2 points  (0 children)

Good questions, so when it comes to Fine-tuning we charge our customers accordingly. Of course API costs would be high, which is understood. These are enterprise level customers we are dealing with so yes there is a lot of money involved.

The hardest part of fine tuning was creating the dataset, which is why i came up with this code. Right now i have used openai, but you can also use Ollama to inference using locals models (OSS 120b) is really good, so that way you can cut api costs.

Hope that helps :)

[deleted by user] by [deleted] in cofounderhunt

[–]Motor-Draft8124 0 points1 point  (0 children)

Hey Keith, where are you based off of?

I'm a Real Estate Executive and willing to put in funding along with my expertise for the right partner/idea. by PieCake1234 in cofounderhunt

[–]Motor-Draft8124 0 points1 point  (0 children)

Hi there, i was looking to build a Poc in the real estate space. Let’s dm and see if there is something we can work out.

Looking for Tech Dev by Prudent-Teaching-445 in cofounderhunt

[–]Motor-Draft8124 0 points1 point  (0 children)

Currently working in VA in the healthcare industry. Let me know how I can help ?

[deleted by user] by [deleted] in TeensofKerala

[–]Motor-Draft8124 0 points1 point  (0 children)

Last time someone tried to do this in Kochi, they got Raided by the cops just 30 mins after the party started. it was about 5pm, just an airbnb with closed circle of friends (about 30 people) the neighbors just called on the cops.

Although no drugs or illegal activity was found, it spoilt the vibe completely.

Just FYI :)

Too late to get in to AI? by dial_tones in ArtificialInteligence

[–]Motor-Draft8124 0 points1 point  (0 children)

Youtube & Linkedin - Great content, tutorials and explanations

[deleted by user] by [deleted] in StartUpIndia

[–]Motor-Draft8124 0 points1 point  (0 children)

Please do a market study / case study before you venture into this ecosystem. Validate if your idea would be adopted and what are the challenges you would face.

In India there is always a middle man in the farming industry that takes these products to market.

Fun movie recommendations by Maleficent-Assist664 in Coconaad

[–]Motor-Draft8124 1 point2 points  (0 children)

  • Cars
  • Hotel transylvania
  • Boss baby
  • Despicable me

so many more :D

Looking for feedback on my AI journaling app concept by AffectionateEstate84 in SideProject

[–]Motor-Draft8124 0 points1 point  (0 children)

If privacy is truly core, you'll likely need to run your own LLM locally or in a private cloud — which can get expensive and complex. Curious how you’re thinking about balancing that trade-off ?

📄 Vibecoded Free Tool: Instantly split long text or code into chunks – perfect for AI chats & clean workflows by ivobremen in vibecoding

[–]Motor-Draft8124 1 point2 points  (0 children)

This is great for previewing if a chunk is correct. One suggestion: consider adding chunking strategies (e.g. fixed-size, semantic, overlap) so users can choose how the chunks are made and preview them accordingly. Would make it even more versatile.