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