willystumblr
commited on
Commit
•
987871a
1
Parent(s):
53ba041
Model save
Browse files
README.md
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
---
|
|
|
2 |
library_name: peft
|
3 |
tags:
|
4 |
- trl
|
5 |
- sft
|
6 |
- generated_from_trainer
|
7 |
base_model: meta-llama/Llama-2-7b-hf
|
8 |
-
datasets:
|
9 |
-
- generator
|
10 |
model-index:
|
11 |
- name: ehrsql-2024-sft-text2sql-Llama-2-7b-hf
|
12 |
results: []
|
@@ -17,9 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# ehrsql-2024-sft-text2sql-Llama-2-7b-hf
|
19 |
|
20 |
-
This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on
|
21 |
-
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.0583
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -46,17 +43,6 @@ The following hyperparameters were used during training:
|
|
46 |
- lr_scheduler_type: cosine
|
47 |
- num_epochs: 5
|
48 |
|
49 |
-
### Training results
|
50 |
-
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
-
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
-
| 0.0838 | 1.0 | 1306 | 0.0870 |
|
54 |
-
| 0.0601 | 2.0 | 2612 | 0.0684 |
|
55 |
-
| 0.0632 | 3.0 | 3918 | 0.0603 |
|
56 |
-
| 0.0461 | 4.0 | 5224 | 0.0581 |
|
57 |
-
| 0.0488 | 5.0 | 6530 | 0.0583 |
|
58 |
-
|
59 |
-
|
60 |
### Framework versions
|
61 |
|
62 |
- PEFT 0.9.0
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- trl
|
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 |
|
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 |
- lr_scheduler_type: cosine
|
44 |
- num_epochs: 5
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- PEFT 0.9.0
|