Update README.md
Browse files
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
|