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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ It is a corpus of tweets collected using Twitter's API and labeled thanks to the
38
 
39
  I used the language model `https://huggingface.co/moussaKam/AraBART` to extract features from the input text by taking the output of its last hidden layer. I used these vector embeddings as the input for a Multinomial Logistic Regression to classify the input text into one of the 21 dialects (Countries).
40
 
41
- For more details, please refer to the docs directory.
42
 
43
  ## References:
44
  - <a name="cite-mageed-2021"></a>
 
38
 
39
  I used the language model `https://huggingface.co/moussaKam/AraBART` to extract features from the input text by taking the output of its last hidden layer. I used these vector embeddings as the input for a Multinomial Logistic Regression to classify the input text into one of the 21 dialects (Countries).
40
 
41
+ For more details, you can refer to the docs directory.
42
 
43
  ## References:
44
  - <a name="cite-mageed-2021"></a>