Datasets:
Commit ·
ddcf938
1
Parent(s): c1556cd
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ configs:
|
|
| 57 |
---
|
| 58 |
The original dataset: https://www.kaggle.com/datasets/nelgiriyewithana/emotions
|
| 59 |
|
| 60 |
-
The derived dataset was machine translated from English into
|
| 61 |
|
| 62 |
```python
|
| 63 |
import pandas as pd
|
|
|
|
| 57 |
---
|
| 58 |
The original dataset: https://www.kaggle.com/datasets/nelgiriyewithana/emotions
|
| 59 |
|
| 60 |
+
The derived dataset was machine translated from English into Lithuanian using the free Google Translate API (with [deep-translator](https://pypi.org/project/deep-translator/)). The translation script:
|
| 61 |
|
| 62 |
```python
|
| 63 |
import pandas as pd
|