dot-ammar/AR-dotless-mediumPlus
Viewer • Updated • 4.45M • 23
How to use dot-ammar/dotless_model-small with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("dot-ammar/dotless_model-small")
model = AutoModelForSeq2SeqLM.from_pretrained("dot-ammar/dotless_model-small")This model is a fine-tuned version of google/t5-v1_1-small on an unknown 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:
| Train Loss | Validation Loss | Epoch |
|---|---|---|
| 4.4462 | 2.1080 | 0 |
| 2.0097 | 1.2814 | 1 |
Base model
google/t5-v1_1-small
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("dot-ammar/dotless_model-small") model = AutoModelForSeq2SeqLM.from_pretrained("dot-ammar/dotless_model-small")