aorogat commited on
Commit
d1a4f7b
·
verified ·
1 Parent(s): 1d4f01c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -39,7 +39,14 @@ The tagged questions in the QueryBridge dataset are designed to train language m
39
 
40
 
41
  # How to use the model?
 
 
 
42
  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:
 
 
 
 
43
 
44
  <details>
45
  <summary>Steps</summary>
 
39
 
40
 
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
+ - 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
+ ## Using the model
50
 
51
  <details>
52
  <summary>Steps</summary>