Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
<a href="https://uokufa.edu.iq/">
|
2 |
-
Unvirsity of Kufa
|
3 |
-
</a>
|
4 |
---
|
5 |
language: ar
|
6 |
tags: Fill-Mask
|
@@ -9,11 +6,15 @@ widget:
|
|
9 |
- text: " السلام عليكم ورحمة[MASK] وبركاتة"
|
10 |
- example_title: "Example 1"
|
11 |
---
|
|
|
|
|
|
|
|
|
12 |
# Arabic BERT Mini Model
|
13 |
|
14 |
-
**AraBERTMo** is an Arabic pre-trained language model based on [Google's BERT architechture](https://github.com/google-research/bert).
|
15 |
|
16 |
-
|
17 |
All models are available on the `HuggingFace` model page under the [Ebtihal](https://huggingface.co/Ebtihal/) name. Checkpoints are available in PyTorch formats.
|
18 |
|
19 |
|
@@ -35,3 +36,6 @@ tokenizer = AutoTokenizer.from_pretrained("Ebtihal/AraBertMo_base_V1")
|
|
35 |
model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V1")
|
36 |
```
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
language: ar
|
3 |
tags: Fill-Mask
|
|
|
6 |
- text: " السلام عليكم ورحمة[MASK] وبركاتة"
|
7 |
- example_title: "Example 1"
|
8 |
---
|
9 |
+
- [University of kufa](https://uokufa.edu.iq/).
|
10 |
+
- [Faculty of Computer Science and Mathematics](https://mathcomp.uokufa.edu.iq/).
|
11 |
+
- **Department of Computer Science**
|
12 |
+
|
13 |
# Arabic BERT Mini Model
|
14 |
|
15 |
+
**AraBERTMo** is an Arabic pre-trained language model based on [Google's BERT architechture](https://github.com/google-research/bert). AraBERTMo_base uses the same BERT-Base config.
|
16 |
|
17 |
+
AraBERTMo_base now comes in 10 new variants
|
18 |
All models are available on the `HuggingFace` model page under the [Ebtihal](https://huggingface.co/Ebtihal/) name. Checkpoints are available in PyTorch formats.
|
19 |
|
20 |
|
|
|
36 |
model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V1")
|
37 |
```
|
38 |
|
39 |
+
|
40 |
+
|
41 |
+
|