abisee/cnn_dailymail
Viewer • Updated • 936k • 276k • 345
How to use Hyeoli/BERT2BERT_Model with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Hyeoli/BERT2BERT_Model")
model = AutoModelForSeq2SeqLM.from_pretrained("Hyeoli/BERT2BERT_Model")This model is a fine-tuned version of patrickvonplaten/bert2bert_cnn_daily_mail on the cnn_dailymail 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 |
|---|---|---|---|
| No log | 1.0 | 63 | 1.9514 |
| No log | 2.0 | 126 | 1.9279 |
| No log | 3.0 | 189 | 1.9223 |
| No log | 4.0 | 252 | 1.9217 |