Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
codelion commited on
Commit
8b4238c
1 Parent(s): 0fb759f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -38,7 +38,7 @@ model-index:
38
 
39
  <!-- Provide a quick summary of what the model is/does. -->
40
 
41
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
42
 
43
  ## Model Details
44
 
@@ -48,12 +48,9 @@ This modelcard aims to be a base template for new models. It has been generated
48
 
49
 
50
 
51
- - **Developed by:** [More Information Needed]
52
- - **Shared by [optional]:** [More Information Needed]
53
- - **Model type:** [More Information Needed]
54
- - **Language(s) (NLP):** [More Information Needed]
55
- - **License:** [More Information Needed]
56
- - **Finetuned from model [optional]:** [More Information Needed]
57
 
58
  ### Model Sources [optional]
59
 
 
38
 
39
  <!-- Provide a quick summary of what the model is/does. -->
40
 
41
+ This is a LLM for code that is focussed on generating bug fixes using infilling.
42
 
43
  ## Model Details
44
 
 
48
 
49
 
50
 
51
+ - **Developed by:** Asankhaya Sharma
52
+ - **Model type:** GPT-2 model with multi-query attention and Fill-in-the-Middle objective
53
+ - **Finetuned from model:** bigcode/santacoder
 
 
 
54
 
55
  ### Model Sources [optional]
56