Fine Tuning DistilBERT for Multiclass Text Classification | TensorFlow | NLP | Machine Learning

🔥🐍 Checkout the MASSIVELY UPGRADED 2nd Edition of my Book (with 1300+ pages of Dense Python Knowledge) Covering 350+ Python 🐍 Core concepts
🟠 Book Link - rohanpaul.gumroad.com/l/pytho...
---------------------
Hi, I am a Machine Learning Engineer | Kaggle Master. Connect with me on 🐦 TWITTER: / rohanpaul_ai - for daily in-depth coverage of Machine Learning / LLM / OpenAI / LangChain / Python Intricacies Topics.
Code in GitHub - github.com/rohan-paul/LLM-Fin...
======================
You can find me here:
**********************************************
🐦 TWITTER: / rohanpaul_ai
👨🏻‍💼 LINKEDIN: / rohan-paul-ai
👨‍🔧 Kaggle: www.kaggle.com/paulrohan2020
👨‍💻 GITHUB: github.com/rohan-paul
🧑‍🦰 Facebook Page: / rohanpaulai
📸 Instagram: / rohan_paul_2020
**********************************************
Other Playlist you might like 👇
🟠 Natural Language Processing with Deep Learning : bit.ly/3P6r2CL
🟠 MachineLearning & DeepLearning Concepts & interview Question Playlist - bit.ly/380eYDj
🟠 DataScience | MachineLearning Projects Implementation Playlist - bit.ly/39MEigt
🟠 ComputerVision / DeepLearning Algorithms Implementation Playlist - bit.ly/36jEvpI
#NLP #machinelearning #datascience #textprocessing #kaggle #tensorflow #pytorch #deeplearning #deeplearningai #100daysofmlcode #pythonprogramming #100DaysOfMLCode

Пікірлер: 24

  • @ozodbekozodov0609
    @ozodbekozodov06099 ай бұрын

    very useful and easy to follow!

  • @RohanPaul-AI

    @RohanPaul-AI

    9 ай бұрын

    Glad you liked..

  • @dmitriyneledva4693
    @dmitriyneledva46937 ай бұрын

    This is a great video 😊

  • @RohanPaul-AI

    @RohanPaul-AI

    7 ай бұрын

    Thank you!! 😊

  • @shaunakalshi4547
    @shaunakalshi45474 ай бұрын

    Great video

  • @ziadullah8199
    @ziadullah8199 Жыл бұрын

    Great

  • @venkatesanr9455
    @venkatesanr9455 Жыл бұрын

    Your videos are great and useful. Can you discuss handling unstructured nlp task like documents unlabeled text processing?

  • @RohanPaul-AI

    @RohanPaul-AI

    Жыл бұрын

    Thanks Venkatesan. Yes thats in my to do list as well..

  • @tofufa8903
    @tofufa8903 Жыл бұрын

    is it possible to get the top 5 prediction result, instead of just one?

  • @lamle5183
    @lamle51838 ай бұрын

    Thank you! Very helpful. If possible, can you please do another video for fine-tuning XLNet, and also for multi-class text classification?

  • @RohanPaul-AI

    @RohanPaul-AI

    8 ай бұрын

    Sure, lemme see if I can accomodate that video.

  • @lamle5183

    @lamle5183

    8 ай бұрын

    @@RohanPaul-AI Thank you very much, man! Your tutorials are very helpful. Your explanation is clear, not so slow, not so fast, and right on point! I have to say again and again that I really appreciate the works you are putting into these!

  • @vargheseka2032
    @vargheseka203210 ай бұрын

    which tensorflow version did you use?

  • @kamnanarang1421
    @kamnanarang142111 ай бұрын

    im getting error while running model=... as version TF not found on ur system. kindly help

  • @hemalshah1410
    @hemalshah1410 Жыл бұрын

    I got error on > import TFDistilBertForSequenceClassification with "AssertionError: Duplicate registrations for type 'experimentalOptimizer'" any solution ?

  • @RohanPaul-AI

    @RohanPaul-AI

    Жыл бұрын

    "experimentalOptimizer" is a type that is defined in TensorFlow. So the error "Duplicate registrations for type 'experimentalOptimizer'" - is most probably caused by conflicting or multiple versions of TensorFlow being installed. And so you gotta try uinstall all tensorflow & Keras stuff and do a fresh installation Also Checkout below - stackoverflow.com/questions/71104727/keras-assertionerror-duplicate-registrations-for-type-experimentaloptimizer

  • @missdarkness5771
    @missdarkness5771Ай бұрын

    U using tpu or gpu?

  • @RohanPaul-AI

    @RohanPaul-AI

    Ай бұрын

    GPU

  • @missdarkness5771

    @missdarkness5771

    Ай бұрын

    @@RohanPaul-AI is that colab can help me in my own data with * and [ characters inside the answers???

  • @luisvalenciadjproducer8500
    @luisvalenciadjproducer8500 Жыл бұрын

    Why are you downnloading stopwords if thats not even used in the rest of the code?

  • @caiyu538
    @caiyu538 Жыл бұрын

    Great