Datasets:
Tasks:
Text Classification
Sub-tasks:
natural-language-inference
Languages:
English
Size:
100K<n<1M
License:
Thamognya Kodi
commited on
Commit
•
4771913
1
Parent(s):
f3fbb76
view
Browse files
README.md
CHANGED
@@ -27,6 +27,16 @@ viewer: true
|
|
27 |
|
28 |
Github Repo: [thamognya/TBertNLI](https://github.com/thamognya/TBertNLI) specifically in the [src/data directory](https://github.com/thamognya/TBertNLI/tree/master/src/data).
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
# Datsets Origin
|
31 |
|
32 |
As of now the marked datasets have been used to make this dataset and the other ones are todo
|
@@ -41,4 +51,5 @@ As of now the marked datasets have been used to make this dataset and the other
|
|
41 |
|
42 |
# Reasons
|
43 |
|
44 |
-
Just for finetuning of NLI models and purely made for NLI (not zero shot classification)
|
|
|
|
27 |
|
28 |
Github Repo: [thamognya/TBertNLI](https://github.com/thamognya/TBertNLI) specifically in the [src/data directory](https://github.com/thamognya/TBertNLI/tree/master/src/data).
|
29 |
|
30 |
+
# Sample
|
31 |
+
|
32 |
+
``` premise hypothesis label
|
33 |
+
0 this church choir sings to the masses as they ... the church is filled with song 0
|
34 |
+
1 this church choir sings to the masses as they ... a choir singing at a baseball game 2
|
35 |
+
2 a woman with a green headscarf blue shirt and ... the woman is young 1
|
36 |
+
3 a woman with a green headscarf blue shirt and ... the woman is very happy 0
|
37 |
+
4 a woman with a green headscarf blue shirt and ... the woman has been shot 2
|
38 |
+
```
|
39 |
+
|
40 |
# Datsets Origin
|
41 |
|
42 |
As of now the marked datasets have been used to make this dataset and the other ones are todo
|
|
|
51 |
|
52 |
# Reasons
|
53 |
|
54 |
+
Just for finetuning of NLI models and purely made for NLI (not zero shot classification)
|
55 |
+
|