Model save
Browse files
README.md
CHANGED
@@ -2,8 +2,12 @@
|
|
2 |
license: llama2
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
base_model: codellama/CodeLlama-7b-hf
|
|
|
|
|
7 |
model-index:
|
8 |
- name: CodeLlama-7b-hf_sql-create-context
|
9 |
results: []
|
@@ -14,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# CodeLlama-7b-hf_sql-create-context
|
16 |
|
17 |
-
This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -44,6 +48,10 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_warmup_ratio: 0.03
|
45 |
- num_epochs: 1
|
46 |
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- PEFT 0.7.2.dev0
|
|
|
2 |
license: llama2
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
+
- trl
|
6 |
+
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: codellama/CodeLlama-7b-hf
|
9 |
+
datasets:
|
10 |
+
- generator
|
11 |
model-index:
|
12 |
- name: CodeLlama-7b-hf_sql-create-context
|
13 |
results: []
|
|
|
18 |
|
19 |
# CodeLlama-7b-hf_sql-create-context
|
20 |
|
21 |
+
This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on the generator dataset.
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
48 |
- lr_scheduler_warmup_ratio: 0.03
|
49 |
- num_epochs: 1
|
50 |
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
### Framework versions
|
56 |
|
57 |
- PEFT 0.7.2.dev0
|