tollefj commited on
Commit
3a9b760
1 Parent(s): 5163fe3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -25,8 +25,28 @@ dataset_info:
25
  num_bytes: 5094106.580430903
26
  num_examples: 76007
27
  download_size: 17542044
28
- dataset_size: 24257644.0
 
 
 
 
 
 
 
 
 
 
29
  ---
30
- # Dataset Card for "subtitles-en-no-similar-shorter"
31
 
32
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
25
  num_bytes: 5094106.580430903
26
  num_examples: 76007
27
  download_size: 17542044
28
+ dataset_size: 24257644
29
+ task_categories:
30
+ - translation
31
+ - summarization
32
+ - conversational
33
+ language:
34
+ - en
35
+ - 'no'
36
+ pretty_name: Open Subtitles (EN-NO), similar and shorter texts
37
+ size_categories:
38
+ - 100M<n<1B
39
  ---
40
+ # Open subtitles (EN-NO): similar and shorter parallels
41
 
42
+ 361938 samples of subtitles/sentences where the Norwegian parallel is a maximum of 60% of the size of the English text.
43
+ Additionally, the sentences are filtered on similarity scores with a [Norwegian SBERT model](https://huggingface.co/NbAiLab/nb-sbert-base), with a minimum of 0.7 similarity (score based on observations from 10k samples).
44
+ The purpose of this dataset is to identify how generative models perform joint operations on translation and reduction of sentences.
45
+
46
+
47
+ ## Splits:
48
+ | split | rows |
49
+ |:----------|------:|
50
+ | train | 253356 |
51
+ | test | 32575 |
52
+ | validation| 76007 |