albertvillanova HF staff commited on
Commit
9230f73
1 Parent(s): 53616ae

Add determiner_noun_agreement_2 data files

Browse files
README.md CHANGED
@@ -324,10 +324,10 @@ dataset_info:
324
  dtype: int32
325
  splits:
326
  - name: train
327
- num_bytes: 157599
328
  num_examples: 1000
329
- download_size: 488856
330
- dataset_size: 157599
331
  - config_name: determiner_noun_agreement_irregular_1
332
  features:
333
  - name: sentence_good
@@ -1937,6 +1937,10 @@ configs:
1937
  data_files:
1938
  - split: train
1939
  path: determiner_noun_agreement_1/train-*
 
 
 
 
1940
  ---
1941
 
1942
  # Dataset Card for "blimp"
 
324
  dtype: int32
325
  splits:
326
  - name: train
327
+ num_bytes: 156204
328
  num_examples: 1000
329
+ download_size: 49527
330
+ dataset_size: 156204
331
  - config_name: determiner_noun_agreement_irregular_1
332
  features:
333
  - name: sentence_good
 
1937
  data_files:
1938
  - split: train
1939
  path: determiner_noun_agreement_1/train-*
1940
+ - config_name: determiner_noun_agreement_2
1941
+ data_files:
1942
+ - split: train
1943
+ path: determiner_noun_agreement_2/train-*
1944
  ---
1945
 
1946
  # Dataset Card for "blimp"
dataset_infos.json CHANGED
@@ -687,62 +687,50 @@
687
  "features": {
688
  "sentence_good": {
689
  "dtype": "string",
690
- "id": null,
691
  "_type": "Value"
692
  },
693
  "sentence_bad": {
694
  "dtype": "string",
695
- "id": null,
696
  "_type": "Value"
697
  },
698
  "field": {
699
  "dtype": "string",
700
- "id": null,
701
  "_type": "Value"
702
  },
703
  "linguistics_term": {
704
  "dtype": "string",
705
- "id": null,
706
  "_type": "Value"
707
  },
708
  "UID": {
709
  "dtype": "string",
710
- "id": null,
711
  "_type": "Value"
712
  },
713
  "simple_LM_method": {
714
  "dtype": "bool",
715
- "id": null,
716
  "_type": "Value"
717
  },
718
  "one_prefix_method": {
719
  "dtype": "bool",
720
- "id": null,
721
  "_type": "Value"
722
  },
723
  "two_prefix_method": {
724
  "dtype": "bool",
725
- "id": null,
726
  "_type": "Value"
727
  },
728
  "lexically_identical": {
729
  "dtype": "bool",
730
- "id": null,
731
  "_type": "Value"
732
  },
733
  "pair_id": {
734
  "dtype": "int32",
735
- "id": null,
736
  "_type": "Value"
737
  }
738
  },
739
- "supervised_keys": null,
740
  "builder_name": "blimp",
 
741
  "config_name": "determiner_noun_agreement_2",
742
  "version": {
743
  "version_str": "0.1.0",
744
- "description": null,
745
- "datasets_version_to_prepare": null,
746
  "major": 0,
747
  "minor": 1,
748
  "patch": 0
@@ -750,20 +738,14 @@
750
  "splits": {
751
  "train": {
752
  "name": "train",
753
- "num_bytes": 157599,
754
  "num_examples": 1000,
755
- "dataset_name": "blimp"
756
- }
757
- },
758
- "download_checksums": {
759
- "https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/determiner_noun_agreement_2.jsonl": {
760
- "num_bytes": 488856,
761
- "checksum": "8ae7eff7c7bd384ff5ef3113984834f4d78b34559203aa9d5cb14ea8394291a9"
762
  }
763
  },
764
- "download_size": 488856,
765
- "dataset_size": 157599,
766
- "size_in_bytes": 646455
767
  },
768
  "determiner_noun_agreement_irregular_1": {
769
  "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",
 
687
  "features": {
688
  "sentence_good": {
689
  "dtype": "string",
 
690
  "_type": "Value"
691
  },
692
  "sentence_bad": {
693
  "dtype": "string",
 
694
  "_type": "Value"
695
  },
696
  "field": {
697
  "dtype": "string",
 
698
  "_type": "Value"
699
  },
700
  "linguistics_term": {
701
  "dtype": "string",
 
702
  "_type": "Value"
703
  },
704
  "UID": {
705
  "dtype": "string",
 
706
  "_type": "Value"
707
  },
708
  "simple_LM_method": {
709
  "dtype": "bool",
 
710
  "_type": "Value"
711
  },
712
  "one_prefix_method": {
713
  "dtype": "bool",
 
714
  "_type": "Value"
715
  },
716
  "two_prefix_method": {
717
  "dtype": "bool",
 
718
  "_type": "Value"
719
  },
720
  "lexically_identical": {
721
  "dtype": "bool",
 
722
  "_type": "Value"
723
  },
724
  "pair_id": {
725
  "dtype": "int32",
 
726
  "_type": "Value"
727
  }
728
  },
 
729
  "builder_name": "blimp",
730
+ "dataset_name": "blimp",
731
  "config_name": "determiner_noun_agreement_2",
732
  "version": {
733
  "version_str": "0.1.0",
 
 
734
  "major": 0,
735
  "minor": 1,
736
  "patch": 0
 
738
  "splits": {
739
  "train": {
740
  "name": "train",
741
+ "num_bytes": 156204,
742
  "num_examples": 1000,
743
+ "dataset_name": null
 
 
 
 
 
 
744
  }
745
  },
746
+ "download_size": 49527,
747
+ "dataset_size": 156204,
748
+ "size_in_bytes": 205731
749
  },
750
  "determiner_noun_agreement_irregular_1": {
751
  "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",
determiner_noun_agreement_2/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17520554fff0a78a122cc5bf92708e64099b6907d1791c029a1c254e20089bca
3
+ size 49527