Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,7 @@ The tagged questions in the QueryBridge dataset are designed to train language m
|
|
28 |
| `<ref>`| **References**: Tags in questions that refer back to previously mentioned entities or concepts. These can indicate cycles or self-references in queries. Example: In "Who is the CEO of the company founded by himself?", the word 'himself' is tagged as `<ref>himself</ref>`. |
|
29 |
|
30 |
|
|
|
31 |
# How to use the model?
|
32 |
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:
|
33 |
|
@@ -168,6 +169,9 @@ python command.py
|
|
168 |
</details>
|
169 |
|
170 |
|
|
|
|
|
|
|
171 |
# How We Fine-Tuned the Model
|
172 |
|
173 |
We fine-tuned the `Meta-Llama-3-8B` model by two key steps: preparing the dataset and executing the fine-tuning process.
|
|
|
28 |
| `<ref>`| **References**: Tags in questions that refer back to previously mentioned entities or concepts. These can indicate cycles or self-references in queries. Example: In "Who is the CEO of the company founded by himself?", the word 'himself' is tagged as `<ref>himself</ref>`. |
|
29 |
|
30 |
|
31 |
+
|
32 |
# How to use the model?
|
33 |
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:
|
34 |
|
|
|
169 |
</details>
|
170 |
|
171 |
|
172 |
+
|
173 |
+
|
174 |
+
|
175 |
# How We Fine-Tuned the Model
|
176 |
|
177 |
We fine-tuned the `Meta-Llama-3-8B` model by two key steps: preparing the dataset and executing the fine-tuning process.
|