📌 Hey everyone! Enjoying these NLP tutorials? Check out my other project, AI Demos, for quick 1-2 min AI tool demos! 🤖🚀 🔗 RUclips: www.youtube.com/@aidemos.futuresmart We aim to educate and inform you about AI's incredible possibilities. Don't miss our AI Demos RUclips channel and website for amazing demos! 🌐 AI Demos Website: www.aidemos.com/ Subscribe to AI Demos and explore the future of AI with us!
Awesome video,learnt a lot. Question : What alternative of GPT-3 we could use to solve this problem from Open source LLM (Hugging face comerical LLM Licenced) ?
Hello Pradip , thanks for this valuable video.With aspect pair , is't possible to get the sentiment type of overall text as positive, negative ,neutral and mixed ? Thanks
Hi Pradip thanks for sharing the prompt lists. How to go about classify bulk reviews? will the api call needs to be done for each review or is there a way to do bulk classifications of data. Video / response on this will be great ! thanks in advance for sharing this insights
Bro if we want to fine-tune the model, then how many prompt and completion pairs would be enough?? Secondly, what should be the structure of prompt and completion?
You can start with 20 example pairs and check performance if needed you can add more. Prompt Structure depends on what output you are expecting. Your sample examples should be in same format
I have one question. For example if the input is "The design of iphone is good but the samsung has longer battery life ". Now if I want to analyze the sentiment of iphone is clear that the sentiment about design is positive but for battery life is negative. How to design the prompt for this particular example. Since there are 2 brands are mentioned here.
you have done with the project of aspect sentiment analysis and upload on your upwork profile Kindle share you full project code of aspect sentimental anslysis with deployment
📌 Hey everyone! Enjoying these NLP tutorials? Check out my other project, AI Demos, for quick 1-2 min AI tool demos! 🤖🚀
🔗 RUclips: www.youtube.com/@aidemos.futuresmart
We aim to educate and inform you about AI's incredible possibilities. Don't miss our AI Demos RUclips channel and website for amazing demos!
🌐 AI Demos Website: www.aidemos.com/
Subscribe to AI Demos and explore the future of AI with us!
this video is really helpful it made me understand about the prompt
Great video. Actually golden for these days
Great to hear!
I have added a link to the notion page, which Includes Instructions or Prompt used during Video
Great :) Succinct and informative video. I look forward to seeing more of your content. :)
Awesome, thank you!
Loved the examples and incremental steps to get to the aspect. thanks Pradip
Glad you like them!
Kudos Pradip, very well explained👍👍
Thanks Prajith. Keep watching .
Awesome video,learnt a lot.
Question : What alternative of GPT-3 we could use to solve this problem from Open source LLM (Hugging face comerical LLM Licenced) ?
Did you chak llama2 : huggingface.co/docs/transformers/model_doc/llama2
This is very good
Thank You. Keep watching any suggestions for next video?
@@FutureSmartAI Can you show multiple ways of doing EDA on text data (Granular Level)
@@s.sasisekhar4608 Sure in future videos. Currently still focusing on NLP use cases.
Hello Pradip , thanks for this valuable video.With aspect pair , is't possible to get the sentiment type of overall text as positive, negative ,neutral and mixed ? Thanks
Yes
Giving bad git executed error on local jupyter systems upon installing pyabsa. Any suggestions on how to fix it?
try first in google colab
Kindly provide
Link to video: Aspect base sentiment analysis using bert model
ruclips.net/video/-UEU-HGjUyQ/видео.html
Hi Pradip thanks for sharing the prompt lists. How to go about classify bulk reviews? will the api call needs to be done for each review or is there a way to do bulk classifications of data. Video / response on this will be great ! thanks in advance for sharing this insights
You can write prompt which takes list of review and returns list of sentiments.
Bro if we want to fine-tune the model, then how many prompt and completion pairs would be enough?? Secondly, what should be the structure of prompt and completion?
You can start with 20 example pairs and check performance if needed you can add more.
Prompt Structure depends on what output you are expecting. Your sample examples should be in same format
I have one question. For example if the input is "The design of iphone is good but the samsung has longer battery life ". Now if I want to analyze the sentiment of iphone is clear that the sentiment about design is positive but for battery life is negative. How to design the prompt for this particular example. Since there are 2 brands are mentioned here.
First you write down sample examples and expected output and GPT should be able to produce similar way
you have done with the project of aspect sentiment analysis and upload on your upwork profile Kindle share you full project code of aspect sentimental anslysis with deployment
It is similar, each video on youtube has code
Hi Pradip, how can i solve this problem ? InvalidRequestError: The model `curie:ft-wrAQszDv88OVOWOQSjjqLZqe` does not exist
It means model you are referring is not attched to your account. Is this valid model?
hello how can i use this with my own data set?
It will be simple juse use pandas library to read your dataset . iterate through it and call gpt for each row
@FutureSmartAI can you elaborte this how to call...
Is there a way expect GPT3? Any small model?
Hi Rudresh, I couldn't get ? can you elaborate bit?