Commit
·
164e1fd
1
Parent(s):
530dd00
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: premise
|
5 |
+
dtype: string
|
6 |
+
- name: hypothesis
|
7 |
+
dtype: string
|
8 |
+
- name: label
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': entailment
|
13 |
+
'1': neutral
|
14 |
+
'2': contradiction
|
15 |
+
- name: translated_premise
|
16 |
+
dtype: string
|
17 |
+
- name: translated_hypothesis
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: validation
|
21 |
+
num_bytes: 2303892
|
22 |
+
num_examples: 10000
|
23 |
+
- name: train
|
24 |
+
num_bytes: 122642216
|
25 |
+
num_examples: 550152
|
26 |
+
- name: test
|
27 |
+
num_bytes: 2296826
|
28 |
+
num_examples: 10000
|
29 |
+
download_size: 40424758
|
30 |
+
dataset_size: 127242934
|
31 |
+
---
|
32 |
+
# Dataset Card for "french_translated_snli"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|