As a complete novice to python in general, and FinBERT specifically, this video was a HUGE help with getting my research off the ground. Thank you!
@RitheshSreenivasan2 жыл бұрын
Thank You!
@gobishg Жыл бұрын
Nice one
@RitheshSreenivasan Жыл бұрын
Thank You!
@Juan-Hdez Жыл бұрын
Very useful. Thank you! Question: is there a way to classify thousands of news articles (not just a handful)?
@RitheshSreenivasan Жыл бұрын
Scale your ml model to thousands of articles
@senpaii4121 Жыл бұрын
Hey I'm getting an error "name 'model' is not defined" Can you help how to solve it
@RitheshSreenivasan Жыл бұрын
Could be an issue with libraries not installed properly
@cleytonsantanadesousa43092 жыл бұрын
how to apply in dataframes in CSV?
@RitheshSreenivasan2 жыл бұрын
Apply on text columns in data frames by extracting text and then passing it to the model
@ronylpatil2 жыл бұрын
Is it possible to use it on whole financial report which has more than 1000 words? Actually I am working on one project so can you please help me?
@RitheshSreenivasan2 жыл бұрын
Transformers have sequence length limitations . Check the documentation. You may need to work at paragraph level and then calculate some overall document score
@ronylpatil2 жыл бұрын
@@RitheshSreenivasan Is it possible to use finBERT over it, Actually I have to do sentiment analysis over it.
@RitheshSreenivasan2 жыл бұрын
As I said check the documentation. I have not tried it and hence can’t answer your question