File size: 1,316 Bytes
ad1a7ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79629fa
 
 
 
 
 
 
 
 
 
 
ad1a7ef
79629fa
ad1a7ef
79629fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
dataset_info:
  features:
  - name: en
    dtype: string
  - name: 'no'
    dtype: string
  splits:
  - name: train
    num_bytes: 44628652
    num_examples: 758144
  download_size: 33446436
  dataset_size: 44628652
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc
task_categories:
- translation
- summarization
language:
- 'no'
- nb
- en
pretty_name: Massive EN-NO shorter transfer
size_categories:
- 100K<n<1M
---
# Massive EN-NO shorter and similar transfer

A dataset of EN-NO translations comprised of the following sources:

- https://huggingface.co/datasets/opus100
- https://huggingface.co/datasets/opus_books
- https://huggingface.co/datasets/open_subtitles (https://huggingface.co/datasets/tollefj/subtitles-en-no-similar-shorter)
- https://huggingface.co/datasets/RuterNorway/Fleurs-Alpaca-EN-NO

And parsed by:
- simple preprocessing: stripping/misplaced punctuation
- computing all similarities with https://huggingface.co/NbAiLab/nb-sbert-base
  - effectively aligning the translations
- filters out where the length of the target language (norwegian) is less than 70% the length of the source language (english)
  - items with less than 6 words are passed regardless of length constraints
 
this results in a shorter and similar translation corpus.