hieunguyen1053
commited on
Commit
•
d5cca0c
1
Parent(s):
4233925
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: uid
|
5 |
+
dtype: string
|
6 |
+
- name: premise
|
7 |
+
dtype: string
|
8 |
+
- name: hypothesis
|
9 |
+
dtype: string
|
10 |
+
- name: label
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': entailment
|
15 |
+
'1': neutral
|
16 |
+
'2': contradiction
|
17 |
+
- name: reason
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 44720719
|
22 |
+
num_examples: 100459
|
23 |
+
- name: validation
|
24 |
+
num_bytes: 663148
|
25 |
+
num_examples: 1200
|
26 |
+
- name: test
|
27 |
+
num_bytes: 657586
|
28 |
+
num_examples: 1200
|
29 |
+
download_size: 15202058
|
30 |
+
dataset_size: 46041453
|
31 |
+
---
|
32 |
+
# Dataset Card for "anli_r3_en"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|