zaidmehdi commited on
Commit
6a6b754
·
unverified ·
1 Parent(s): 3011971

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ You can use the "/classify" endpoint through a POST request with a json input of
7
  curl -X POST -H "Content-Type: application/json" -d '{"text": "Your Arabic text"}' http://localhost:8080/classify
8
  ```
9
 
10
- ## Run the app locally with Docker
11
  1. Clone the repository with Git:
12
  ```
13
  git clone https://github.com/zaidmehdi/arabic-dialect-classifier.git
@@ -40,7 +40,7 @@ I used the language model `https://huggingface.co/moussaKam/AraBART` to extract
40
 
41
  For more details, please refer to the docs directory.
42
 
43
- ## References
44
  - <a name="cite-mageed-2021"></a>
45
  [Abdul-Mageed et al., 2021](https://arxiv.org/abs/2103.08466)
46
  *Title:* NADI 2021: The Second Nuanced Arabic Dialect Identification Shared Task
 
7
  curl -X POST -H "Content-Type: application/json" -d '{"text": "Your Arabic text"}' http://localhost:8080/classify
8
  ```
9
 
10
+ ## Run the app locally with Docker:
11
  1. Clone the repository with Git:
12
  ```
13
  git clone https://github.com/zaidmehdi/arabic-dialect-classifier.git
 
40
 
41
  For more details, please refer to the docs directory.
42
 
43
+ ## References:
44
  - <a name="cite-mageed-2021"></a>
45
  [Abdul-Mageed et al., 2021](https://arxiv.org/abs/2103.08466)
46
  *Title:* NADI 2021: The Second Nuanced Arabic Dialect Identification Shared Task