Update README.md
Browse files
README.md
CHANGED
|
@@ -78,6 +78,7 @@ print(tokenizer.decode(response))
|
|
| 78 |
# <functioncall> {"name": "search_web", "arguments": '{"search_terms": ["Melbourne news", "April 27, 2014"]}'}<|eot_id|>
|
| 79 |
```
|
| 80 |
## Training hyperparameters
|
|
|
|
| 81 |
```yaml
|
| 82 |
# The path to the local model directory or Hugging Face repo.
|
| 83 |
model: "meta-llama/Meta-Llama-3-8B-Instruct"
|
|
|
|
| 78 |
# <functioncall> {"name": "search_web", "arguments": '{"search_terms": ["Melbourne news", "April 27, 2014"]}'}<|eot_id|>
|
| 79 |
```
|
| 80 |
## Training hyperparameters
|
| 81 |
+
lora_config.yaml
|
| 82 |
```yaml
|
| 83 |
# The path to the local model directory or Hugging Face repo.
|
| 84 |
model: "meta-llama/Meta-Llama-3-8B-Instruct"
|