Ollama: How To Create Custom Models From HuggingFace ( GGUF )

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 พ.ค. 2024
  • In this video, I am demonstrating how you can create a custom models locally using the model from Huggingface with Ollama. By the end of the video, you will be able to create a simple ChatGPT like UI locally in your computer. It has never been so easy to create custom models and run it locally. Ollama and Huggingface Rocks 😎
    👉🏼 Links:
    Chainlit: docs.chainlit.io/get-started/...
    LangChain: www.langchain.com/
    Ollama: ollama.ai/
    Huggingface model: huggingface.co/TheBloke/Capyb...
    💻 GitHub repo for code: github.com/sudarshan-koirala/...
    ------------------------------------------------------------------------------------------
    ☕ Buy me a Coffee: ko-fi.com/datasciencebasics
    ✌️Patreon: / datasciencebasics
    ------------------------------------------------------------------------------------------
    🔗 🎥 Other videos you might find helpful:
    🔥 Databricks playlist: • 30 Days Of DataBricks
    ⛓️ Langflow: • ⛓️ langflow | UI For 🦜...
    ⛓️ Flowise: • Flowise | UI For 🦜️🔗 L...
    🔥Chainlit playlist: • Chainlit
    🦜️🔗 LangChain playlist: • LangChain
    🦙 LlamaIndex Playlist: • LlamaIndex
    ------------------------------------------------------------------------------------------
    🤝 Connect with me:
    📺 TH-cam: www.youtube.com/@datascienceb...
    👔 LinkedIn: / sudarshan-koirala
    🐦 Twitter: / mesudarshan
    🔉Medium: / sudarshan-koirala
    💼 Consulting: topmate.io/sudarshan_koirala
    #langchain #chainlit #ollama #capybarahermes #chatui #chatgpt #datasciencebasics
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Excellent tutorial !!

  • @ph3ll3r
    @ph3ll3r 9 วันที่ผ่านมา

    It would be interesting to see if you could Open-webUI instead of "Chat UI using ChainLit, LangChain, Ollama and Gemma"

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

    How can I edit the Modelfile, so that it includes within it a context, a personality, or a precise way of answering questions?

  • @SIR_Studios786
    @SIR_Studios786 16 วันที่ผ่านมา

    gguf can be run directly with ollama, how to convert other formats to be converted to use with ollama
    ?

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

    Phenomenal

  • @mixp1x
    @mixp1x 28 วันที่ผ่านมา

    Is there any way we can use Exl2 on Ollama?

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

    how do i pimp my chainlit logo to mine to change it please

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

    Hey mate, very good video with clear explanation. Do u mind to share what terminal app you are using? seems like very convenient with all that autocompletion and some hints

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

      I am using Warp but you can watch this video for making terminal better
      HOW To Make Your Mac Terminal Amazing
      th-cam.com/video/ycapVWVl98M/w-d-xo.html

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

    Could you please use llama index with hugging face

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

    Thanks for sharing it, could you please create a video where we can do Q&A with local documents using Ollma models

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

      Kindly do it , it’s really needed

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

      Please check other videos in this channel, here u go ->
      Chat With Documents Using ChainLit, LangChain, Ollama & Mistral 🧠
      th-cam.com/video/2IL0Sd3neWc/w-d-xo.html

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

    Good explanation! Is there a list of model architectures that are supported by Ollama?

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

      I don’t think there is any architecture for Ollama, you can download any models and use with Ollama. Give a try !!

  • @Pedro-mq7kt
    @Pedro-mq7kt 2 หลายเดือนก่อน

    Nice video,
    Can you make a video changing the system-prompt, temperature
    If its possible.
    Thankyou

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

      Its possible, just provide those parameters in Modelfile.

  • @terry-bn7bh
    @terry-bn7bh หลายเดือนก่อน

    how to create the Modefile on windows?

    • @AnudeepKolluri
      @AnudeepKolluri 29 วันที่ผ่านมา

      Just open vscode and create a file called Modelfile (not sure about capitalization) and insert the content into it. It doesnt need any extension

  • @terry-bn7bh
    @terry-bn7bh หลายเดือนก่อน

    good, how to create the Modefile on windows?😁

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

      it should work in the same way, hive a try !!

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

    hello sir can we deploy this model

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

      Yes you can !!

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

      @@datasciencebasics Sir if possible please can u create one tutorial for deploying this model

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

      hello, deploying a model is use case specific. It can be deployed locally, in different cloud services , etc. Please refer to other videos in my channel for help.

  • @AlanCarrOnlineHypnosis
    @AlanCarrOnlineHypnosis วันที่ผ่านมา

    Far more hassle than it's worth. Just use any other app that uses normal GGUF files, like normal people.

    • @datasciencebasics
      @datasciencebasics  12 ชั่วโมงที่ผ่านมา

      Thanks for the comment. There are many ways to do and its just a preference which one to use🙂

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

    Excellent tutorial !!