Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
vatolinalex commited on
Commit
2b9bc81
·
verified ·
1 Parent(s): a56f6d2

Upload dataset

Browse files
Danish/full_train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16981dfcf3fe75f0cdf5dc8c40cd441f91adbed35a1ad85793ef365a40021c1e
3
+ size 442346
Danish/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c171857699b6d9db40343664a9d04ccb9db022c7186384ce241abc4167d294b3
3
+ size 161860
Danish/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3d855532e06994fcf68b36868fd36b4eeebb98ed66a03ad130a6ece6701595f
3
+ size 76102
Danish/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7569234c3d2e89397abf546bd09e11521b0bff465069baeea2006c45fee7c7f6
3
+ size 15437
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: Danish
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: corruption_type
8
+ dtype: string
9
+ - name: label
10
+ dtype: int64
11
+ splits:
12
+ - name: train
13
+ num_bytes: 135098.0
14
+ num_examples: 1024
15
+ - name: test
16
+ num_bytes: 273325.0
17
+ num_examples: 2048
18
+ - name: full_train
19
+ num_bytes: 712138.0
20
+ num_examples: 5342
21
+ - name: val
22
+ num_bytes: 31918.0
23
+ num_examples: 256
24
+ download_size: 695745
25
+ dataset_size: 1152479.0
26
+ configs:
27
+ - config_name: Danish
28
+ data_files:
29
+ - split: train
30
+ path: Danish/train-*
31
+ - split: test
32
+ path: Danish/test-*
33
+ - split: full_train
34
+ path: Danish/full_train-*
35
+ - split: val
36
+ path: Danish/val-*
37
+ ---