Where can I get a config.json file for Meta-Llama-3-8B-instruct?

#93
by gdb94086 - opened

To whom it may concern, where can I get a config.json file for Meta-Llama-3-8B-instruct? Thank you for your help.

The one on the "Files and Versions" tab doesn't work?
https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct/tree/main

try many times to download the model from huggingface, but failed. it is more easier to download the model from the official website https://llama.meta.com/llama-downloads/ . It would be the original pt model. There is a way to convert the original model to hf models. Just use the script 'convert_llama_weights_to_hf.py' in the newest transformers. It must be the newest version transformers, because for older version, the 'convert_llama_weights_to_hf.py' only supports llama or llama2

Sign up or log in to comment