Fine-tune GPT3.5 Turbo with bank customer service data | With Code!

  Рет қаралды 5,132

Sophia Yang

Sophia Yang

9 ай бұрын

Colab: colab.research.google.com/git...
Github: github.com/sophiamyang/demos/...
🔔 SUBSCRIBE to my channel: kzbin.info...
⭐ Stay in touch ⭐
📚 DS/ML Book Club: dsbookclub.github.io/
▶ KZbin: / sophiayangds
✍️ Medium: / sophiamyang
🐦 Twitter: / sophiamyang
🤝 Linkedin: / sophiamyang
💚 #ai

Пікірлер: 51
@PiyushRaj-ij3dx
@PiyushRaj-ij3dx 9 ай бұрын
Thank you so much! Just the tutorial I needed!
@rishisharma5827
@rishisharma5827 9 ай бұрын
I am going to forward this to my friends. You are doing good work Ms Yang
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
Thanks so much 🙏😊
@code4AI
@code4AI 9 ай бұрын
Great informative coding video on fine-tuning our beloved ChatGPT model (in detail), with a HuggingFace Dataset! Recommended!
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
Thank you! 🤗🤗
@anshubhatia6532
@anshubhatia6532 7 ай бұрын
Wow!.. This is what I was looking for. Would like to see more videos on evaluation Metrics
@SophiaYangDS
@SophiaYangDS 7 ай бұрын
Thanks and appreciate the ideas 🙏
@VaibhavPatil-rx7pc
@VaibhavPatil-rx7pc 9 ай бұрын
Excellent detailed information thanks
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
Thank you 🙏😊
@andfanilo
@andfanilo 9 ай бұрын
How are you so fast in covering the latest updates 😄 thanks for the clean tutorial!
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
Thank you! I'm only 1 day late lol
@andfanilo
@andfanilo 9 ай бұрын
@@SophiaYangDS Yes, way faster than I could ever be so I'll always be impressed ahah 😁
@sanidhyagoel3314
@sanidhyagoel3314 7 ай бұрын
just the thing i was looking for
@SophiaYangDS
@SophiaYangDS 7 ай бұрын
Thank you 🙏
@leo-ur8kx
@leo-ur8kx 8 ай бұрын
Great tutorial : )
@SophiaYangDS
@SophiaYangDS 8 ай бұрын
Thank you 😊🙏
@JohnyIIOh
@JohnyIIOh 9 ай бұрын
Amazingly fast content creation
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
Thank you! 🤗
@vallikatpeethamber6862
@vallikatpeethamber6862 2 ай бұрын
Great video. One question. How do I save the model locally.
@user-tj4ud4dc2l
@user-tj4ud4dc2l 8 ай бұрын
很清晰,感谢分享
@SophiaYangDS
@SophiaYangDS 8 ай бұрын
谢谢🙏
@cowabungatv4159
@cowabungatv4159 9 ай бұрын
nice!
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
Thanks 🙏
@akanakan1032
@akanakan1032 9 ай бұрын
Great content! Which tool are you using to record yourself and the screen? It's so clean!
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
I just use QuickTime Player for screen recording : )
@akanakan1032
@akanakan1032 9 ай бұрын
thanks, @@SophiaYangDS !
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
@@akanakan1032 You are welcome : )
@imai_official
@imai_official 8 ай бұрын
Please tell, for what using "system content"? Actualy I got user content is when asking question and assistant content is answers from model
@shraey2021
@shraey2021 6 ай бұрын
Hi Sophia, I was wondering if you could do a short video on finetuning with function calling as that is now allowed by openai. Thank you
@SophiaYangDS
@SophiaYangDS 6 ай бұрын
That's a great idea 💡 thanks for the suggestions
@chuanjiang6931
@chuanjiang6931 7 ай бұрын
Can you please make a video teaching us the problems we may encounter and solutions to them, fine-tuning is much harder in practice than many people may expect.
@SophiaYangDS
@SophiaYangDS 7 ай бұрын
Thanks for the suggestions. It's on my to do list : )
@trackerprince6773
@trackerprince6773 6 ай бұрын
What is the difference between custom gpts vs fine-tuning gpts?
@chuanjiang6931
@chuanjiang6931 7 ай бұрын
Say if our customers want to use our fine-tuned model based on GPT-3.5-Turbo, do we have to provide them an API calling the model still on openai's server? We cannot download the model and run it on our company's server, right?
@SophiaYangDS
@SophiaYangDS 7 ай бұрын
Correct that's why many ppl choose to use local models
@wiama
@wiama 9 ай бұрын
when doing question & answering (PDF chatbot), how does it compare to doing the "conventional" way VS fine-tuning?
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
When you do information retrieval with vector database and semantic search, you don't change the model. Fine-tuning changes the model.
@GustaveStresenReuter
@GustaveStresenReuter 9 ай бұрын
​@@SophiaYangDSyes, but, how is this different / better / preferred over using a vectorstore? Also, with a vectorstore you retain the source of the embeddings. Is this true for a fine tuned model?
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
@@GustaveStresenReuter For general use cases, information retrieval is fine. For use cases with specific language (e.g., codes), tone, or specific output format, fine-tuning is better. These two methods are not mutually exclusive. You can do information retrieval with a fine-tuned model.
@Videodecumple
@Videodecumple 7 ай бұрын
Can I use this code for Fine tuning classification? The OpenAI documentation related to classification is too old and I do not feel totally confident using it and the new API for classification use cases (Classify Emails; Spam; not Spam).
@SophiaYangDS
@SophiaYangDS 7 ай бұрын
Yes you totally can!
@Videodecumple
@Videodecumple 7 ай бұрын
​@@SophiaYangDS Is it accurate to say that the "request" column is analogous to the "prompt" in the old API, and the "response-1" column the "completion"?
@zohaibramzan6381
@zohaibramzan6381 8 ай бұрын
Which microphone are you using? let me know?
@SophiaYangDS
@SophiaYangDS 8 ай бұрын
I'm using Tonor TC30
@AkarshanBiswas
@AkarshanBiswas 9 ай бұрын
How much time did it took to fine tune?
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
This demo took 12 min to fine tune
@AkarshanBiswas
@AkarshanBiswas 9 ай бұрын
@@SophiaYangDS Interesting. Thanks alot for the tutorial.
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
@@AkarshanBiswas Thanks!
@sgramstrup
@sgramstrup 9 ай бұрын
Thanks for the channel, but sick and tired of hearing about closedai and their overhyped products. A lot of other interesting things are happening outside closedai and all the other closed proprietary crap..
@SophiaYangDS
@SophiaYangDS 9 ай бұрын
Thanks for the feedback. I'm a big fan of open-source. I will try to cover more open-source content : )
Zephyr 7b beta: paper deep dive, code, & RAG
7:30
Sophia Yang
Рет қаралды 9 М.
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 135 МЛН
ШЕЛБИЛАР | bayGUYS
24:45
bayGUYS
Рет қаралды 677 М.
У мамы в машине все найдется
00:38
Даша Боровик
Рет қаралды 3,3 МЛН
How to Fine-Tune GPT 3.5-Turbo
6:32
HaiHai AI
Рет қаралды 12 М.
NodeJS Finetune GPT using OpenAI ChatGPT Finetuning API
14:13
Coder Gautam
Рет қаралды 936
Sam Altman New statement On GPT-5 Is Surprising!
12:56
TheAIGRID
Рет қаралды 56 М.
ChatGPT Can Now Talk Like a Human [Latest Updates]
22:21
ColdFusion
Рет қаралды 483 М.
Advanced RAG 01: Small-to-Big Retrieval with LlamaIndex
9:17
Sophia Yang
Рет қаралды 10 М.
Fine Tuning OpenAI Models Walkthrough - How and Why
27:22
Adam Lucek
Рет қаралды 584
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
Glow Stick Secret 😱 #shorts
00:37
Mr DegrEE
Рет қаралды 135 МЛН