Update README.md
Browse files
README.md
CHANGED
@@ -33,22 +33,26 @@ configs:
|
|
33 |
license: cc-by-2.5
|
34 |
---
|
35 |
|
|
|
|
|
36 |
The data set is a merge of other open datasets:
|
37 |
-
- https://huggingface.co/datasets/wmt19 (lt-en)
|
38 |
-
- https://huggingface.co/datasets/opus100 (en-lt)
|
39 |
-
- https://huggingface.co/datasets/sentence-transformers/parallel-sentences
|
40 |
- Europarl-en-lt-train.tsv.gz
|
41 |
- JW300-en-lt-train.tsv.gz
|
42 |
- OpenSubtitles-en-lt-train.tsv.gz
|
43 |
- Talks-en-lt-train.tsv.gz
|
44 |
- Tatoeba-en-lt-train.tsv.gz
|
45 |
- WikiMatrix-en-lt-train.tsv.gz
|
46 |
-
- Custom https://scoris.lt data set translated using Deepl.
|
47 |
|
48 |
Basic clean-up and deduplication was applied when creating this set
|
49 |
|
50 |
This can be used to train Lithuanian-English-Lithuanian MT Seq2Seq models.
|
51 |
|
|
|
|
|
52 |
You can use this in the following way:
|
53 |
```
|
54 |
from datasets import load_dataset
|
|
|
33 |
license: cc-by-2.5
|
34 |
---
|
35 |
|
36 |
+
![Scoris logo](https://scoris.lt/logo_smaller.png)
|
37 |
+
|
38 |
The data set is a merge of other open datasets:
|
39 |
+
- [wmt19](https://huggingface.co/datasets/wmt19) (lt-en)
|
40 |
+
- [opus100](https://huggingface.co/datasets/opus100) (en-lt)
|
41 |
+
- [sentence-transformers/parallel-sentences](https://huggingface.co/datasets/sentence-transformers/parallel-sentences)
|
42 |
- Europarl-en-lt-train.tsv.gz
|
43 |
- JW300-en-lt-train.tsv.gz
|
44 |
- OpenSubtitles-en-lt-train.tsv.gz
|
45 |
- Talks-en-lt-train.tsv.gz
|
46 |
- Tatoeba-en-lt-train.tsv.gz
|
47 |
- WikiMatrix-en-lt-train.tsv.gz
|
48 |
+
- Custom [Scoris](https://scoris.lt) data set translated using Deepl.
|
49 |
|
50 |
Basic clean-up and deduplication was applied when creating this set
|
51 |
|
52 |
This can be used to train Lithuanian-English-Lithuanian MT Seq2Seq models.
|
53 |
|
54 |
+
Made by [Scoris](https://scoris.lt) team
|
55 |
+
|
56 |
You can use this in the following way:
|
57 |
```
|
58 |
from datasets import load_dataset
|