Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,7 @@ configs:
|
|
| 21 |
path: data/train-*
|
| 22 |
---
|
| 23 |
|
| 24 |
-
This dataset is machine translated to Arabic from
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|