facebook/asset
Viewer • Updated • 6.86k • 1.12k • 15
How to use Nubletz/bart-text-simplification with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Nubletz/bart-text-simplification")
model = AutoModelForSeq2SeqLM.from_pretrained("Nubletz/bart-text-simplification", device_map="auto")Notes: the model is still under improvement
This model is a fine-tuned version of facebook/bart-large-cnn on ASSET and TurkCorpus 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:
Base model
facebook/bart-large-cnn
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Nubletz/bart-text-simplification") model = AutoModelForSeq2SeqLM.from_pretrained("Nubletz/bart-text-simplification", device_map="auto")