Spaces:
Running
Running
bugfix - extra comma
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ examples = [
|
|
17 |
|
18 |
title = "InstructionGen: Flan T5 Small & Bart Base"
|
19 |
description = (
|
20 |
-
"This demo compares the [flan-t5-small-instructiongen](https://huggingface.co/pszemraj/flan-t5-small-instructiongen) and [bart-base-instructiongen](https://huggingface.co/pszemraj/bart-base-instructiongen) models on 'creating' an instruction for arbitrary text."
|
21 |
)
|
22 |
article = "Both models generate instructions for Large Language Models (LLMs) from arbitrary text. They are trained on the [fleece2instructions](https://huggingface.co/datasets/pszemraj/fleece2instructions) dataset, which is a filtered/foramtted version of the [alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) dataset"
|
23 |
|
|
|
17 |
|
18 |
title = "InstructionGen: Flan T5 Small & Bart Base"
|
19 |
description = (
|
20 |
+
"This demo compares the [flan-t5-small-instructiongen](https://huggingface.co/pszemraj/flan-t5-small-instructiongen) and [bart-base-instructiongen](https://huggingface.co/pszemraj/bart-base-instructiongen) models on 'creating' an instruction for arbitrary text."
|
21 |
)
|
22 |
article = "Both models generate instructions for Large Language Models (LLMs) from arbitrary text. They are trained on the [fleece2instructions](https://huggingface.co/datasets/pszemraj/fleece2instructions) dataset, which is a filtered/foramtted version of the [alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) dataset"
|
23 |
|