lhoestq HF staff commited on
Commit
9a52951
1 Parent(s): c57a720

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md CHANGED
@@ -30,6 +30,76 @@ configs:
30
  - unlabeled_final
31
  tags:
32
  - paraphrase-identification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  # Dataset Card for PAWS: Paraphrase Adversaries from Word Scrambling
 
30
  - unlabeled_final
31
  tags:
32
  - paraphrase-identification
33
+ dataset_info:
34
+ - config_name: labeled_final
35
+ features:
36
+ - name: id
37
+ dtype: int32
38
+ - name: sentence1
39
+ dtype: string
40
+ - name: sentence2
41
+ dtype: string
42
+ - name: label
43
+ dtype:
44
+ class_label:
45
+ names:
46
+ 0: '0'
47
+ 1: '1'
48
+ splits:
49
+ - name: test
50
+ num_bytes: 1987802
51
+ num_examples: 8000
52
+ - name: train
53
+ num_bytes: 12239978
54
+ num_examples: 49401
55
+ - name: validation
56
+ num_bytes: 1975870
57
+ num_examples: 8000
58
+ download_size: 4687157
59
+ dataset_size: 16203650
60
+ - config_name: labeled_swap
61
+ features:
62
+ - name: id
63
+ dtype: int32
64
+ - name: sentence1
65
+ dtype: string
66
+ - name: sentence2
67
+ dtype: string
68
+ - name: label
69
+ dtype:
70
+ class_label:
71
+ names:
72
+ 0: '0'
73
+ 1: '1'
74
+ splits:
75
+ - name: train
76
+ num_bytes: 7963651
77
+ num_examples: 30397
78
+ download_size: 2257283
79
+ dataset_size: 7963651
80
+ - config_name: unlabeled_final
81
+ features:
82
+ - name: id
83
+ dtype: int32
84
+ - name: sentence1
85
+ dtype: string
86
+ - name: sentence2
87
+ dtype: string
88
+ - name: label
89
+ dtype:
90
+ class_label:
91
+ names:
92
+ 0: '0'
93
+ 1: '1'
94
+ splits:
95
+ - name: train
96
+ num_bytes: 157806996
97
+ num_examples: 645652
98
+ - name: validation
99
+ num_bytes: 2442173
100
+ num_examples: 10000
101
+ download_size: 47393331
102
+ dataset_size: 160249169
103
  ---
104
 
105
  # Dataset Card for PAWS: Paraphrase Adversaries from Word Scrambling