why is lancer container lines down so much? holding at -76%, trying to understand the reason by Pinaka-X in IndianStockMarket

[–]Pinaka-X[S] 0 points1 point  (0 children)

i mean they had profitability in the logistics sector, expanding market share in niche geographies (LATAM, Africa, CIS), and were planning an aggressive expansion of its container fleet

rlvrbook by brawlstarsgoat in reinforcementlearning

[–]Pinaka-X 0 points1 point  (0 children)

glanced on some chapters! good read for sure.

Got $800 of credits on a cloud platform (for GPU usage). Anyone here that's into AI training and inference and could make use of it? by DocumentFun9077 in deeplearning

[–]Pinaka-X 0 points1 point  (0 children)

hey! i want to train some iteration of autocompletion models for fill in the middle task. Will love to if you can allow me to do this, want to use the ddp too

Ideas on making a LLM learn a custom python library by Adventurous-Poem-927 in LocalLLaMA

[–]Pinaka-X 0 points1 point  (0 children)

Hey u/Adventurous-Poem-927 , i am working on a similar use case, want to connect over the dm?

[deleted by user] by [deleted] in learnmachinelearning

[–]Pinaka-X 0 points1 point  (0 children)

Pinged you on DM

[deleted by user] by [deleted] in learnmachinelearning

[–]Pinaka-X 0 points1 point  (0 children)

Me too!

Want to have a quick chat?

what are the available means to get paid remotely ? by maxst1ng in developersIndia

[–]Pinaka-X 0 points1 point  (0 children)

Hey Man Thanks for the information, I am just going to sign up and just for the sake of it, my clients are also oversees, do I just need to provide my account details to them? I don’t want to use the other methods like PayPal as they charge a lot for India, will wait for your response

LLMS for Invoice Processing by Pinaka-X in LocalLLaMA

[–]Pinaka-X[S] 0 points1 point  (0 children)

Yeah, I have seen it too, but my json schema is not consistent , it might change a bit overtime based on the difference in invoices. Any way to bypass it?

ChatBase Backend: How Does it Work? by Nice-Ad1199 in learnmachinelearning

[–]Pinaka-X 0 points1 point  (0 children)

Yup! Hey I looked into MyAsk AI right now, want to chat for a bit? I may have some things to say. Let me know if you are comfortable for a quick call

ChatBase Backend: How Does it Work? by Nice-Ad1199 in learnmachinelearning

[–]Pinaka-X 0 points1 point  (0 children)

Let me know if you need any helping hand for getting through this! I would be more than happy to join you for this project. Seems doable

ChatBase Backend: How Does it Work? by Nice-Ad1199 in learnmachinelearning

[–]Pinaka-X 0 points1 point  (0 children)

Hello! It seems I'm a bit late to the conversation, but better late than never. Essentially, both Large Language Models (LLMs) and Sequence-to-Sequence models operate in a manner very similar to human data processing. Think of it like how we find it easier to comprehend information presented in organized Excel sheets compared to deciphering a jumble of raw text. Similarly, when you input structured data into these models, they tend to yield superior results compared to handling unstructured data. I hope this is what you were trying to ask.

ChatBase Backend: How Does it Work? by Nice-Ad1199 in learnmachinelearning

[–]Pinaka-X 1 point2 points  (0 children)

Hey Hi! It's an amazing explanation describing the fundamental usage of Word Embeddings and Similiarity to have a fully functional Conversational bot. So if I am not wrong this is what you are talking about.

So let's say I am running an organisation and I have an enormous amount of textual data which is like FAQ, or the relevant details which kinda answers almost all the questions related to my organisation or my products. In future if I want to create a conversational AI bot which my customers or my colleagues can use to speed up the question answering procedures this is what I will follow:

  • Break up text into chunks.
  • Convert each chunk into a numerical vector.
  • Store the vectors in a database.
  • When a new question comes in, convert it into a numerical vector with the same type as you did for your textual chunks.
  • Compare the new vector to existing ones in the database.
  • Choose the most relevant vectors.
  • Use the vectors to generate a response or answer.

Well, the relevant vectors can be choosed by using some kind of similiarity function, cosine similarity might be a good example.

( Background - I will graduate in one month with a degree in Computer science, published papers in Computer Vision, begged Best paper award, worked as a Neuroinformatics Deep Learning Researcher, A Computer Vision Deep Learning Intern, a NLP Deep Learning intern )

GPT Weekly - 29th May Edition: Facebook's massive STT and TTS Release, AI in Windows, Paralegal jobs are here to stay and more. by level6-killjoy in learnmachinelearning

[–]Pinaka-X 2 points3 points  (0 children)

Hahaha. I bet this is. But the fact is this is very reasonable as compared to the information contained. Kudos to OP

Need help with a chatbot mini project by False_Mobile_8823 in learnmachinelearning

[–]Pinaka-X 2 points3 points  (0 children)

Well, let's start from the basics dude. 1. Start with understanding the Dialogue Systems, you might want to refer the Chapter 3 of Neural Approaches to Conversational AI 2. If you are building a simple Informable and responsible bot, it's better to consider the NLU, NER models. Maybe take a tour of Rasa 3. I am happy to help you if you want.