Tokenization
Collection
4 items • Updated
How to use Mohamedd123321/Tokenization-large-last with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="Mohamedd123321/Tokenization-large-last") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("Mohamedd123321/Tokenization-large-last")
model = AutoModelForMaskedLM.from_pretrained("Mohamedd123321/Tokenization-large-last", device_map="auto")This model is a fine-tuned version of xlm-roberta-large 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:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.197 | 1.0 | 14289 | 1.0180 |
| 0.9916 | 2.0000 | 28577 | 0.8641 |
| 0.8583 | 3.0000 | 42866 | 0.8002 |
Base model
FacebookAI/xlm-roberta-large