gowitheflow
commited on
Commit
•
a202764
1
Parent(s):
cf349fc
Upload 3 files
Browse files- data-00000-of-00001.arrow +3 -0
- dataset_info.json +20 -0
- state.json +17 -0
data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85eb6f2663415b99049e0a257d3908e52a8ad8c2131c02e516d0c10988523c59
|
3 |
+
size 145125888
|
dataset_info.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "@inproceedings{snli:emnlp2015,\n\tAuthor = {Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher, and Manning, Christopher D.},\n\tBooktitle = {Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing (EMNLP)},\n\tPublisher = {Association for Computational Linguistics},\n\tTitle = {A large annotated corpus for learning natural language inference},\n\tYear = {2015}\n}",
|
3 |
+
"description": "The SNLI corpus (version 1.0) is a collection of 570k human-written English\nsentence pairs manually labeled for balanced classification with the labels\nentailment, contradiction, and neutral, supporting the task of natural language\ninference (NLI), also known as recognizing textual entailment (RTE).",
|
4 |
+
"features": {
|
5 |
+
"sentence1": {
|
6 |
+
"dtype": "string",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"sentence2": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"label": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
}
|
17 |
+
},
|
18 |
+
"homepage": "https://nlp.stanford.edu/projects/snli/",
|
19 |
+
"license": ""
|
20 |
+
}
|
state.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "70f4067c52e5e6dc",
|
8 |
+
"_format_columns": [
|
9 |
+
"sentence1",
|
10 |
+
"sentence2",
|
11 |
+
"label"
|
12 |
+
],
|
13 |
+
"_format_kwargs": {},
|
14 |
+
"_format_type": null,
|
15 |
+
"_output_all_columns": false,
|
16 |
+
"_split": null
|
17 |
+
}
|