maidacundo commited on
Commit
e8b15c7
1 Parent(s): 2de1395

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -23
README.md CHANGED
@@ -8,7 +8,6 @@ datasets:
8
  model-index:
9
  - name: falcon_40b_qlora_sql_r64
10
  results: []
11
- library_name: peft
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,12 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [tiiuae/falcon-40b](https://huggingface.co/tiiuae/falcon-40b) on the spider dataset.
20
  It achieves the following results on the evaluation set:
21
- - eval_loss: 0.2048
22
- - eval_runtime: 241.57
23
- - eval_samples_per_second: 4.28
24
- - eval_steps_per_second: 0.538
25
- - epoch: 0.46
26
- - step: 200
27
 
28
  ## Model description
29
 
@@ -39,34 +33,32 @@ More information needed
39
 
40
  ## Training procedure
41
 
42
-
43
- The following `bitsandbytes` quantization config was used during training:
44
- - load_in_8bit: False
45
- - load_in_4bit: True
46
- - llm_int8_threshold: 6.0
47
- - llm_int8_skip_modules: None
48
- - llm_int8_enable_fp32_cpu_offload: False
49
- - llm_int8_has_fp16_weight: False
50
- - bnb_4bit_quant_type: nf4
51
- - bnb_4bit_use_double_quant: True
52
- - bnb_4bit_compute_dtype: bfloat16
53
  ### Training hyperparameters
54
 
55
  The following hyperparameters were used during training:
56
  - learning_rate: 0.0001
57
- - train_batch_size: 8
58
- - eval_batch_size: 8
59
  - seed: 42
60
- - gradient_accumulation_steps: 2
61
  - total_train_batch_size: 16
62
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
  - lr_scheduler_type: linear
64
  - lr_scheduler_warmup_steps: 43.7
65
- - num_epochs: 3
 
 
 
 
 
 
 
 
 
 
66
 
67
  ### Framework versions
68
 
69
- - PEFT 0.5.0.dev0
70
  - Transformers 4.32.0.dev0
71
  - Pytorch 2.0.1+cu118
72
  - Datasets 2.13.1
 
8
  model-index:
9
  - name: falcon_40b_qlora_sql_r64
10
  results: []
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
17
 
18
  This model is a fine-tuned version of [tiiuae/falcon-40b](https://huggingface.co/tiiuae/falcon-40b) on the spider dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.1260
 
 
 
 
 
21
 
22
  ## Model description
23
 
 
33
 
34
  ## Training procedure
35
 
 
 
 
 
 
 
 
 
 
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 0.0001
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
42
  - seed: 42
43
+ - gradient_accumulation_steps: 4
44
  - total_train_batch_size: 16
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_steps: 43.7
48
+ - num_epochs: 1
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.1845 | 0.23 | 100 | 0.2542 |
55
+ | 0.5572 | 0.46 | 200 | 0.2048 |
56
+ | 0.0779 | 0.69 | 300 | 0.1761 |
57
+ | 0.0581 | 0.91 | 400 | 0.1315 |
58
+
59
 
60
  ### Framework versions
61
 
 
62
  - Transformers 4.32.0.dev0
63
  - Pytorch 2.0.1+cu118
64
  - Datasets 2.13.1