diabolic6045 commited on
Commit
22560d8
·
verified ·
1 Parent(s): 33d4980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -46,9 +46,8 @@ demo = gr.Interface(
46
  gr.Slider(minimum=50, maximum=500, value=200, step=50, label="Max Length (longer text = more completion)"),
47
  ],
48
  outputs=gr.Textbox(label="Generated Completion", lines=4),
49
- title="LLaMA Text Completion",
50
- description= """\
51
- # Llama 3.2 1B Finetuned With Evolution Learning Network (ELN)
52
  ---
53
  > This project implements an Evolution Learning Network (ELN) to fine-tune transformer-based models like LLaMA using a combination of Quantized Low-Rank Adaptation (QLoRA) and Genetic Algorithms (GA). The primary objective is to evolve a population of models across multiple generations to optimize for performance (fitness) and specialization, while maintaining diversity.
54
  ---
 
46
  gr.Slider(minimum=50, maximum=500, value=200, step=50, label="Max Length (longer text = more completion)"),
47
  ],
48
  outputs=gr.Textbox(label="Generated Completion", lines=4),
49
+ title="Llama 3.2 1B Finetuned With Evolution Learning Network (ELN) Text Completion Demo",
50
+ description= """
 
51
  ---
52
  > This project implements an Evolution Learning Network (ELN) to fine-tune transformer-based models like LLaMA using a combination of Quantized Low-Rank Adaptation (QLoRA) and Genetic Algorithms (GA). The primary objective is to evolve a population of models across multiple generations to optimize for performance (fitness) and specialization, while maintaining diversity.
53
  ---