albertvillanova HF staff commited on
Commit
22b5a88
1 Parent(s): 68f498c

Add transitive data files

Browse files
README.md CHANGED
@@ -1668,10 +1668,10 @@ dataset_info:
1668
  dtype: int32
1669
  splits:
1670
  - name: train
1671
- num_bytes: 134499
1672
  num_examples: 1000
1673
- download_size: 460291
1674
- dataset_size: 134499
1675
  - config_name: wh_island
1676
  features:
1677
  - name: sentence_good
@@ -2129,6 +2129,10 @@ configs:
2129
  data_files:
2130
  - split: train
2131
  path: tough_vs_raising_2/train-*
 
 
 
 
2132
  ---
2133
 
2134
  # Dataset Card for "blimp"
 
1668
  dtype: int32
1669
  splits:
1670
  - name: train
1671
+ num_bytes: 133104
1672
  num_examples: 1000
1673
+ download_size: 55090
1674
+ dataset_size: 133104
1675
  - config_name: wh_island
1676
  features:
1677
  - name: sentence_good
 
2129
  data_files:
2130
  - split: train
2131
  path: tough_vs_raising_2/train-*
2132
+ - config_name: transitive
2133
+ data_files:
2134
+ - split: train
2135
+ path: transitive/train-*
2136
  ---
2137
 
2138
  # Dataset Card for "blimp"
dataset_infos.json CHANGED
@@ -3951,62 +3951,50 @@
3951
  "features": {
3952
  "sentence_good": {
3953
  "dtype": "string",
3954
- "id": null,
3955
  "_type": "Value"
3956
  },
3957
  "sentence_bad": {
3958
  "dtype": "string",
3959
- "id": null,
3960
  "_type": "Value"
3961
  },
3962
  "field": {
3963
  "dtype": "string",
3964
- "id": null,
3965
  "_type": "Value"
3966
  },
3967
  "linguistics_term": {
3968
  "dtype": "string",
3969
- "id": null,
3970
  "_type": "Value"
3971
  },
3972
  "UID": {
3973
  "dtype": "string",
3974
- "id": null,
3975
  "_type": "Value"
3976
  },
3977
  "simple_LM_method": {
3978
  "dtype": "bool",
3979
- "id": null,
3980
  "_type": "Value"
3981
  },
3982
  "one_prefix_method": {
3983
  "dtype": "bool",
3984
- "id": null,
3985
  "_type": "Value"
3986
  },
3987
  "two_prefix_method": {
3988
  "dtype": "bool",
3989
- "id": null,
3990
  "_type": "Value"
3991
  },
3992
  "lexically_identical": {
3993
  "dtype": "bool",
3994
- "id": null,
3995
  "_type": "Value"
3996
  },
3997
  "pair_id": {
3998
  "dtype": "int32",
3999
- "id": null,
4000
  "_type": "Value"
4001
  }
4002
  },
4003
- "supervised_keys": null,
4004
  "builder_name": "blimp",
 
4005
  "config_name": "transitive",
4006
  "version": {
4007
  "version_str": "0.1.0",
4008
- "description": null,
4009
- "datasets_version_to_prepare": null,
4010
  "major": 0,
4011
  "minor": 1,
4012
  "patch": 0
@@ -4014,20 +4002,14 @@
4014
  "splits": {
4015
  "train": {
4016
  "name": "train",
4017
- "num_bytes": 134499,
4018
  "num_examples": 1000,
4019
- "dataset_name": "blimp"
4020
- }
4021
- },
4022
- "download_checksums": {
4023
- "https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/transitive.jsonl": {
4024
- "num_bytes": 460291,
4025
- "checksum": "48de2025571897c7590659c793d2d1ce85c247808d4199bad60f66cf2eb179ef"
4026
  }
4027
  },
4028
- "download_size": 460291,
4029
- "dataset_size": 134499,
4030
- "size_in_bytes": 594790
4031
  },
4032
  "wh_island": {
4033
  "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",
 
3951
  "features": {
3952
  "sentence_good": {
3953
  "dtype": "string",
 
3954
  "_type": "Value"
3955
  },
3956
  "sentence_bad": {
3957
  "dtype": "string",
 
3958
  "_type": "Value"
3959
  },
3960
  "field": {
3961
  "dtype": "string",
 
3962
  "_type": "Value"
3963
  },
3964
  "linguistics_term": {
3965
  "dtype": "string",
 
3966
  "_type": "Value"
3967
  },
3968
  "UID": {
3969
  "dtype": "string",
 
3970
  "_type": "Value"
3971
  },
3972
  "simple_LM_method": {
3973
  "dtype": "bool",
 
3974
  "_type": "Value"
3975
  },
3976
  "one_prefix_method": {
3977
  "dtype": "bool",
 
3978
  "_type": "Value"
3979
  },
3980
  "two_prefix_method": {
3981
  "dtype": "bool",
 
3982
  "_type": "Value"
3983
  },
3984
  "lexically_identical": {
3985
  "dtype": "bool",
 
3986
  "_type": "Value"
3987
  },
3988
  "pair_id": {
3989
  "dtype": "int32",
 
3990
  "_type": "Value"
3991
  }
3992
  },
 
3993
  "builder_name": "blimp",
3994
+ "dataset_name": "blimp",
3995
  "config_name": "transitive",
3996
  "version": {
3997
  "version_str": "0.1.0",
 
 
3998
  "major": 0,
3999
  "minor": 1,
4000
  "patch": 0
 
4002
  "splits": {
4003
  "train": {
4004
  "name": "train",
4005
+ "num_bytes": 133104,
4006
  "num_examples": 1000,
4007
+ "dataset_name": null
 
 
 
 
 
 
4008
  }
4009
  },
4010
+ "download_size": 55090,
4011
+ "dataset_size": 133104,
4012
+ "size_in_bytes": 188194
4013
  },
4014
  "wh_island": {
4015
  "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",
transitive/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c92b23164784bdb7b721a87969a883ce76fcb13b7b2e2240230f67800544432
3
+ size 55090