willystumblr commited on
Commit
2b62a2d
1 Parent(s): 2fbd9ea

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -6,6 +6,8 @@ tags:
6
  - sft
7
  - generated_from_trainer
8
  base_model: meta-llama/Llama-2-7b-hf
 
 
9
  model-index:
10
  - name: ehrsql-2024-sft-text2sql-Llama-2-7b-hf
11
  results: []
@@ -16,7 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # ehrsql-2024-sft-text2sql-Llama-2-7b-hf
18
 
19
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
 
 
20
 
21
  ## Model description
22
 
@@ -43,6 +47,17 @@ The following hyperparameters were used during training:
43
  - lr_scheduler_type: cosine
44
  - num_epochs: 5
45
 
 
 
 
 
 
 
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - PEFT 0.9.0
 
6
  - sft
7
  - generated_from_trainer
8
  base_model: meta-llama/Llama-2-7b-hf
9
+ datasets:
10
+ - generator
11
  model-index:
12
  - name: ehrsql-2024-sft-text2sql-Llama-2-7b-hf
13
  results: []
 
18
 
19
  # ehrsql-2024-sft-text2sql-Llama-2-7b-hf
20
 
21
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.0607
24
 
25
  ## Model description
26
 
 
47
  - lr_scheduler_type: cosine
48
  - num_epochs: 5
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.1015 | 1.0 | 1143 | 0.0896 |
55
+ | 0.0709 | 2.0 | 2286 | 0.0708 |
56
+ | 0.0594 | 3.0 | 3429 | 0.0624 |
57
+ | 0.0523 | 4.0 | 4572 | 0.0605 |
58
+ | 0.0533 | 5.0 | 5715 | 0.0607 |
59
+
60
+
61
  ### Framework versions
62
 
63
  - PEFT 0.9.0