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 | 40032 | 4 | 64 | 2500 | 5h 10m 20s | 7.6544 |
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_V4")
3model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V4")