balhafni commited on
Commit
39c7f8c
1 Parent(s): 4842d1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
  **CAMeLBERT-MSA GED-13 Model** is a Modern Standard Arabic (MSA) grammatical error detection (GED) model that was built by fine-tuning the [CAMeLBERT-MSA](https://huggingface.co/CAMeL-Lab/bert-base-arabic-camelbert-msa/) model.
16
  For the fine-tuning, we used the [QALB-2014](https://aclanthology.org/W14-3605.pdf) dataset. Please note that this model was fine-tuned on morphologically preprocessed text.
17
  Our fine-tuning procedure and the hyperparameters we used can be found in our paper *"[Advancements in Arabic Grammatical Error Detection and Correction:
18
- An Empirical Investigation]()."* Our fine-tuning code and data can be found [here](https://github.com/CAMeL-Lab/arabic-gec).
19
 
20
  ## Intended uses
21
  You can use the CAMeLBERT-MSA QALB-2014 GED-13 model as part of the transformers pipeline.
 
15
  **CAMeLBERT-MSA GED-13 Model** is a Modern Standard Arabic (MSA) grammatical error detection (GED) model that was built by fine-tuning the [CAMeLBERT-MSA](https://huggingface.co/CAMeL-Lab/bert-base-arabic-camelbert-msa/) model.
16
  For the fine-tuning, we used the [QALB-2014](https://aclanthology.org/W14-3605.pdf) dataset. Please note that this model was fine-tuned on morphologically preprocessed text.
17
  Our fine-tuning procedure and the hyperparameters we used can be found in our paper *"[Advancements in Arabic Grammatical Error Detection and Correction:
18
+ An Empirical Investigation](https://arxiv.org/abs/2305.14734)."* Our fine-tuning code and data can be found [here](https://github.com/CAMeL-Lab/arabic-gec).
19
 
20
  ## Intended uses
21
  You can use the CAMeLBERT-MSA QALB-2014 GED-13 model as part of the transformers pipeline.