Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,32 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
-
#
|
21 |
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
license: cc
|
20 |
+
task_categories:
|
21 |
+
- translation
|
22 |
+
- summarization
|
23 |
+
language:
|
24 |
+
- 'no'
|
25 |
+
- nb
|
26 |
+
- en
|
27 |
+
pretty_name: Massive EN-NO shorter transfer
|
28 |
+
size_categories:
|
29 |
+
- 100K<n<1M
|
30 |
---
|
31 |
+
# Massive EN-NO shorter and similar transfer
|
32 |
|
33 |
+
A dataset of EN-NO translations comprised of the following sources:
|
34 |
+
|
35 |
+
- https://huggingface.co/datasets/opus100
|
36 |
+
- https://huggingface.co/datasets/opus_books
|
37 |
+
- https://huggingface.co/datasets/open_subtitles (https://huggingface.co/datasets/tollefj/subtitles-en-no-similar-shorter)
|
38 |
+
- https://huggingface.co/datasets/RuterNorway/Fleurs-Alpaca-EN-NO
|
39 |
+
|
40 |
+
And parsed by:
|
41 |
+
- simple preprocessing: stripping/misplaced punctuation
|
42 |
+
- computing all similarities with https://huggingface.co/NbAiLab/nb-sbert-base
|
43 |
+
- effectively aligning the translations
|
44 |
+
- filters out where the length of the target language (norwegian) is less than 70% the length of the source language (english)
|
45 |
+
- items with less than 6 words are passed regardless of length constraints
|
46 |
+
|
47 |
+
this results in a shorter and similar translation corpus.
|