Ebtihal commited on
Commit
d85da15
1 Parent(s): 09f28e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -6,10 +6,6 @@ widget:
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.
@@ -36,6 +32,8 @@ tokenizer = AutoTokenizer.from_pretrained("Ebtihal/AraBertMo_base_V1")
36
  model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V1")
37
  ```
38
 
39
-
40
-
 
 
41
 
 
6
  - text: " السلام عليكم ورحمة[MASK] وبركاتة"
7
  - example_title: "Example 1"
8
  ---
 
 
 
 
9
  # Arabic BERT Mini Model
10
 
11
  **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.
 
32
  model = AutoModelForMaskedLM.from_pretrained("Ebtihal/AraBertMo_base_V1")
33
  ```
34
 
35
+ - This model built for master's degree research in organization:
36
+ - [University of kufa](https://uokufa.edu.iq/).
37
+ - [Faculty of Computer Science and Mathematics](https://mathcomp.uokufa.edu.iq/).
38
+ - **Department of Computer Science**
39