tollefj commited on
Commit
2d7ce96
·
1 Parent(s): 803b550

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -30
README.md CHANGED
@@ -1,31 +1,3 @@
1
- ---
2
- configs:
3
- - config_name: default
4
- data_files:
5
- - split: train
6
- path: data/train-*
7
- - split: test
8
- path: data/test-*
9
- dataset_info:
10
- features:
11
- - name: split
12
- dtype: string
13
- - name: sentence1
14
- dtype: string
15
- - name: sentence2
16
- dtype: string
17
- - name: score
18
- dtype: float64
19
- splits:
20
- - name: train
21
- num_bytes: 492962
22
- num_examples: 2234
23
- - name: test
24
- num_bytes: 466073
25
- num_examples: 3108
26
- download_size: 470223
27
- dataset_size: 959035
28
- ---
29
- # Dataset Card for "sts12-sts-NOB"
30
 
31
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
1
+ # Translated STS dataset to Norwegian Bokmål
2
+ Machine translated using the *No language left behind* model series, specifically the 1.3B variant: https://huggingface.co/facebook/nllb-200-distilled-1.3B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3