Zangs3011 commited on
Commit
df2d4d8
1 Parent(s): bf77f92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,9 +1,51 @@
1
  ---
2
  library_name: peft
 
 
 
 
 
 
 
 
 
3
  ---
4
- ## Training procedure
5
 
6
- ### Framework versions
7
 
 
 
8
 
9
- - PEFT 0.5.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  library_name: peft
3
+ tags:
4
+ - meta-llama
5
+ - code
6
+ - instruct
7
+ - WizardLM
8
+ datasets:
9
+ - WizardLM/WizardLM_evol_instruct_70k
10
+ base_model: EleutherAI/gpt-j-6b
11
+ license: apache-2.0
12
  ---
 
13
 
14
+ ### Finetuning Overview:
15
 
16
+ **Model Used:** EleutherAI/gpt-j-6b
17
+ **Dataset:** WizardLM/WizardLM_evol_instruct_70k
18
 
19
+ #### Dataset Insights:
20
+
21
+ The WizardLM/WizardLM_evol_instruct_70k dataset, tailored specifically for enhancing interactive capabilities, was developed using the EVOL-Instruct method. This method enhances a smaller dataset with tougher questions for the LLM to perform.
22
+
23
+ #### Finetuning Details:
24
+
25
+ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](https://docs.monsterapi.ai/fine-tune-a-large-language-model-llm), this finetuning:
26
+
27
+ - Was achieved with great cost-effectiveness.
28
+ - Completed in a total duration of 9hrs 45mins for 1 epoch.
29
+
30
+ #### Hyperparameters & Additional Details:
31
+
32
+ - **Epochs:** 1
33
+ - **Model Path:** EleutherAI/gpt-j-6b
34
+ - **Learning Rate:** 0.0002
35
+ - **Data Split:** 90% train 10% validation
36
+ - **Gradient Accumulation Steps:** 4
37
+
38
+ ```
39
+
40
+ ### INSTRUCTION:
41
+ [instruction]
42
+
43
+ ### RESPONSE:
44
+ [output]
45
+ ```
46
+ Training loss :
47
+ ![training loss](train-loss.png "Training loss")
48
+
49
+ ---
50
+
51
+ license: apache-2.0