Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,12 @@ configs:
|
|
| 25 |
path: data/train-*
|
| 26 |
- split: validation
|
| 27 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
|
|
@@ -41,4 +47,4 @@ This dataset is a bilingual collection of reviews in **English** and **French**
|
|
| 41 |
|
| 42 |
This dataset is perfect for applications in **sentiment analysis**, **natural language processing**, and **multilingual text modeling**.
|
| 43 |
|
| 44 |
-
Make your models explore the **longer and more detailed sequences** that set this dataset apart!
|
|
|
|
| 25 |
path: data/train-*
|
| 26 |
- split: validation
|
| 27 |
path: data/validation-*
|
| 28 |
+
license: apache-2.0
|
| 29 |
+
task_categories:
|
| 30 |
+
- text-classification
|
| 31 |
+
language:
|
| 32 |
+
- en
|
| 33 |
+
- fr
|
| 34 |
---
|
| 35 |
|
| 36 |
|
|
|
|
| 47 |
|
| 48 |
This dataset is perfect for applications in **sentiment analysis**, **natural language processing**, and **multilingual text modeling**.
|
| 49 |
|
| 50 |
+
Make your models explore the **longer and more detailed sequences** that set this dataset apart!
|