Commit
·
50cfcb6
1
Parent(s):
a558223
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- instruct
|
6 |
- gpt2
|
7 |
datasets:
|
8 |
-
-
|
9 |
base_model: gpt2
|
10 |
license: apache-2.0
|
11 |
---
|
@@ -14,38 +14,30 @@ license: apache-2.0
|
|
14 |
|
15 |
**Model Used:** gpt2
|
16 |
|
17 |
-
**Dataset:**
|
18 |
|
19 |
#### Dataset Insights:
|
20 |
|
21 |
-
[
|
22 |
|
23 |
#### Finetuning Details:
|
24 |
|
25 |
-
With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](https://
|
26 |
|
27 |
- Was achieved with great cost-effectiveness.
|
28 |
-
- Completed in a total duration of
|
29 |
-
- Costed `$
|
30 |
|
31 |
#### Hyperparameters & Additional Details:
|
32 |
|
33 |
- **Epochs:** 1
|
34 |
-
- **
|
35 |
-
- **Total Finetuning Cost:** $0.101
|
36 |
- **Model Path:** gpt2
|
37 |
- **Learning Rate:** 0.0002
|
38 |
- **Data Split:** 100% train
|
39 |
-
- **Gradient Accumulation Steps:**
|
40 |
- **lora r:** 32
|
41 |
- **lora alpha:** 64
|
42 |
|
43 |
-
|
44 |
-
```
|
45 |
-
<|system|> <|endoftext|> <|user|> [USER PROMPT]<|endoftext|> <|assistant|> [ASSISTANT ANSWER] <|endoftext|>
|
46 |
-
```
|
47 |
-
#### Training loss :
|
48 |
-
|
49 |
-

|
50 |
-
|
51 |
license: apache-2.0
|
|
|
5 |
- instruct
|
6 |
- gpt2
|
7 |
datasets:
|
8 |
+
- cognitivecomputations/dolphin-coder
|
9 |
base_model: gpt2
|
10 |
license: apache-2.0
|
11 |
---
|
|
|
14 |
|
15 |
**Model Used:** gpt2
|
16 |
|
17 |
+
**Dataset:** cognitivecomputations/dolphin-coder
|
18 |
|
19 |
#### Dataset Insights:
|
20 |
|
21 |
+
[Dolphin-Coder](https://huggingface.co/datasets/cognitivecomputations/dolphin-coder) Dolphin-Coder dataset – a high-quality collection of 100,000+ coding questions and responses. It's perfect for supervised fine-tuning (SFT), and teaching language models to improve on coding-based tasks.
|
22 |
|
23 |
#### Finetuning Details:
|
24 |
|
25 |
+
With the utilization of [MonsterAPI](https://monsterapi.ai)'s [no-code LLM finetuner](https://monsterapi.ai/finetuning), this finetuning:
|
26 |
|
27 |
- Was achieved with great cost-effectiveness.
|
28 |
+
- Completed in a total duration of 58mins 48s for 1 epochs using an A6000 48GB GPU.
|
29 |
+
- Costed `$1.96` for the entire 1 epoch.
|
30 |
|
31 |
#### Hyperparameters & Additional Details:
|
32 |
|
33 |
- **Epochs:** 1
|
34 |
+
- **Total Finetuning Cost:** $1.96
|
|
|
35 |
- **Model Path:** gpt2
|
36 |
- **Learning Rate:** 0.0002
|
37 |
- **Data Split:** 100% train
|
38 |
+
- **Gradient Accumulation Steps:** 128
|
39 |
- **lora r:** 32
|
40 |
- **lora alpha:** 64
|
41 |
|
42 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
license: apache-2.0
|