Phi 3 mini 4k instruct Google Colab

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

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

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

    Hi...I am not able to access the Colab Notebook

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

      Yes, the GitHub account got suspended, I will send you a new link tomorrow

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

      @@khushidhar1619 github.com/neuralfalconbackup/Phi-3-mini-4k-instruct-Google-Colab
      For now I have only this .ipynb file

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

      @@neuralfalcon Thank you!!!! Extremely Grateful!

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

      @@neuralfalcon When will you put up the google colab link then? It's awesome btw!

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

    Nice work but the audio generation failed when the text is too long

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

      Yes , we can. It's a bug
      if len(input_text)>=600:
      long_sentence = True
      else:
      long_sentence = False
      We need to add this in
      def talk(input_text):
      And long_sentence no longer will global,
      I will fix it .

    • @neuralfalcon
      @neuralfalcon  6 หลายเดือนก่อน +1

      Bro, Check it, may be it will take few minutes to update. colab.research.google.com/github/neuralfalcon/Phi-3-mini-4k-instruct-Google-Colab/blob/main/Phi_3_mini_4k_instruct_Gradio_Demo.ipynb

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

      or you can change the threshold 600

    • @dimastorres8530
      @dimastorres8530 6 หลายเดือนก่อน +2

      @@neuralfalcon I changed the threshold but it the same problem. Now I'm looking in the merge audio because the error I've received is that the argument is a list. A list of audio files I suspect