Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,18 @@ tags:
|
|
12 |
base_model: NousResearch/Meta-Llama-3-8B
|
13 |
---
|
14 |
|
15 |
-
|
16 |
|
17 |
-
-
|
18 |
-
- **License:** apache-2.0
|
19 |
-
- **Finetuned from model :** NousResearch/Meta-Llama-3-8B
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
base_model: NousResearch/Meta-Llama-3-8B
|
13 |
---
|
14 |
|
15 |
+
This is was experinment to update my training method for future finetunes.
|
16 |
|
17 |
+
This model was trained on the dataset bellow for 5 epochs, at a learning rate of 2e-4, with 20 warm up steps.
|
|
|
|
|
18 |
|
19 |
+
https://huggingface.co/datasets/Replete-AI/code_test_dataset_10k
|
20 |
|
21 |
+
Prompt format: Alpaca
|
22 |
+
|
23 |
+
```
|
24 |
+
Below is an instruction that describes a task, Write a response that appropriately completes the request.
|
25 |
+
|
26 |
+
### Instruction:
|
27 |
+
|
28 |
+
### Response:
|
29 |
+
```
|