akhooli commited on
Commit
bb60720
·
verified ·
1 Parent(s): 61a57e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -21,4 +21,7 @@ configs:
21
  path: data/train-*
22
  ---
23
 
24
- This dataset is machine translated to Arabic from the English copy.
 
 
 
 
21
  path: data/train-*
22
  ---
23
 
24
+ This dataset is machine translated to Arabic from an English copy (https://huggingface.co/datasets/SetFit/sst2).
25
+ The original SST2 dataset (https://huggingface.co/datasets/stanfordnlp/sst2) has more rows. A few duplicate rows were removed.
26
+ The dataset is used to train a few shot inference using the SetFit library. More samples are used in Arabic due to low quality.
27
+ The base model for training is akhooli/sbert_ar_nli_500k_norm which is normalized, so the text and queries are also normalized in the script.