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
| { | |
| "bos_token_id": 0, | |
| "decoder_start_token_id": 2, | |
| "early_stopping": true, | |
| "eos_token_id": [ | |
| 2 | |
| ], | |
| "forced_bos_token_id": 0, | |
| "forced_eos_token_id": 2, | |
| "no_repeat_ngram_size": 3, | |
| "num_beams": 4, | |
| "pad_token_id": 1, | |
| "transformers_version": "4.56.2" | |
| } | |