albertvillanova HF staff commited on
Commit
9ab0b0c
1 Parent(s): 560ab37

Add anaphor_gender_agreement data files

Browse files
README.md CHANGED
@@ -72,10 +72,10 @@ dataset_info:
72
  dtype: int32
73
  splits:
74
  - name: train
75
- num_bytes: 132313
76
  num_examples: 1000
77
- download_size: 436749
78
- dataset_size: 132313
79
  - config_name: anaphor_number_agreement
80
  features:
81
  - name: sentence_good
@@ -1901,6 +1901,10 @@ configs:
1901
  data_files:
1902
  - split: train
1903
  path: adjunct_island/train-*
 
 
 
 
1904
  ---
1905
 
1906
  # Dataset Card for "blimp"
 
72
  dtype: int32
73
  splits:
74
  - name: train
75
+ num_bytes: 130918
76
  num_examples: 1000
77
+ download_size: 39201
78
+ dataset_size: 130918
79
  - config_name: anaphor_number_agreement
80
  features:
81
  - name: sentence_good
 
1901
  data_files:
1902
  - split: train
1903
  path: adjunct_island/train-*
1904
+ - config_name: anaphor_gender_agreement
1905
+ data_files:
1906
+ - split: train
1907
+ path: anaphor_gender_agreement/train-*
1908
  ---
1909
 
1910
  # Dataset Card for "blimp"
anaphor_gender_agreement/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c3f1d8d9e6aa071151e6455bf121c097ca4f7d9a0a7349ebfc9ec0e193c3472
3
+ size 39201
dataset_infos.json CHANGED
@@ -75,62 +75,50 @@
75
  "features": {
76
  "sentence_good": {
77
  "dtype": "string",
78
- "id": null,
79
  "_type": "Value"
80
  },
81
  "sentence_bad": {
82
  "dtype": "string",
83
- "id": null,
84
  "_type": "Value"
85
  },
86
  "field": {
87
  "dtype": "string",
88
- "id": null,
89
  "_type": "Value"
90
  },
91
  "linguistics_term": {
92
  "dtype": "string",
93
- "id": null,
94
  "_type": "Value"
95
  },
96
  "UID": {
97
  "dtype": "string",
98
- "id": null,
99
  "_type": "Value"
100
  },
101
  "simple_LM_method": {
102
  "dtype": "bool",
103
- "id": null,
104
  "_type": "Value"
105
  },
106
  "one_prefix_method": {
107
  "dtype": "bool",
108
- "id": null,
109
  "_type": "Value"
110
  },
111
  "two_prefix_method": {
112
  "dtype": "bool",
113
- "id": null,
114
  "_type": "Value"
115
  },
116
  "lexically_identical": {
117
  "dtype": "bool",
118
- "id": null,
119
  "_type": "Value"
120
  },
121
  "pair_id": {
122
  "dtype": "int32",
123
- "id": null,
124
  "_type": "Value"
125
  }
126
  },
127
- "supervised_keys": null,
128
  "builder_name": "blimp",
 
129
  "config_name": "anaphor_gender_agreement",
130
  "version": {
131
  "version_str": "0.1.0",
132
- "description": null,
133
- "datasets_version_to_prepare": null,
134
  "major": 0,
135
  "minor": 1,
136
  "patch": 0
@@ -138,20 +126,14 @@
138
  "splits": {
139
  "train": {
140
  "name": "train",
141
- "num_bytes": 132313,
142
  "num_examples": 1000,
143
- "dataset_name": "blimp"
144
- }
145
- },
146
- "download_checksums": {
147
- "https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/anaphor_gender_agreement.jsonl": {
148
- "num_bytes": 436749,
149
- "checksum": "fd7d6e47196fa1310a251d3aa88ae9a62bb64d3cec35fc02617229d5799767e1"
150
  }
151
  },
152
- "download_size": 436749,
153
- "dataset_size": 132313,
154
- "size_in_bytes": 569062
155
  },
156
  "anaphor_number_agreement": {
157
  "description": "\nBLiMP is a challenge set for evaluating what language models (LMs) know about\nmajor grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each\ncontaining 1000 minimal pairs isolating specific contrasts in syntax,\nmorphology, or semantics. The data is automatically generated according to\nexpert-crafted grammars.\n",
 
75
  "features": {
76
  "sentence_good": {
77
  "dtype": "string",
 
78
  "_type": "Value"
79
  },
80
  "sentence_bad": {
81
  "dtype": "string",
 
82
  "_type": "Value"
83
  },
84
  "field": {
85
  "dtype": "string",
 
86
  "_type": "Value"
87
  },
88
  "linguistics_term": {
89
  "dtype": "string",
 
90
  "_type": "Value"
91
  },
92
  "UID": {
93
  "dtype": "string",
 
94
  "_type": "Value"
95
  },
96
  "simple_LM_method": {
97
  "dtype": "bool",
 
98
  "_type": "Value"
99
  },
100
  "one_prefix_method": {
101
  "dtype": "bool",
 
102
  "_type": "Value"
103
  },
104
  "two_prefix_method": {
105
  "dtype": "bool",
 
106
  "_type": "Value"
107
  },
108
  "lexically_identical": {
109
  "dtype": "bool",
 
110
  "_type": "Value"
111
  },
112
  "pair_id": {
113
  "dtype": "int32",
 
114
  "_type": "Value"
115
  }
116
  },
 
117
  "builder_name": "blimp",
118
+ "dataset_name": "blimp",
119
  "config_name": "anaphor_gender_agreement",
120
  "version": {
121
  "version_str": "0.1.0",
 
 
122
  "major": 0,
123
  "minor": 1,
124
  "patch": 0
 
126
  "splits": {
127
  "train": {
128
  "name": "train",
129
+ "num_bytes": 130918,
130
  "num_examples": 1000,
131
+ "dataset_name": null
 
 
 
 
 
 
132
  }
133
  },
134
+ "download_size": 39201,
135
+ "dataset_size": 130918,
136
+ "size_in_bytes": 170119
137
  },
138
  "anaphor_number_agreement": {
139
  "description": "\nBLiMP is a challenge set for evaluating what language models (LMs) know about\nmajor grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each\ncontaining 1000 minimal pairs isolating specific contrasts in syntax,\nmorphology, or semantics. The data is automatically generated according to\nexpert-crafted grammars.\n",