rombodawg commited on
Commit
290cefb
1 Parent(s): 5221b68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -12,12 +12,18 @@ tags:
12
  base_model: NousResearch/Meta-Llama-3-8B
13
  ---
14
 
15
- # Uploaded model
16
 
17
- - **Developed by:** rombodawg
18
- - **License:** apache-2.0
19
- - **Finetuned from model :** NousResearch/Meta-Llama-3-8B
20
 
21
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
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
+ ```