5 - Multi-Label Text Classification Model with DistilBERT and Hugging Face Transformers in PyTorch

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ม.ค. 2025

ความคิดเห็น • 22

  • @devadasdamodharan1511
    @devadasdamodharan1511 10 หลายเดือนก่อน +2

    Thank you so much for this video ❤❤❤

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

      Thanks

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

    Awesome 👌👌👌

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

      Thank you! Cheers!

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

    good explanation.😇.
    1. How can we classify if the tag has sub tags (aliases) ?
    Main Tag: Action
    Subtags or Aliases:
    Crime
    Thriller
    Drama
    2. How can we process 1 lakhs of records using the trained model?

  • @domingomartinezt
    @domingomartinezt 27 วันที่ผ่านมา

    Great video!. I made a classification model similar to this one. But I have a question related. Suppose you have on your training data, how many people have voted for a movie to be action or comedy, and you would like to use this information also to train your model. Your label vector for the example was [1, 0, 0, 1, 0] where one is the class active for the comment. Now you will have [240, 0, 0, 42, 0]. Can you use this instead of a classification problem to be a multi-label regression where your model will output the number of votes for a given movie category? Can this be done? I just wondering how to use the additional information. Thanks for any comment on this. Best.

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

    Thanks a lot😊

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

      Thanks for watching ❤️

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

    Thanks for the elaborate video! Is it possible to train on multiple features instead of just one for predicting the labels?

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

      Please explain your problem in detail

  • @Entertainment-yk8jc
    @Entertainment-yk8jc หลายเดือนก่อน

    Thanks a lot

  • @marcelllengkey2652
    @marcelllengkey2652 5 วันที่ผ่านมา

    Can you please help make a tutorial on how to load the model?

  • @mrfahim-m2h
    @mrfahim-m2h ปีที่แล้ว

    in which part and how fine tuned is used in this model?
    will you please explain?

  • @amanPatel-mw7ly
    @amanPatel-mw7ly 3 หลายเดือนก่อน

    Thanks for very good content,
    But I want to have input text length nearly 1024-4096 then can you suggest other model

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

    Why is the max_length set to 128 if the pre-trained model max is 512?

  • @mohammedriad9252
    @mohammedriad9252 ปีที่แล้ว

    Here how to see the training accuracy?

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

    Can you please make video about binary classification problem using hugging face transformer?

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

    tried just everything but getting 38% hamming score accuracy on my multilabel classificastion of 24000 dataset into 26 labels, please suggest something.

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

    First comment😊