Views
No views yet
HuggingFace model page under the Ebtihal name.
Checkpoints are available in PyTorch formats.| Task | Num examples | Num Epochs | Batch Size | steps | Wall time | training loss |
|---|---|---|---|---|---|---|
| Fill-Mask | 50046 | 5 | 64 | 3910 | 6h 49m 59s | 7.4599 |
torch or tensorflow and Huggingface library transformers. And you can use it directly by initializing it like this:1from transformers import AutoTokenizer, AutoModel
2tokenizer = AutoTokenizer.from_pretrained("Ebtihal/AraBertMo_base_V5")
3model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V5")