Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,8 @@ Developed by **Aura Industries**, with contributions from **Anthracite Org**
|
|
27 |
|
28 |
## Training Configuration
|
29 |
|
|
|
|
|
30 |
```yaml
|
31 |
base_model: arcee-ai/Llama-3.1-SuperNova-Lite
|
32 |
model_type: AutoModelForCausalLM
|
@@ -153,6 +155,7 @@ special_tokens:
|
|
153 |
pad_token: <|finetune_right_pad_id|>
|
154 |
eos_token: <|eot_id|>
|
155 |
```
|
|
|
156 |
|
157 |
## License
|
158 |
|
|
|
27 |
|
28 |
## Training Configuration
|
29 |
|
30 |
+
<details><summary>Click here for Axolotl config</summary>
|
31 |
+
|
32 |
```yaml
|
33 |
base_model: arcee-ai/Llama-3.1-SuperNova-Lite
|
34 |
model_type: AutoModelForCausalLM
|
|
|
155 |
pad_token: <|finetune_right_pad_id|>
|
156 |
eos_token: <|eot_id|>
|
157 |
```
|
158 |
+
</details><br>
|
159 |
|
160 |
## License
|
161 |
|