Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- tatsu-lab/alpaca
|
4 |
+
library_name: peft
|
5 |
+
tags:
|
6 |
+
- llama1-7b
|
7 |
+
- code
|
8 |
+
- instruct
|
9 |
+
- alpaca-instruct
|
10 |
+
- alpaca
|
11 |
+
- llama7b
|
12 |
+
---
|
13 |
+
|
14 |
+
We finetuned huggyllama/llama-7b on tatsu-lab/alpaca Dataset for 5 epochs or ~ 25,000 steps using [MonsterAPI](https://monsterapi.ai) no-code [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm).
|
15 |
+
|
16 |
+
This dataset is HuggingFaceH4/tatsu-lab/alpaca unfiltered, removing 36 instances of blatant alignment.
|
17 |
+
|
18 |
+
The finetuning session got completed in 4 hours and costed us only `$16` for the entire finetuning run!
|
19 |
+
|
20 |
+
#### Hyperparameters & Run details:
|
21 |
+
- Model Path: huggyllama/llama-7b
|
22 |
+
- Dataset: tatsu-lab/alpaca
|
23 |
+
- Learning rate: 0.0003
|
24 |
+
- Number of epochs: 5
|
25 |
+
- Data split: Training: 90% / Validation: 10%
|
26 |
+
- Gradient accumulation steps: 1
|
27 |
+
|
28 |
+
license: apache-2.0
|
29 |
+
---
|