Zangs3011 commited on
Commit
a32e068
1 Parent(s): 3ea66a7

Create README.md

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