MULTI-CLASS TEXT CLASSIFICATION USING  BERT AND TENSORFLOW

MULTI-CLASS TEXT CLASSIFICATION USING BERT AND TENSORFLOW

The Artificial Guy

2 года назад

27,691 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@nikhilgjog
@nikhilgjog - 12.01.2022 06:49

thanks! 1) is there a way to get precision and recall? as this is a multiclass problem, could we get micro and macro precision , recall and f1 after each epoch? 2) why did you use `bert-base-cased`? when should we use `bert-base-uncased`?

Ответить
@silenttorpedo1853
@silenttorpedo1853 - 12.01.2022 08:24

Long time no seen bro please keep it continued 🙏 you will progress a lot in teaching world
Your videos are easy to understand

Ответить
@speedxd3383
@speedxd3383 - 12.01.2022 08:26

Thank you for this!

Ответить
@ravikumarpawar2406
@ravikumarpawar2406 - 15.01.2022 19:00

Can you please share why you choose this model, we have some fast models in huggingface,
Is there any advantage of this model, TF

and any alternative for better speed

Ответить
@gloriaabuka5644
@gloriaabuka5644 - 03.03.2022 08:48

Thank you for this video. I tried following along with another dataset but when I tried to one-hot encode my labels by typing " labels[np.arange(len(df)), df['rating'].values]= 1", I get this error "arrays used as indices must be of integer (or boolean) type". Please do you have any idea what I am doing wrong? thank you.

Ответить
@ganeshsuresh4723
@ganeshsuresh4723 - 20.03.2022 13:32

You are the best trainer.... Love you lottt

Ответить
@anthonygonzalez4148
@anthonygonzalez4148 - 30.03.2022 00:49

Thank you so much! What a wonderful, up to date guide.

Ответить
@dwisetyoaji5007
@dwisetyoaji5007 - 02.04.2022 11:36

I got an error,how to solve this
"ValueError: Input 0 of layer "model_8" is incompatible with the layer: expected shape=(None, 256), found shape=(6, 4, 5, 16, 256)"

Ответить
@antoniusanggakurniawan2630
@antoniusanggakurniawan2630 - 22.05.2022 18:17

Thank you for this video. How code for check the evaluation of the model, like f1 score, precision, recall, accuracy, and confusion matrix?
Thank you 😊

Ответить
@slatan7239
@slatan7239 - 16.06.2022 17:39

Hey!! Thanks for this video. Can you tell me how to measure the accuracy of this model?? Thank you already

Ответить
@sameermahajan8764
@sameermahajan8764 - 15.07.2022 22:41

THANK YOU SO MUCH FOR THIS! Thank you!!

Ответить
@murtazasamiwala
@murtazasamiwala - 20.07.2022 02:08

Thanks for this video. It was really helpful. I have one question. When I tested the same thing (different dataset, but similar approach), I didn't get the validation accuracy and loss at the end of the epoch, only the test accuracy and loss. Do you know how to fix this.

Ответить
@yasithudawatte8924
@yasithudawatte8924 - 24.07.2022 17:31

Really helpful. Thank you very much.

Ответить
@basicmaths3443
@basicmaths3443 - 23.08.2022 11:02

model fit is throwing error bro

Ответить
@krishnanv4109
@krishnanv4109 - 22.09.2022 05:50

Very simple and clear explanation

Ответить
@KayYesYouTuber
@KayYesYouTuber - 24.10.2022 04:26

Nice illustration. thanks

Ответить
@tanupriyapathak1347
@tanupriyapathak1347 - 27.11.2022 19:20

How can I integrate this model on my django website?

Ответить
@carloscampos7709
@carloscampos7709 - 06.12.2022 01:14

Thanks for the video! It's really helpful

Ответить
@nesarulhoqueshisir7747
@nesarulhoqueshisir7747 - 21.01.2023 12:20

The Bert model gives different results on every run. How can this problem be solved?

Ответить
@zakoyaki
@zakoyaki - 17.02.2023 14:51

Thank you so much!!!!! Very helpful.

Ответить
@AamerAsh
@AamerAsh - 05.06.2023 08:48

Hi, I want to train this on GPU but its not working. Can u help me?

Ответить
@MeCoolMitch
@MeCoolMitch - 28.06.2023 22:10

Great video! Could you explain how I could add a confusion matrix to this since there is no y_pred, y_test, etc?

Ответить
@rakeshkumarrout2629
@rakeshkumarrout2629 - 29.09.2023 15:46

I am new to bert huggingface. i didnot get anything.

Ответить
@dhavalpatel7883
@dhavalpatel7883 - 28.01.2024 11:37

give me code of confusion matrix for this above code. from where i can take the actual and predicted labels.

Ответить
@nour1976
@nour1976 - 29.01.2024 03:47

can i export this model to tensorflow.js and use it within my react native application?

Ответить
@runjhunsingh2348
@runjhunsingh2348 - 26.04.2024 12:29

tried just everything but getting 38% hamming score accuracy on my multilabel classificastion of 24000 dataset into 26 labels, please suggest something

Ответить
@sairamteja6785
@sairamteja6785 - 17.05.2024 18:41

why are u training the entire bert model?? not fine tunning it

Ответить
@PANDURANG99
@PANDURANG99 - 12.08.2024 12:34

I have 50 labels , will it work?

Ответить