maidacundo commited on
Commit
c3605b8
1 Parent(s): cf368f8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -2,10 +2,11 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: falcon_qlora_askscience
7
  results: []
8
- library_name: peft
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -13,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # falcon_qlora_askscience
15
 
16
- This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on the None dataset.
17
 
18
  ## Model description
19
 
@@ -33,16 +34,20 @@ More information needed
33
 
34
  The following hyperparameters were used during training:
35
  - learning_rate: 0.0003
36
- - train_batch_size: 32
37
- - eval_batch_size: 32
38
  - seed: 42
39
- - gradient_accumulation_steps: 2
40
- - total_train_batch_size: 64
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - lr_scheduler_warmup_steps: 36.0
44
  - num_epochs: 1
45
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - Transformers 4.31.0.dev0
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - eli5
7
  model-index:
8
  - name: falcon_qlora_askscience
9
  results: []
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
14
 
15
  # falcon_qlora_askscience
16
 
17
+ This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on the eli5 dataset.
18
 
19
  ## Model description
20
 
 
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 0.0003
37
+ - train_batch_size: 1
38
+ - eval_batch_size: 1
39
  - seed: 42
40
+ - gradient_accumulation_steps: 16
41
+ - total_train_batch_size: 16
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 64.8
45
  - num_epochs: 1
46
 
47
+ ### Training results
48
+
49
+
50
+
51
  ### Framework versions
52
 
53
  - Transformers 4.31.0.dev0