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 | 30024 | 3 | 64 | 1410 | 3h 10m 31s | 8.0201 |
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_V3")
3model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V3")