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

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 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!!!

  • @aadarshsingh7406
    @aadarshsingh7406 9 หลายเดือนก่อน +1

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

    • @KGPTalkie
      @KGPTalkie  9 หลายเดือนก่อน

      Thanks a lot for appreciation

  • @bhavikdudhrejiya852
    @bhavikdudhrejiya852 ปีที่แล้ว +1

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

    • @KGPTalkie
      @KGPTalkie  ปีที่แล้ว +1

      Your welcome 😍

  • @khushbootaneja6739
    @khushbootaneja6739 9 หลายเดือนก่อน +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  9 หลายเดือนก่อน +1

      Cool. Happy to know this.

  • @mico-ju3ev
    @mico-ju3ev 8 หลายเดือนก่อน +1

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

  • @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

  • @abhayurmaliya6801
    @abhayurmaliya6801 หลายเดือนก่อน +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

  • @ihssaneelghazi1886
    @ihssaneelghazi1886 7 หลายเดือนก่อน

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

  • @vedanttiwari9621
    @vedanttiwari9621 2 หลายเดือนก่อน

    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 10 หลายเดือนก่อน +1

    Thank you so much, it helped alot.

    • @KGPTalkie
      @KGPTalkie  10 หลายเดือนก่อน

      Thanks for watching. Happy learning

  • @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
      th-cam.com/video/ZYc9za75Chk/w-d-xo.htmlsi=FxAipl_tYqD4mXez

  • @jkscout
    @jkscout หลายเดือนก่อน

    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.

  • @philtoa334
    @philtoa334 ปีที่แล้ว +1

    Very Nice.

  • @rahuljassal5712
    @rahuljassal5712 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

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

  • @jkscout
    @jkscout หลายเดือนก่อน

    list_datasets returns an error. Any ideas why?

    • @myslates2854
      @myslates2854 หลายเดือนก่อน +1

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

  • @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 หลายเดือนก่อน

      @@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

  • @khushbootaneja6739
    @khushbootaneja6739 9 หลายเดือนก่อน

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

    • @KGPTalkie
      @KGPTalkie  9 หลายเดือนก่อน

      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  9 หลายเดือนก่อน +1

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

  • @jkscout
    @jkscout หลายเดือนก่อน

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

  • @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