aorogat commited on
Commit
7134c46
·
verified ·
1 Parent(s): 2f12770

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ There are two main steps
43
 
44
  ## 1- Download the model from Huggingface
45
  To use the model, you can run it with TorchTune commands. I have provided the necessary Python code to automate the process. Follow these steps to get started:
46
- - Download the fintuned version `meta_model_0.pt` file (see the `files` tap in this page).
47
  - Save the model file in the following directory: `/home/USERNAME/Meta-Llama-3-8B/`
48
 
49
  ## 2- Using the model
 
43
 
44
  ## 1- Download the model from Huggingface
45
  To use the model, you can run it with TorchTune commands. I have provided the necessary Python code to automate the process. Follow these steps to get started:
46
+ - Download the fintuned version including the `meta_model_0.pt` file and the tokenizer. (see the `files and versions` tap in this page).
47
  - Save the model file in the following directory: `/home/USERNAME/Meta-Llama-3-8B/`
48
 
49
  ## 2- Using the model