I'm glad to have found this channel. I am new to this stuff, but I am learning quickly. Your PyTorch book is awesome! It brought me here. It is the reason I googled your name and found this channel. Thank you man, you are a great help for new aspirants like me.
Thanks for the awesome video. Can't we using hugging face pipelines for inference rather so much code? Could you please share your suggestions on inference with a custom NER model.
The forward method of BertModel can return the hidden states (or just the last hidden state): huggingface.co/transformers/model_doc/bert.html#transformers.BertModel.forward You can apply your pooling strategy on top of that. Here are some you might want to implement: github.com/hanxiao/bert-as-service#q-what-are-the-available-pooling-strategies Best layer? I doubt there is such a thing (would be great if I am wrong, though). I look at this as another hyperparameter - you need to try a lot of values/strategies.
I'm glad to have found this channel.
I am new to this stuff, but I am learning quickly.
Your PyTorch book is awesome!
It brought me here. It is the reason I googled your name and found this channel.
Thank you man, you are a great help for new aspirants like me.
I love this channel so much! keep up the good work :)
How to deploy intent classifier model with fast API
Venelin, you made my day with your cool reaction to the earthquake :D :D
ahah same had to have a rewatch!
Thanks for the video!
how can i do this for a model with four labels in the predict data ( I'm trying but I didn't succeed)
Hi - the pretrained model link no longer exists. Do you have a newer link?
Hey I was wondering what will be the cost of the of deploying this model ?
How did you get the model on your google drive and make it downloadable?
Great! This is exactly what I'm looking for!
Thanks for the vids. How do we output attentions score for each of the user input word?
Waiting as usual it is going to be highly informative
Does this integrate with kubernetes or docker?
Fantastic! Smooth and Easy!
Thanks for the awesome video. Can't we using hugging face pipelines for inference rather so much code? Could you please share your suggestions on inference with a custom NER model.
Hello, can you make a tutorial on deploying this model on the cloud, plz? Azure | AWS | GCP?
Thanks! Fantastic!
Hello, Great explanation, I had one doubt, can you explain the variable confidence?
the highest probability from the predicted class
Great vidéo
The forward method of BertModel can return the hidden states (or just the last hidden state): huggingface.co/transformers/model_doc/bert.html#transformers.BertModel.forward
You can apply your pooling strategy on top of that. Here are some you might want to implement:
github.com/hanxiao/bert-as-service#q-what-are-the-available-pooling-strategies
Best layer? I doubt there is such a thing (would be great if I am wrong, though). I look at this as another hyperparameter - you need to try a lot of values/strategies.
Awesome content, thank you!
Can we use intent classification model for this fast API
You can use FastAPI and the intent classification BERT model together, yes. Thanks for watching!
Can I deploy this code on heroku?
nah
19:35 earthquake
Damn that earthquake !!!!
Can you please make more tf2 videos? Ps love your content
I'll do some videos on TensorFlow.js soon. Other than that, I am not making any promises. Thanks for the kind words!