Update README.md
Browse files
README.md
CHANGED
@@ -6,12 +6,21 @@ tags:
|
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
|
|
|
|
|
|
9 |
licence: license
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# Model Card for CodeLlama-Instruct-Python-7b
|
13 |
|
14 |
-
This model is a fine-tuned version of [meta-llama/CodeLlama-7b-Instruct-hf](https://huggingface.co/meta-llama/CodeLlama-7b-Instruct-hf)
|
|
|
|
|
|
|
|
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
6 |
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
+
- CodeLlama
|
10 |
+
- Python
|
11 |
+
- QA_tabular
|
12 |
licence: license
|
13 |
+
datasets:
|
14 |
+
- cardiffnlp/databench
|
15 |
---
|
16 |
|
17 |
# Model Card for CodeLlama-Instruct-Python-7b
|
18 |
|
19 |
+
This model is a fine-tuned version of [meta-llama/CodeLlama-7b-Instruct-hf](https://huggingface.co/meta-llama/CodeLlama-7b-Instruct-hf),
|
20 |
+
finetunned on [cardiffnlp/databench](https://huggingface.co/datasets/cardiffnlp/databench) for generating single line of python code for
|
21 |
+
answering questions over tabular data from over 65 different datasets.
|
22 |
+
|
23 |
+
The primary goal of this model is to provide accurate and efficient single-line Python code solutions to questions related to tabular data.
|
24 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
25 |
|
26 |
## Quick start
|