Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,8 @@ The original dataset supports 6 languages: English, German, French, Spanish, Jap
|
|
47 |
|
48 |
Each language has 20,000 training samples, 5,000 validation samples, and 5,000 testing samples.
|
49 |
|
|
|
|
|
50 |
Here, we only select the English and German language reviews for the `pc` and `electronics` product categories.
|
51 |
|
52 |
We use the review titles as summaries, and to prevent the model from generating very small summaries, we filter out those examples with extremely short review titles.
|
|
|
47 |
|
48 |
Each language has 20,000 training samples, 5,000 validation samples, and 5,000 testing samples.
|
49 |
|
50 |
+
We upload this dataset to HuggingFace hub at [srvmishra832/multilingual-amazon-reviews-6-languages](https://huggingface.co/datasets/srvmishra832/multilingual-amazon-reviews-6-languages)
|
51 |
+
|
52 |
Here, we only select the English and German language reviews for the `pc` and `electronics` product categories.
|
53 |
|
54 |
We use the review titles as summaries, and to prevent the model from generating very small summaries, we filter out those examples with extremely short review titles.
|