Tokenization
Collection
4 items • Updated
How to use Mohamedd123321/Tokenization-large with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="Mohamedd123321/Tokenization-large") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("Mohamedd123321/Tokenization-large")
model = AutoModelForMaskedLM.from_pretrained("Mohamedd123321/Tokenization-large", 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.1853 | 1.0 | 14289 | 0.9966 |
| 0.9826 | 2.0 | 28578 | 0.8565 |
| 0.8465 | 3.0 | 42867 | 0.7947 |
Base model
FacebookAI/xlm-roberta-large