SENTIMENT ANALYSIS with HUGGING FACE TRANSFORMERS

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

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

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

    Hi guys 😀This video walks you through how to perform sentiment analysis with the Transformers library👍Don't forget to subscribe, like the video, and leave a comment ☺ Happy learning 🚀

  • @Username56291
    @Username56291 5 месяцев назад

    how to use it multimodal social media for images and text with transformers from huggingface?

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

    I am getting an error in training arguments after updating the accelerator

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

      Could you write the error you get?

    • @TraveloguesByMeghdoot
      @TraveloguesByMeghdoot 6 месяцев назад

      @@TirendazAI training_args = TrainingArguments This statement is giving error.

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

    Amazing explaination

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

    superb learnings from you! thanks so much

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

    hey I need some help in a project involving sentiment analysis..is there a way to connect with you so that I can ask a few queries?

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

      Hey, you can use 👉 tirendazcontant@gmail.com to ask a question. You can use this link to work with me 👉 www.upwork.com/ab/flservices/workwith/elifev

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

    very nice video

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

      Glad to hear that.

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

    Thanks. Can you share Notebook

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

      You're welcome Here is the notebook link: github.com/TirendazAcademy/Hugging-Face-Tutorials/blob/main/Sentiment_Analysis_with_HuggingFace.ipynb

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

      ​@@TirendazAI thanks🎉

  • @siMetrika22
    @siMetrika22 6 месяцев назад

    okey i am subscribe this channel now, i hope I will find some worth information and tips here

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

    can you make a model which could preprocess the data automatically?

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

      You can preprocess the data with the AutoTokenizer class in Transformers.

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

    Why are you resetting this dataset

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

      To work with Dataset format. This is a datasets type. Transformers understands form this format.

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

      @@TirendazAIthanks for your quick response, there is another issue that I am encountering - def tokenize_function(batch):
      return tokenizer((batch["text"]), padding= True, truncation=True) gives an error -
      "text input must of type `str` (single example), `List[str]` (batch or single pretokenized example) "
      "or `List[List[str]]` (batch of pretokenized examples).
      def tokenize_function(batch):
      return tokenizer((batch["text"]).tolist(), padding= True, truncation=True)
      issue is fixed but the column names text and label are removed. I have only attention_mask and input_id in the tokenized dataset.
      Can you help?

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

      You're welcome. Coming to your problem, you can try to convert the type of the text column to str using the cast() method. I hope this works. @@vibhashukla8221

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

      thanks..issue resolved

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

    AI Voice?