NLP on Google Sheets with Hugging Face Inference API - No Code ML Tutorial

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 33

  • @gunngunn6763
    @gunngunn6763 3 роки тому +2

    you always bring something new... thank you...eagerly waiting for next video

  • @aneet84
    @aneet84 3 місяці тому +1

    What the heck, you just blew my mind! :)))

  • @YT_Woodish
    @YT_Woodish 3 роки тому

    Fabulous tutorial Abdul!

  • @mikefischbein3230
    @mikefischbein3230 3 роки тому

    Just tried this and it works great. Thank you for the excellent video!

    • @1littlecoder
      @1littlecoder  3 роки тому

      So nice of you to share your feedback. Thank you ☺️

  • @ScriptureFirst
    @ScriptureFirst 3 роки тому +1

    I can’t wait to try this. 🙏🏼 Thank you for a super concise demo! ⌨️ Good Bless you.

    • @1littlecoder
      @1littlecoder  3 роки тому

      Glad you liked it :) thank you 😊

  • @mjacfardk
    @mjacfardk 3 роки тому +2

    Big salute brother 🙏

  • @vijayakrishnaks5909
    @vijayakrishnaks5909 2 роки тому

    Great tutorial. Thanks for sharing this.

  • @staticalmo
    @staticalmo Рік тому

    How many rows until it starts to lag? Like for the importXML function that gets mad after around 100 cells

  • @SD-rg5mj
    @SD-rg5mj Рік тому

    hello I have trouble understanding this video since I speak English badly and in addition I don't know anything about code,
    what I would like to do is to send the text generated by hugging face or another image to text directly in a cell of my Google sheet, would the method you describe allow me to do that?
    anyway thank you very much for your videos

  • @jawadmansoor6064
    @jawadmansoor6064 3 роки тому +1

    doing with downloaded model?

    • @1littlecoder
      @1littlecoder  3 роки тому +1

      Nope. API

    • @jawadmansoor6064
      @jawadmansoor6064 3 роки тому

      @@1littlecoder Let me rephrase the question:
      Where is the video to do this with the downloaded model, in excel sheet (or any spread sheets).

  • @sezaitunca9077
    @sezaitunca9077 3 роки тому

    I have Bearer problem, Please write me correct parameter. I got Acess Token but not working

  • @MisalRaj
    @MisalRaj 3 роки тому +1

    Awesome :)

  • @maxgeraci113
    @maxgeraci113 3 роки тому

    Great, I'll get it a try. Does it work multilanguage?

    • @1littlecoder
      @1littlecoder  3 роки тому

      It should do for whatever the model support. But I think this model currently supports English. Please check the model page linked in the description ✅

  • @sumanthhabib8028
    @sumanthhabib8028 3 роки тому

    Hi Great vedio,can we use this api for custom dataset related to document classification?

    • @1littlecoder
      @1littlecoder  3 роки тому

      Technically we should be able to if we can change the model.

  • @sezaitunca9077
    @sezaitunca9077 3 роки тому

    Exception: Request failed for "use muteHttpExceptions option to examine full response" CODE NOT RUNNIG :(

    • @1littlecoder
      @1littlecoder  3 роки тому

      That's quite strange. Did you try to make http request locally from your computer,n

  • @kopek433
    @kopek433 3 роки тому

    I did every step the same as you did and it doesn't work.

    • @1littlecoder
      @1littlecoder  3 роки тому

      What's happening when you run this?

    • @kopek433
      @kopek433 3 роки тому

      @@1littlecoder When I try to insert candidate labels as a second argument for analyze function - it returns error. Seems like the construction of the function must be wrong i guess.

    • @1littlecoder
      @1littlecoder  3 роки тому

      @@kopek433 Did you try as a separate cell like I did during the demo?

    • @kopek433
      @kopek433 3 роки тому

      @@1littlecoder Exactly, i did it with candidate_labels in a separate cell. When i pass first cell as an argument it is highlighted but when i want to pass the second arguement the functions stops working properly.