Zangs3011 souvik0306 commited on
Commit
8a9c3ef
1 Parent(s): 63b2353

Update README.md (#1)

Browse files

- Update README.md (cc9755ada53e4aaa3d8daa12a0479ef270b6f41d)


Co-authored-by: Souvik Datta <souvik0306@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,9 +1,47 @@
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
+ - code
5
+ - instruct
6
+ - falcon
7
+ datasets:
8
+ - garage-bAInd/Open-Platypus
9
+ base_model: tiiuae/falcon-7b
10
+ license: apache-2.0
11
  ---
 
12
 
13
+ ### Finetuning Overview:
14
 
15
+ **Model Used:** tiiuae/falcon-7b
16
 
17
+ **Dataset:** garage-bAInd/Open-Platypus
18
+
19
+ #### Dataset Insights:
20
+
21
+ [garage-bAInd/Open-Platypus](https://huggingface.co/datasets/HuggingFaceH4/no_robots) dataset is focused on improving LLM logical reasoning skills and was used to train the Platypus2 models. It is comprised of the following datasets, which were filtered using keyword search and then Sentence Transformers to remove questions with a similarity above 80%
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 1h 39m 17s for 1 epoch using an A6000 48GB GPU.
29
+ - Costed `$3.33` for the entire epoch.
30
+
31
+ #### Hyperparameters & Additional Details:
32
+
33
+ - **Epochs:** 1
34
+ - **Cost Per Epoch:** $3.33
35
+ - **Total Finetuning Cost:** $3.33
36
+ - **Model Path:** tiiuae/falcon-7b
37
+ - **Learning Rate:** 0.0002
38
+ - **Data Split:** 100% train
39
+ - **Gradient Accumulation Steps:** 4
40
+ - **lora r:** 32
41
+ - **lora alpha:** 64
42
+
43
+ #### Train loss :
44
+
45
+ ![training loss](https://cdn-uploads.huggingface.co/production/uploads/63ba46aa0a9866b28cb19a14/u-ez_dJwMI8_e1dQqRP3U.png)
46
+
47
+ license: apache-2.0