go-inoue commited on
Commit
2d666d0
1 Parent(s): d58ae23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,9 +8,9 @@ widget:
8
  # CAMeLBERT-MSA POS-GLF Model
9
  ## Model description
10
  **CAMeLBERT-MSA POS-GLF Model** is a Gulf Arabic POS tagging model that was built by fine-tuning the [CAMeLBERT-MSA](https://huggingface.co/CAMeL-Lab/bert-base-arabic-camelbert-msa/) model.
11
- For the fine-tuning, we used the [Gumar](https://camel.abudhabi.nyu.edu/annotated-gumar-corpus/) dataset .
12
- Our fine-tuning procedure and the hyperparameters we used can be found in our paper *"[The Interplay of Variant, Size, and Task Type in Arabic Pre-trained Language Models](https://arxiv.org/abs/2103.06678)."
13
- * Our fine-tuning code can be found [here](https://github.com/CAMeL-Lab/CAMeLBERT).
14
 
15
  ## Intended uses
16
  You can use the CAMeLBERT-MSA POS-GLF model as part of the transformers pipeline.
8
  # CAMeLBERT-MSA POS-GLF Model
9
  ## Model description
10
  **CAMeLBERT-MSA POS-GLF Model** is a Gulf Arabic POS tagging model that was built by fine-tuning the [CAMeLBERT-MSA](https://huggingface.co/CAMeL-Lab/bert-base-arabic-camelbert-msa/) model.
11
+ For the fine-tuning, we used the [Gumar](https://camel.abudhabi.nyu.edu/annotated-gumar-corpus/) dataset.
12
+ Our fine-tuning procedure and the hyperparameters we used can be found in our paper *"[The Interplay of Variant, Size, and Task Type in Arabic Pre-trained Language Models](https://arxiv.org/abs/2103.06678)."*
13
+ Our fine-tuning code can be found [here](https://github.com/CAMeL-Lab/CAMeLBERT).
14
 
15
  ## Intended uses
16
  You can use the CAMeLBERT-MSA POS-GLF model as part of the transformers pipeline.