pietrolesci
commited on
Commit
•
df28ab9
1
Parent(s):
87cbcb5
Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ valid_attributes {'dtype', 'id', 'sentence1', 'sentence2', 'original_label', 'la
|
|
33 |
valid_likedislike {'dtype', 'id', 'sentence1', 'sentence2', 'original_label', 'label', 'triple2', 'triple1'}
|
34 |
```
|
35 |
|
36 |
-
Note that I only keep the common columns, which means that I drop "annotation{1, 2, 3" from `verified_test`.
|
37 |
Note that there are some splits with the same instances, as found by matching on "original_label", "sentence1", "sentence2".
|
38 |
|
39 |
|
|
|
33 |
valid_likedislike {'dtype', 'id', 'sentence1', 'sentence2', 'original_label', 'label', 'triple2', 'triple1'}
|
34 |
```
|
35 |
|
36 |
+
Note that I only keep the common columns, which means that I drop "annotation{1, 2, 3}" from `verified_test`.
|
37 |
Note that there are some splits with the same instances, as found by matching on "original_label", "sentence1", "sentence2".
|
38 |
|
39 |
|