Couldn't find a single article explaining the codes behind bertopic, the explanation in this video is absolutely perfect thanks!!
@CodeEmporium3 жыл бұрын
You're welcome :)
@pierrickleroy7802 жыл бұрын
Another clear explanation of multiple sota useful concepts, cheers man I really like your videos and way of communicating things !
@IRiViI3 жыл бұрын
I just wanted to say that I love your videos!
@MLA263 Жыл бұрын
This is amazing, thank you, you hero
@chetanetrx20053 жыл бұрын
Nice video.. Can you please explain how sentence transformer works at inference time when we have only one sentence?
@lepton5553 жыл бұрын
Awesome job, man! Absolutely horrific! Thank you!
@lucyledezma7092 жыл бұрын
Great video!!!🤗🤗🤗
@CodeEmporium2 жыл бұрын
Thanks a ton :)
@kabeerjaffri40153 жыл бұрын
Hey can you make a video on unsupervised temporal action localization in video. like when you search google for somthing and they show time intervals where video content matches your query. I think its a great topic and may spark your interest. BTW great content as usual
@teetanrobotics53633 жыл бұрын
Amazing content bro. Please keep updating your playlists.
@yazdipour3 жыл бұрын
love ur bert/nlp contents
@CodeEmporium3 жыл бұрын
Glad you do. I'll try making more of this :)
@emanuelgerber3 жыл бұрын
Thanks for making this video! Helps a lot
@gunavardhinip Жыл бұрын
Brother will you explaint bart for text summarization
@datasci45473 жыл бұрын
Very clear explanation. Thank you :)
@alexnim48733 жыл бұрын
Amazing video bro. Very helpful. Thanks so much
@CodeEmporium3 жыл бұрын
You are very welcome :)
@user-or7ji5hv8y3 жыл бұрын
Really well explained
@CodeEmporium3 жыл бұрын
Thanks :)
@wilfredomartel7781 Жыл бұрын
Just a doubt. So tripplet dataset is better for improving embeddings. May a video of how to fine tuning a non english transformer?
@CodeEmporium Жыл бұрын
Sure thing. The goal is to make a series in BERT training and code soon from scratch. In the mean time, maybe you’ll enjoy the playlist called “Transformers from Scratch” where I build a translator for a non-English language. Though there is no “pre-training” and “fine tuning”, many components of BERT are similar to the transformer. So I recommend checking that out
@wilfredomartel7781 Жыл бұрын
@@CodeEmporium thank you to take your time in resondijg my message. Maybe a link suggestion my friend.
@CodeEmporium Жыл бұрын
Transformers from scratch kzbin.info/aero/PLTl9hO2Oobd97qfWC40gOSU8C0iu0m2l4
@Daniel-gy1rc2 жыл бұрын
can u make a video about Google-Palm?
@anonxnor3 жыл бұрын
You should be able to do this with the CLS token embeddings, instead of sentence embeddings from S-BERT, if you use regular BERT right?
@pranaymehta84713 жыл бұрын
Have you tried to work with BERTopic with datasets that are bigger in size ? For instance 100k, 500k data sizes ? From what I have seen, the sentence transformer takes a lot of time to create the N dimensional embeddings . I am not sure if berTopic runs things in parallel.
@CodeEmporium3 жыл бұрын
Good question. Sorry I'm late to this. I've worked with Sentence Transformers in general and i can say the speed and quality really depends on which sentence transformer you use. You'll just need to choose the one that balances both qualities if speed is Essential (like for online applications as opposed to postmortem analysis) Also BERT and hence the sentence transformer process information in parallel. I know Sentence Transformers have this method called "embedding()" where you can pass in a list and we fetch the embeddings in parallel
@geoffreyanderson47193 жыл бұрын
My spidey-sense tingles for me when more than half of the topics in the corpus are unclustered. Exploratory data analysis on those might reveal some easily fixed errors. Like, I might want to see what happens when you topic model just those bad bois, letting all the rest of the good bois to go home on the regular schoolbus. Maybe the Breakfast Club misfits have something in common with each other after all.
@CodeEmporium3 жыл бұрын
Aye good eye. I was mostly just trying to illustrate BERT. But some analysis on this would have been nice too as a follow up
@Burakyesilvlogs3 жыл бұрын
Great video
@CodeEmporium3 жыл бұрын
Thank you 😊
@boubacarbah14552 жыл бұрын
Hello , i'm trying to reproduce your exercice. But i got a problem when i tried to import BERTOPIC " from import bertopic ".I get this error " no module named "llvmlite.binding.dylib". And i could not fix it; Si i wonder if you have a solution ?