Transformers
Safetensors
English
bart
text2text-generation
text-simplification
WikiLarge
Eval Results (legacy)
Instructions to use eilamc14/bart-base-text-simplification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eilamc14/bart-base-text-simplification with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("eilamc14/bart-base-text-simplification") model = AutoModelForSeq2SeqLM.from_pretrained("eilamc14/bart-base-text-simplification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -100,8 +100,7 @@ Trained on the dataset **`eilamc14/wikilarge-clean`** (cleaned WikiLarge-style p
|
|
| 100 |
|
| 101 |
- **Repository (code):** https://github.com/eilamc14/Simplify-This
|
| 102 |
- **Dataset:** https://huggingface.co/datasets/eilamc14/wikilarge-clean
|
| 103 |
-
- **Paper
|
| 104 |
-
- **Demo [optional]:** —
|
| 105 |
|
| 106 |
## Uses
|
| 107 |
|
|
|
|
| 100 |
|
| 101 |
- **Repository (code):** https://github.com/eilamc14/Simplify-This
|
| 102 |
- **Dataset:** https://huggingface.co/datasets/eilamc14/wikilarge-clean
|
| 103 |
+
- **Paper:** arxiv.org/abs/2601.05794
|
|
|
|
| 104 |
|
| 105 |
## Uses
|
| 106 |
|