Model save
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: llama2
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- trl
|
@@ -7,7 +6,7 @@ tags:
|
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
- generator
|
10 |
-
base_model:
|
11 |
model-index:
|
12 |
- name: code-llama-7b-text-to-sql
|
13 |
results: []
|
@@ -18,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# code-llama-7b-text-to-sql
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
1 |
---
|
|
|
2 |
library_name: peft
|
3 |
tags:
|
4 |
- trl
|
|
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
- generator
|
9 |
+
base_model: meta-llama/Llama-2-7b-hf
|
10 |
model-index:
|
11 |
- name: code-llama-7b-text-to-sql
|
12 |
results: []
|
|
|
17 |
|
18 |
# code-llama-7b-text-to-sql
|
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 the generator dataset.
|
21 |
|
22 |
## Model description
|
23 |
|