Update README.md
Browse files
README.md
CHANGED
|
@@ -7,15 +7,18 @@ tags:
|
|
| 7 |
- trl
|
| 8 |
- sft
|
| 9 |
- CodeLlama
|
|
|
|
| 10 |
licence: license
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for CodeLlamaInstruct_finetuned_2
|
| 14 |
-
This model is also finetuned on DataBench, which is publicly available on Hugging Face.
|
| 15 |
-
It is specifically designed to generate a single line of Python code in response to questions from the dataset.
|
| 16 |
-
The finetuning process ensures it follows instructions for producing the required Python code accurately.
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [meta-llama/CodeLlama-7b-Instruct-hf](https://huggingface.co/meta-llama/CodeLlama-7b-Instruct-hf).
|
|
|
|
|
|
|
|
|
|
| 19 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 20 |
|
| 21 |
## Quick start
|
|
|
|
| 7 |
- trl
|
| 8 |
- sft
|
| 9 |
- CodeLlama
|
| 10 |
+
- Python
|
| 11 |
licence: license
|
| 12 |
+
datasets:
|
| 13 |
+
- cardiffnlp/databench
|
| 14 |
---
|
| 15 |
|
| 16 |
# Model Card for CodeLlamaInstruct_finetuned_2
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [meta-llama/CodeLlama-7b-Instruct-hf](https://huggingface.co/meta-llama/CodeLlama-7b-Instruct-hf).
|
| 19 |
+
Finetuned on DataBench [cardiffnlp/databench](https://huggingface.co/datasets/cardiffnlp/databench), which is publicly available on Hugging Face.
|
| 20 |
+
It is specifically designed to generate a single line of Python code in response to questions from the dataset.
|
| 21 |
+
The finetuning process ensures it follows instructions for producing the required Python code accurately.
|
| 22 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 23 |
|
| 24 |
## Quick start
|