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 | 10 | 64 | 4700 | 9h 13m 43s | 7.2395 |
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_V10")
3model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V10")