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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -41,12 +41,12 @@ The tagged questions in the QueryBridge dataset are designed to train language m
41
  # How to use the model?
42
  There are two main steps
43
 
44
- ## 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
- 1- Download the fintuned version `meta_model_0.pt` file (see the `files` tap in this page).
47
- 2- Save the model file in the following directory: `/home/USERNAME/Meta-Llama-3-8B/`
48
 
49
- ## Using the model
50
 
51
  <details>
52
  <summary>Steps</summary>
 
41
  # How to use the model?
42
  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
50
 
51
  <details>
52
  <summary>Steps</summary>