Sagnik Ray Choudhury commited on
Commit
0dd536e
·
1 Parent(s): 6cfc7e9

chore: rename to validation to be more consistent

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -1
  2. README.md +4 -4
  3. dev.jsonl → validation.jsonl +0 -0
.gitattributes CHANGED
@@ -52,6 +52,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
- dev.jsonl filter=lfs diff=lfs merge=lfs -text
56
  test.jsonl filter=lfs diff=lfs merge=lfs -text
57
  train.jsonl filter=lfs diff=lfs merge=lfs -text
 
52
  *.jpg filter=lfs diff=lfs merge=lfs -text
53
  *.jpeg filter=lfs diff=lfs merge=lfs -text
54
  *.webp filter=lfs diff=lfs merge=lfs -text
55
+ validation.jsonl filter=lfs diff=lfs merge=lfs -text
56
  test.jsonl filter=lfs diff=lfs merge=lfs -text
57
  train.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -31,7 +31,7 @@ dataset_info:
31
  - name: train
32
  num_bytes: 1771712
33
  num_examples: 8300
34
- - name: dev
35
  num_bytes: 217479
36
  num_examples: 1000
37
  - name: test
@@ -115,15 +115,15 @@ For each instance, there is:
115
 
116
  ### Data Splits
117
 
118
- Following SNLI, this dataset also has 3 splits: _train_, _dev_, and _test_. The original paper says this:
119
  ```aidl
120
  RP and RH, each comprised of 3332 pairs in train, 400 in validation, and 800 in test, leading to a total of 6664 pairs in train, 800 in validation, and 1600 in test in the revised dataset.
121
  ```
122
- This means for _train_, there are 1666 original SNLI instances, and each has 4 counterfactual perturbations (from premise and hypothesis edit), leading to a total of 1666*5 = 8330 _train_ data points in this dataset. Similarly, _dev_ and _test_ has 200 and 400 original SNLI instances respectively, consequently 1000 and 2000 instances in total.
123
 
124
  | Dataset Split | Number of Instances in Split |
125
  |---------------|------------------------------|
126
  | Train | 8,330 |
127
- | Dev | 1,000 |
128
  | Test | 2,000 |
129
 
 
31
  - name: train
32
  num_bytes: 1771712
33
  num_examples: 8300
34
+ - name: validation
35
  num_bytes: 217479
36
  num_examples: 1000
37
  - name: test
 
115
 
116
  ### Data Splits
117
 
118
+ Following SNLI, this dataset also has 3 splits: _train_, _validation_, and _test_. The original paper says this:
119
  ```aidl
120
  RP and RH, each comprised of 3332 pairs in train, 400 in validation, and 800 in test, leading to a total of 6664 pairs in train, 800 in validation, and 1600 in test in the revised dataset.
121
  ```
122
+ This means for _train_, there are 1666 original SNLI instances, and each has 4 counterfactual perturbations (from premise and hypothesis edit), leading to a total of 1666*5 = 8330 _train_ data points in this dataset. Similarly, _validation_ and _test_ has 200 and 400 original SNLI instances respectively, consequently 1000 and 2000 instances in total.
123
 
124
  | Dataset Split | Number of Instances in Split |
125
  |---------------|------------------------------|
126
  | Train | 8,330 |
127
+ | Validation | 1,000 |
128
  | Test | 2,000 |
129
 
dev.jsonl → validation.jsonl RENAMED
File without changes