Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,9 +48,7 @@ demo = gr.Interface(
|
|
| 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 |
-
---
|
| 54 |
This is a demo of [`diabolic6045/ELN-Llama-1B-base`](https://huggingface.co/diabolic6045/ELN-Llama-1B-base).
|
| 55 |
""",
|
| 56 |
examples=[
|
|
|
|
| 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 |
> 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.
|
|
|
|
| 52 |
This is a demo of [`diabolic6045/ELN-Llama-1B-base`](https://huggingface.co/diabolic6045/ELN-Llama-1B-base).
|
| 53 |
""",
|
| 54 |
examples=[
|