joshswartz
commited on
Commit
•
75184b1
1
Parent(s):
68d5984
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: ind
|
5 |
+
dtype: int32
|
6 |
+
- name: activity_label
|
7 |
+
dtype: string
|
8 |
+
- name: ctx_a
|
9 |
+
dtype: string
|
10 |
+
- name: ctx_b
|
11 |
+
dtype: string
|
12 |
+
- name: ctx
|
13 |
+
dtype: string
|
14 |
+
- name: endings
|
15 |
+
sequence: string
|
16 |
+
- name: source_id
|
17 |
+
dtype: string
|
18 |
+
- name: split
|
19 |
+
dtype: string
|
20 |
+
- name: split_type
|
21 |
+
dtype: string
|
22 |
+
- name: label
|
23 |
+
dtype: string
|
24 |
+
- name: full_text
|
25 |
+
dtype: string
|
26 |
+
- name: text
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 39851138.84323465
|
31 |
+
num_examples: 12582
|
32 |
+
download_size: 23178708
|
33 |
+
dataset_size: 39851138.84323465
|
34 |
+
configs:
|
35 |
+
- config_name: default
|
36 |
+
data_files:
|
37 |
+
- split: train
|
38 |
+
path: data/train-*
|
39 |
+
---
|
40 |
+
# Dataset Card for "hellaswag_train_wikihow_1"
|
41 |
+
|
42 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|