HooshvareLab/pn_summary
Updated • 232 • 11
How to use APredator/results with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("APredator/results")
model = AutoModelForSeq2SeqLM.from_pretrained("APredator/results")This model is a fine-tuned version of nafisehNik/mt5-persian-summary on the pn_summary 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 |
|---|---|---|---|
| 0.28 | 1.0 | 18455 | 0.2519 |
| 0.2723 | 2.0 | 36910 | 0.2463 |
| 0.2656 | 3.0 | 55365 | 0.2449 |
Base model
nafisehNik/mt5-persian-summary