mshumer / gpt-llm-trainer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NousResearch/llama-2-7b-chat-hf NOT AVAILABLE

KabaTubare opened this issue · comments

NousResearch/llama-2-7b-chat-hf is no longer available and when I got to this stage in the project, there was no model available...and the wholöe process needed to be restart from scratch. What llama 2 model would you recommend in its place. Tried the Bloke uncensored and ran into trouble using that one, and since it takes so long getting everything in place for that stage to fail is quite annoying and expensive on colab. So perhaps someone can help suggest a model that is loadable for this project.

  1. Get access to the official llama2 model from meta on hugging face: https://huggingface.co/meta-llama/Llama-2-7b.
  2. Before the that block of code, login to hugging face:
from huggingface_hub import login
login()
  1. Get your HuggingFace token by go to setting and paste it in

Hope this help!