AshtonIsNotHere commited on
Commit
e8329e2
·
1 Parent(s): c9aebde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def generate(input_text):
20
  input_text = gr.inputs.Textbox(lines=5, label="Enter your code to autocomplete")
21
  output_text = gr.Code(elem_id="q-output", lines=30, label="Output")
22
 
23
- description = "Code generation for NLP++ with CodeLlama"
24
 
25
  examples = [
26
  ['# Find concept named parent under root and print "num" val for each child attribute\n'],
 
20
  input_text = gr.inputs.Textbox(lines=5, label="Enter your code to autocomplete")
21
  output_text = gr.Code(elem_id="q-output", lines=30, label="Output")
22
 
23
+ description = "This is a demo of CodeLlama_7B_nlp_pp: a CodeLlama🦙 model fine-tuned for code completion on the NLP++ programming language. The model has been 8-bit quantized and is running via `llama-cpp-python`."
24
 
25
  examples = [
26
  ['# Find concept named parent under root and print "num" val for each child attribute\n'],