go-inoue commited on
Commit
9403623
1 Parent(s): 8a2b7cf

Add description for abbreviations

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -11,8 +11,11 @@ widget:
11
  ## Model description
12
 
13
  **CAMeLBERT** is a collection of BERT models pre-trained on Arabic texts with different sizes and variants.
 
 
14
  The details are described in the paper *"[The Interplay of Variant, Size, and Task Type in Arabic Pre-trained Language Models](https://arxiv.org/abs/2103.06678)."*
15
- We release eight models with different sizes and variants as follows:
 
16
 
17
  ||Model|Variant|Size|#Word|
18
  |-|-|:-:|-:|-:|
@@ -25,8 +28,6 @@ We release eight models with different sizes and variants as follows:
25
  ||`bert-base-camelbert-msa-eighth`|MSA|14GB|1.6B|
26
  ||`bert-base-camelbert-msa-sixteenth`|MSA|6GB|746M|
27
 
28
- This model card describes **CAMeLBERT-CA** (`bert-base-camelbert-ca`), a model pre-trained on the CA dataset.
29
-
30
  ## Intended uses
31
  You can use the released model for either masked language modeling or next sentence prediction.
32
  However, it is mostly intended to be fine-tuned on an NLP task, such as NER, POS tagging, sentiment analysis, dialect identification, and poetry classification.
@@ -83,7 +84,7 @@ output = model(encoded_input)
83
  ```
84
 
85
  ## Training data
86
- - CA
87
  - [OpenITI (Version 2020.1.2)](https://zenodo.org/record/3891466#.YEX4-F0zbzc)
88
 
89
  ## Training procedure
 
11
  ## Model description
12
 
13
  **CAMeLBERT** is a collection of BERT models pre-trained on Arabic texts with different sizes and variants.
14
+ We release pre-trained language models for Modern Standard Arabic (MSA), dialectal Arabic (DA), and classical Arabic (CA), in addition to a model pre-trained on a mix of the three.
15
+ We also provide additional models that are pre-trained on a scaled-down set of the MSA variant (half, quarter, eighth, and sixteenth).
16
  The details are described in the paper *"[The Interplay of Variant, Size, and Task Type in Arabic Pre-trained Language Models](https://arxiv.org/abs/2103.06678)."*
17
+
18
+ This model card describes **CAMeLBERT-CA** (`bert-base-camelbert-ca`), a model pre-trained on the CA (classical Arabic) dataset.
19
 
20
  ||Model|Variant|Size|#Word|
21
  |-|-|:-:|-:|-:|
 
28
  ||`bert-base-camelbert-msa-eighth`|MSA|14GB|1.6B|
29
  ||`bert-base-camelbert-msa-sixteenth`|MSA|6GB|746M|
30
 
 
 
31
  ## Intended uses
32
  You can use the released model for either masked language modeling or next sentence prediction.
33
  However, it is mostly intended to be fine-tuned on an NLP task, such as NER, POS tagging, sentiment analysis, dialect identification, and poetry classification.
 
84
  ```
85
 
86
  ## Training data
87
+ - CA (classical Arabic)
88
  - [OpenITI (Version 2020.1.2)](https://zenodo.org/record/3891466#.YEX4-F0zbzc)
89
 
90
  ## Training procedure