Understanding BERT Embeddings and Tokenization | NLP | HuggingFace| Data Science | Machine Learning

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии • 20

  • @sidharth-singh
    @sidharth-singh Год назад +2

    Quite helpful. I watched it after reading BERT paper and it makes more sense now.

  • @kevon217
    @kevon217 Год назад +1

    great step-by-step. easy to follow and helpful!

  • @punithandharani
    @punithandharani Год назад +2

    Easy to understand. Thank you so much! 🙏

  • @Lagzilla1
    @Lagzilla1 2 месяца назад

    Great video but i have one question. What you have shown in this video is strictly related to "BertTokenizer" from the transformers library? I've heard that you said a lot about word embeddings and now im confused what is the purpose of SentenceTransformer('all-MiniLM-L6-v2') then? Why not just use BertTokenizer?

  • @starsmaker9964
    @starsmaker9964 Год назад

    The video was very useful for me, thank you!

    • @RohanPaul-AI
      @RohanPaul-AI  Год назад +1

      Great to know you liked @starsmaker

  • @RishiGarg-ld5hx
    @RishiGarg-ld5hx 8 месяцев назад

    To implement the BERT model, do I need to run it on the google colab where I have access to their GPU or my local windows is sufficient for it?

    • @RohanPaul-AI
      @RohanPaul-AI  7 месяцев назад

      Always better to run in a machine with GPU. In windows without GPU you may be able to run, but will be terribly slow.

  • @CppExpedition
    @CppExpedition 2 года назад

    Exactly what i needed Thx! :D

  • @muhdbaasit8326
    @muhdbaasit8326 Год назад

    Greate video. Please Explain regarding how tokenTypeIds gets generated. its required for for the tabular data.

    • @RohanPaul-AI
      @RohanPaul-AI  Год назад

      Thanks @muhdbaasit8326 - And Good question, will try to cover that very soon. Stay tuned.

  • @8003066717
    @8003066717 Год назад

    is there sources available, actually i want to get the BERT embedding and pass it to BiLSTM ?? i want to learn about ?

    • @RohanPaul-AI
      @RohanPaul-AI  Год назад

      Generally first learning resources on BERT is HuggingFace official doc. Then for many implementations examples you can search in Kaggle and Github

  • @Devamandarangel
    @Devamandarangel 8 месяцев назад

    Arrasou, obrigada pela video aula.

  • @marouahamdi4293
    @marouahamdi4293 8 месяцев назад

    very helpful ! thank you

  • @MuhammadJaalouk
    @MuhammadJaalouk Год назад

    Thank you!