1 - Fine-Tuning DistilBERT for Emotion Recognition using HuggingFace | NLP Hugging Face Project

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

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

  • @teetanrobotics5363
    @teetanrobotics5363 Год назад +5

    Dear KGP Talkie,
    I wanted to take a moment to express my heartfelt gratitude for the amazing videos you create on your channel. Your content has been incredibly insightful and informative, and I've learned so much from watching them.
    I am particularly interested in Natural Language Processing (NLP) and have been exploring the Hugging Face Transformers library. Your expertise in explaining complex topics in a simple and engaging manner is truly commendable.
    I kindly request you to consider covering as many topics as possible on NLP using Hugging Face Transformers in your future videos. Your in-depth explanations and practical examples make the learning process enjoyable and easy to follow.
    Thank you once again for the effort and dedication you put into your work. Your channel has been an invaluable resource for learners like me, and I eagerly look forward to your upcoming NLP videos.

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

      Thanks a lot for your kind words ❤️❤️❤️

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

      Special thanks to chatgpt for this message!!!

  • @mico-ju3ev
    @mico-ju3ev 8 месяцев назад +1

    Thank you very much for providing such a helpful course. It has made my studies less difficult.

  • @aadarshsingh7406
    @aadarshsingh7406 10 месяцев назад +1

    It's a pretty nice video for anyone looking to get started with the huggingface library. Thanks 🌟

    • @KGPTalkie
      @KGPTalkie  10 месяцев назад

      Thanks a lot for appreciation

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

    Awesome video on emotion detection with a detailed explanation. Thank you

  • @khushbootaneja6739
    @khushbootaneja6739 10 месяцев назад +1

    Once again, thank you so much. Lots of blessings to you. Your explanations are very clear and helped a lot in my phd work.

    • @KGPTalkie
      @KGPTalkie  10 месяцев назад +1

      Cool. Happy to know this.

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

    Much needed tutorial 🎉 Thank you so much . Looking forward to more 🙂

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

      Thanks a ton. You are the first one to comment on my first video in Huggingface. Few more tutorials are in pipeline. Would be coming very soon.

  • @AdarshKumar-sj5dn
    @AdarshKumar-sj5dn Год назад +2

    Truly wonderful video

  • @vedanttiwari9621
    @vedanttiwari9621 3 месяца назад

    I am new to machine learning, I have a pending project related to machine learning, I tried to do that on chapGPT and etc. but can't make it work, thanks for this detailed lecture with implementation.

  • @FatemehAghapourasl
    @FatemehAghapourasl 11 месяцев назад +1

    Thank you so much, it helped alot.

    • @KGPTalkie
      @KGPTalkie  11 месяцев назад

      Thanks for watching. Happy learning

  • @abhayurmaliya6801
    @abhayurmaliya6801 2 месяца назад +1

    Hello Sir,
    I am finetuning llama 2 7b chat hf on colab but using quantisation and lora techniuqe and have freeze most layers when the model is finetuned in runtime, it works absolutely fine but if I save thee finetuned model and then load it for inference it does not give the correct output but gives error. Please help me out with ths

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

    Very Nice.

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

    thank u so much , you said somthing about "load the model " how can I do that please ?

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

    thanks a lot brother,,,can you please cover multilabel classification as well with huggingface dataset?

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

      Yes sure

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

      @@KGPTalkie thanks brother❤❤

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

      Hi, Multi Label Classification with Hugging Face live on my channel. Please see it here
      ruclips.net/video/ZYc9za75Chk/видео.htmlsi=FxAipl_tYqD4mXez

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

    What was the point of the Model Building section? Because I don't see the steps you took there implemented again after you use the whole dataset.

  • @rahuljassal5712
    @rahuljassal5712 10 месяцев назад

    Sir, At last while running the command trainer.train(), the following error appears x = np.asarray(x)
    330 else:
    --> 331 raise TypeError(message)
    332
    333 if hasattr(x, "shape") and x.shape is not None:
    TypeError: Expected sequence or array-like, got ,

    • @KGPTalkie
      @KGPTalkie  10 месяцев назад

      Seems like data error. Verify once if data is correct.

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

    I wish you had provided justification for your choice of parameters during the fine-tuning.

  • @PhucPham-my2qb
    @PhucPham-my2qb 8 месяцев назад

    why it takes up disk D when fine-tuning a hugging face model? can you help me

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

      How much space is taken?

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

      @@KGPTalkie The disk drive letter is choosen based on where the cache folder from Hugging face is used to download model weights and dataset. May be Drive letter D was earlier choose and thats whjy HF is using the same

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

    list_datasets returns an error. Any ideas why?

    • @myslates2854
      @myslates2854 2 месяца назад +1

      list_datasets is deprecated. Use
      from huggingface_hub import list_datasets
      datasets = list_datasets()

  • @khushbootaneja6739
    @khushbootaneja6739 10 месяцев назад

    Sir, please tell how to zip and download the model and deploy it.

    • @KGPTalkie
      @KGPTalkie  10 месяцев назад

      Please watch video till last. It is mentioned there. And for deployment you can take my Udemy course on ML deployment. Link is given in the video description in last section.

    • @KGPTalkie
      @KGPTalkie  10 месяцев назад +1

      !zip -r /content/file.zip /content/Folder_To_Zip

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

    😁 promo sm

  • @AbdallahBoukouffallah
    @AbdallahBoukouffallah 9 месяцев назад +1

    you took an existing project and claim that is yours hhhhhhh such a liar

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

    please i want to contact with you

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

      You can reach out to me at udemy@kgptalkie.com