Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: promptID
|
5 |
+
dtype: int32
|
6 |
+
- name: pairID
|
7 |
+
dtype: string
|
8 |
+
- name: premise
|
9 |
+
dtype: string
|
10 |
+
- name: premise_binary_parse
|
11 |
+
dtype: string
|
12 |
+
- name: premise_parse
|
13 |
+
dtype: string
|
14 |
+
- name: hypothesis
|
15 |
+
dtype: string
|
16 |
+
- name: hypothesis_binary_parse
|
17 |
+
dtype: string
|
18 |
+
- name: hypothesis_parse
|
19 |
+
dtype: string
|
20 |
+
- name: genre
|
21 |
+
dtype: string
|
22 |
+
- name: label
|
23 |
+
dtype:
|
24 |
+
class_label:
|
25 |
+
names:
|
26 |
+
'0': entailment
|
27 |
+
'1': neutral
|
28 |
+
'2': contradiction
|
29 |
+
- name: domains
|
30 |
+
dtype: string
|
31 |
+
- name: weights
|
32 |
+
dtype: float64
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 327512744
|
36 |
+
num_examples: 315352
|
37 |
+
download_size: 165625528
|
38 |
+
dataset_size: 327512744
|
39 |
+
---
|
40 |
+
# Dataset Card for "weighted_trainingdata_domain_adaptation_government_telephone"
|
41 |
+
|
42 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|