What is Hugging Face? - Machine Learning Hub Explained

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

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

  • @asfasdfsd8476
    @asfasdfsd8476 2 месяца назад +15

    The goat. Explaining in 10 minutes what others can't in 1 hour

    • @NeuralNine
      @NeuralNine  2 месяца назад +5

      That's the goal! Glad you like it! :)

  • @sanketss84
    @sanketss84 3 месяца назад +8

    this is the intro video to hugging face I was looking for. having limited knowledge on AI and ML this video helped me answer so many questions I had about hugging face. thank you. ♥

  • @ansariaburehan263
    @ansariaburehan263 6 месяцев назад +19

    Just found your channel and completed the tutorial of matplotlib and now scrolling your channel. Thank you for this amazing tutorials and videos❤

    • @thomasgoodwin2648
      @thomasgoodwin2648 6 месяцев назад +3

      Been here for ages. Welcome aboard. N9 has a way of taking the seemingly impossible to navigate and making it look super easy, barely an inconvenience.

  • @aidajam3294
    @aidajam3294 6 месяцев назад +11

    I like you being concise and informative ❤

  • @trancepriest
    @trancepriest Месяц назад +3

    Thank you! I like your way of explaining things. Just subscribed… keep up the good works.

    • @NeuralNine
      @NeuralNine  Месяц назад

      @@trancepriest Thanks! Happy to hear that!

  • @ErickSntM
    @ErickSntM 4 месяца назад +2

    Thank you, the knowledge was very blur, but with your help seems very clear now

  • @dolapo_salim
    @dolapo_salim Месяц назад +2

    Really helpful and detailed!

  • @DarkBow_
    @DarkBow_ 14 дней назад

    Thanks a lot, that's better than any other explaination videos on Hugging Face lol. I did not understand what it was, how it could be useful and else, but now i understand, so thanks.

  • @MartinBenesCreative
    @MartinBenesCreative 4 месяца назад +1

    Thanks a lot. I see that HF is also a sort of hosting for the applications we create on HF. For example we can create a model let’s say for changing the contrast of an image, right? Now the question. Since HF is also a hosting for these models, how can we use them inside our own website when the space we create is private?

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

    i heard about this and didnt know how to use it super cool

  • @eriqfromimo2570
    @eriqfromimo2570 4 месяца назад +1

    Nice video! Straight to the point! Thanks for this.

  • @krishnahari3875
    @krishnahari3875 Месяц назад +2

    Thank you , it is a great learning

  • @mikekaspari1357
    @mikekaspari1357 5 месяцев назад +2

    Interesting video. If I have no need for StableDiffusionPipeline from the first example, how to delete this from my local machine? In my case I use a M1 Mac. If you first run the python code the model will be downloaded to your machine

  • @StellarStoic
    @StellarStoic 6 месяцев назад +7

    This channel has the best intro music 🎶

    • @JLSXMK8
      @JLSXMK8 6 месяцев назад +2

      MC_LOOPER - "Reaching" (inst.)

  • @AaronBlox-h2t
    @AaronBlox-h2t 2 месяца назад +2

    cuda means you have to have a nvidia gpu. If you have intel gpu like arc a770 16GB then you use Intel IPEX-LLM and that requies coding not just copy paste off HF.

    • @AaronBlox-h2t
      @AaronBlox-h2t 2 месяца назад +1

      But the advantage of that is you can leverage your fast 7400MB/sec NVME ssd and its 5TB to run large models.... RAM can also be employed so you are not limited to GPU VRAM.

  • @Les_decouvertes
    @Les_decouvertes 7 дней назад

    Thank you very much for this very clear exploration.
    I have a question about microsoft's TTS model, provided it only supports certain languages, how can it be used in the language like Darijan from Morocco? The words are written in the French alphabet but the pronunciation differs. Can you help me? Any references?
    Thank you.

  • @Krullfath
    @Krullfath 6 месяцев назад +2

    Does your vidstream python module also have a way to mirror mouse movements and/or keystrokes when screensharing? That would be awesome, if not, I'll have to make my own

  • @rushabhshah12200
    @rushabhshah12200 6 месяцев назад +2

    I want videos related to GenAI using HugginFace OpenSource Models. If possible I want to learn this from your channel. Please make the content around this.

  • @amarquaye
    @amarquaye 6 месяцев назад +2

    Hello. Can anyone recommend a text summarization model that is lightweight or fast?
    Need one for a school project

  • @SathishKumar-qk4hu
    @SathishKumar-qk4hu 4 месяца назад +1

    Thank you. Just what I needed

  • @JoeBurnett
    @JoeBurnett 6 месяцев назад +3

    Great information! Thank you!

  • @_n1c0l4s
    @_n1c0l4s Месяц назад

    Amazing vid! Does it make sense to try to "recreate" an LLM using a HF model running on our own hardware? Is that even possible, or are these models meant to be small components of an app?
    Thank you, I am a newbie to all of this.

  • @avinashmaurya4231
    @avinashmaurya4231 3 месяца назад +2

    Does this download the model everytime you execute the code or is there any way i can provide a local directory and use the code?

    • @AaronBlox-h2t
      @AaronBlox-h2t 2 месяца назад

      You can dl the model to a folder of your choice. I found using the cli , command line interface aka terminal code to be the most reliabel way to dl models from HF.

  • @RunnerProductions
    @RunnerProductions 5 месяцев назад +2

    man, how did you learn all this and coding? i want to be proficient and just know how to do most basic functions. Of course im using ai to get me through for the most part, i still dont exactly understand why or where it came from

  • @thomasgoodwin2648
    @thomasgoodwin2648 6 месяцев назад +5

    Getting into Stable Diffusion (via ComfyUI) and recently LLMs (via Ollama) introduced me to Hugging Face about a year ago, and I had downloaded several models from there, but until now the rest of it had me totally intimidated (as being so above my meager programming chops and egghead power that I really didn't explore it any further than that).
    Fear is the mind killer. Now that I grok how easy it really is... time to go break some eggs!
    Thanks yet again. You continue to keep my mind perpetually blown and showing us the potentials we didn't even know exist.
    🖖👽👍

  • @ohaya1
    @ohaya1 6 месяцев назад +3

    Super helpful, thank you!

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

    What machine do you have? I have a thinkpad with integrated intel cpu. I also use wsl with 10g memory. I can't even run the text to image code.

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

      A Desktop PC with a 3060 Ti and 32 GB of RAM. If you are working on a laptop, using cloud platforms might make more sense.

  • @tituspowell
    @tituspowell 6 месяцев назад +1

    Very clear and useful. Thank you!

  • @ashwin9337
    @ashwin9337 3 месяца назад +1

    shouldn't we Install CUDA and cuDNN to operate this in GPU?

  • @freakphysics
    @freakphysics 24 дня назад

    wow, incredible content. Subscribed

  • @coopernik
    @coopernik 6 месяцев назад +4

    different video but much appreciated

  • @vapos5454
    @vapos5454 Месяц назад

    I wonder if there is a free limit on using these models? Or can we run it on our GPU without any limits?

  • @trikooCreates
    @trikooCreates 29 дней назад +1

    how can i deploy the models?

  • @djangoworldwide7925
    @djangoworldwide7925 6 месяцев назад +1

    Hey. My GPU is Intel. I installed accelerate but i still need to use CPU, which takes forever. any idea how i can make use of my Intel GPU?

  • @sandeepsandha
    @sandeepsandha 23 дня назад

    Super Helpful video

  • @iamhansaja
    @iamhansaja 5 месяцев назад +1

    Clear and useful 🥰

  • @peterwestin1874
    @peterwestin1874 6 месяцев назад +1

    Great video 💯 Thank you :)

  • @qazwsxedcrfvtgb8877
    @qazwsxedcrfvtgb8877 5 месяцев назад +2

    This is amazing!!!!

  • @VovaY
    @VovaY 6 месяцев назад +2

    Thank you, man!

  • @cliptowatch
    @cliptowatch 5 месяцев назад +1

    can we use those datasets for our portfolio project??

    • @Prof-Reza
      @Prof-Reza Месяц назад

      Yes. Everything on HF is open source

  • @openroomxyz
    @openroomxyz 3 месяца назад +1

    Thanks that was informative

  • @TheInsuranceDudes
    @TheInsuranceDudes 2 месяца назад +11

    Woah dude, you didn't create a virtual environment, you dshould prob tell folks to create a virtual env first so they dont clutter their cpu and screw up any other projects' dependencies, no?

    • @AaronBlox-h2t
      @AaronBlox-h2t 2 месяца назад +1

      Yes, he is not a serious coder....

    • @TomSaw_de
      @TomSaw_de 26 дней назад

      So... Being a ML beginner, should i create a virtenv?

    • @MaliWari
      @MaliWari 25 дней назад

      ​@TomSaw_de yes to be on the safe side...

  • @fejanmalek6697
    @fejanmalek6697 3 месяца назад +1

    Great video thanks

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

    Good overview

  • @DJPapzin
    @DJPapzin 4 месяца назад +1

    Thanks for teaching

  • @raphaelpavani
    @raphaelpavani Месяц назад

    Thank you very much! 👏

  • @flashkachannel2756
    @flashkachannel2756 6 месяцев назад +2

    Спасибо за видео 😊❤️

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

    that repository ruwnayml/stable-diffusion-v1-5 is gone

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

    like a playstore but with code that you can work with

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

    Funny how this isn't basic enough for me...the search continues...

  • @Feeltheraze43
    @Feeltheraze43 6 месяцев назад +3

    Thanks

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

    yo

  • @julia555lol
    @julia555lol 6 месяцев назад +1

    ❤❤❤