chaojiang06/wiki_auto
Updated • 467 • 9
How to use NourEldin-Osama/bart-base-finetuned-text-simplification with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("NourEldin-Osama/bart-base-finetuned-text-simplification")
model = AutoModelForSeq2SeqLM.from_pretrained("NourEldin-Osama/bart-base-finetuned-text-simplification")This model is a fine-tuned version of facebook/bart-base on the wiki_auto dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Sari |
|---|---|---|---|---|
| 0.1758 | 1.0 | 23363 | 6.7617 | 58.9526 |
| 0.1474 | 2.0 | 46726 | 7.1742 | 58.8800 |
| 0.1349 | 3.0 | 70089 | 7.4564 | 58.8687 |