Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,22 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: https://huggingface.co/defog/sqlcoder
|
| 3 |
-
inference: false
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
-
library_name: transformers
|
| 7 |
license: other
|
|
|
|
|
|
|
|
|
|
| 8 |
metrics:
|
| 9 |
- code_eval
|
| 10 |
-
model_creator: Defog.ai
|
| 11 |
model_name: Sqlcoder
|
|
|
|
|
|
|
|
|
|
| 12 |
model_type: starcoder
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
prompt_template: '{prompt}
|
| 15 |
|
| 16 |
'
|
| 17 |
quantized_by: TheBloke
|
| 18 |
-
tags:
|
| 19 |
-
- code
|
| 20 |
---
|
| 21 |
|
| 22 |
<!-- header start -->
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
| 4 |
license: other
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- code
|
| 8 |
metrics:
|
| 9 |
- code_eval
|
|
|
|
| 10 |
model_name: Sqlcoder
|
| 11 |
+
base_model: defog/sqlcoder
|
| 12 |
+
inference: false
|
| 13 |
+
model_creator: Defog.ai
|
| 14 |
model_type: starcoder
|
| 15 |
pipeline_tag: text-generation
|
| 16 |
prompt_template: '{prompt}
|
| 17 |
|
| 18 |
'
|
| 19 |
quantized_by: TheBloke
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
<!-- header start -->
|