Model save
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
datasets:
|
4 |
- generator
|
5 |
library_name: peft
|
@@ -18,7 +18,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 |
+
base_model: meta-llama/Llama-2-70b-chat-hf
|
3 |
datasets:
|
4 |
- generator
|
5 |
library_name: peft
|
|
|
18 |
|
19 |
# code-llama-7b-text-to-sql
|
20 |
|
21 |
+
This model is a fine-tuned version of [meta-llama/Llama-2-70b-chat-hf](https://huggingface.co/meta-llama/Llama-2-70b-chat-hf) on the generator dataset.
|
22 |
|
23 |
## Model description
|
24 |
|