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 | 9 | 64 | 4230 | 7h 57m 42s | 7.3264 |
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_V9")
3model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V9")