Text Generation
Transformers
English
llama
code
llama2
text-generation-inference
Inference Endpoints
vshenoy commited on
Commit
85b3895
1 Parent(s): 108647b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,6 +3,7 @@ license: cc-by-sa-4.0
3
  datasets:
4
  - nickrosh/Evol-Instruct-Code-80k-v1
5
  - sahil2801/CodeAlpaca-20k
 
6
  language:
7
  - en
8
  library_name: transformers
@@ -15,7 +16,7 @@ tags:
15
 
16
  # Llama-Engineer-Evol-7B
17
 
18
- This is a version of Meta's chat instruction-tuned Llama 2 further fine-tuned on over 80,000 coding samples.
19
 
20
  The dataset is a combination of [Evol-Instruct-Code-80k-v1](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) from [nikrosh](https://huggingface.co/nickrosh), a replication of the Evol-Instruct-Code as described in the [WizardCoder](https://arxiv.org/pdf/2306.08568.pdf) paper, and [Teknium](https://huggingface.co/teknium)'s [GPTeacher](https://github.com/teknium1/GPTeacher/blob/main/Codegen/codegen-instruct.json). Special thanks to these folks for putting these datasets together.
21
 
 
3
  datasets:
4
  - nickrosh/Evol-Instruct-Code-80k-v1
5
  - sahil2801/CodeAlpaca-20k
6
+ - teknium/GPTeacher-CodeInstruct
7
  language:
8
  - en
9
  library_name: transformers
 
16
 
17
  # Llama-Engineer-Evol-7B
18
 
19
+ This is a version of Meta's [chat instruction-tuned Llama 2](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) further fine-tuned on over 80,000 coding samples.
20
 
21
  The dataset is a combination of [Evol-Instruct-Code-80k-v1](https://huggingface.co/datasets/nickrosh/Evol-Instruct-Code-80k-v1) from [nikrosh](https://huggingface.co/nickrosh), a replication of the Evol-Instruct-Code as described in the [WizardCoder](https://arxiv.org/pdf/2306.08568.pdf) paper, and [Teknium](https://huggingface.co/teknium)'s [GPTeacher](https://github.com/teknium1/GPTeacher/blob/main/Codegen/codegen-instruct.json). Special thanks to these folks for putting these datasets together.
22