dokato commited on
Commit
83a93e0
1 Parent(s): ae22995

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:bdb5dbad16ac44b698b3ace75f4cf3f150bbab0b1b241ba1e90f34ec518e2cf3
3
+ size 444825
Danish/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab11ff14c5fcde9853893aaa6aec7cadb67d8b30384e7cee94c0319cb8825d3e
3
+ size 162975
Danish/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82b5a969574437627211cd8b7e9ce585654b7eb670a7403ef814dc520b20f9a8
3
+ size 76945
Danish/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:328441e5185c0cebc1bef12efa5627d9848bdcc73c31ecd54cf1cc14c528175f
3
+ size 15848
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: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 139194
14
+ num_examples: 1024
15
+ - name: test
16
+ num_bytes: 281517
17
+ num_examples: 2048
18
+ - name: full_train
19
+ num_bytes: 733506
20
+ num_examples: 5342
21
+ - name: val
22
+ num_bytes: 32942
23
+ num_examples: 256
24
+ download_size: 700593
25
+ dataset_size: 1187159
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
+ ---