basharatwali commited on
Commit
5700acf
·
verified ·
1 Parent(s): 197721a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -6,10 +6,14 @@ tags:
6
  - generated_from_trainer
7
  - trl
8
  - sft
 
9
  licence: license
10
  ---
11
 
12
  # Model Card for CodeLlamaInstruct_finetuned_2
 
 
 
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).
 
6
  - generated_from_trainer
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).