Datasets:
UMCU
/

Modalities:
Text
Formats:
parquet
Languages:
Dutch
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
UMCU commited on
Commit
8caa738
·
1 Parent(s): c2afc70

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: sentence1
14
+ dtype: string
15
+ - name: sentence2
16
+ dtype: string
17
+ - name: annotator_labels
18
+ sequence: string
19
+ - name: genre
20
+ dtype: string
21
+ - name: gold_label
22
+ dtype: string
23
+ - name: pairID
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 92877120
28
+ num_examples: 380800
29
+ - name: validation
30
+ num_bytes: 5903876
31
+ num_examples: 19392
32
+ - name: test
33
+ num_bytes: 5321727
34
+ num_examples: 19040
35
+ download_size: 58511174
36
+ dataset_size: 104102723
37
+ ---
38
+ # Dataset Card for "MultiNLI_Dutch_translated_with_Marianmt"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)