upload ravel public datasets
Browse files- README.md +87 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/val-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: template
|
5 |
+
dtype: string
|
6 |
+
- name: prompt
|
7 |
+
dtype: string
|
8 |
+
- name: entity
|
9 |
+
dtype: string
|
10 |
+
- name: attribute
|
11 |
+
dtype: string
|
12 |
+
- name: prompt_template_counterfactual
|
13 |
+
struct:
|
14 |
+
- name: Continent
|
15 |
+
dtype: string
|
16 |
+
- name: Country
|
17 |
+
dtype: string
|
18 |
+
- name: Language
|
19 |
+
dtype: string
|
20 |
+
- name: attribute
|
21 |
+
dtype: string
|
22 |
+
- name: entity
|
23 |
+
dtype: string
|
24 |
+
- name: prompt
|
25 |
+
dtype: string
|
26 |
+
- name: template
|
27 |
+
dtype: string
|
28 |
+
- name: attribute_counterfactual
|
29 |
+
struct:
|
30 |
+
- name: Continent
|
31 |
+
dtype: string
|
32 |
+
- name: Country
|
33 |
+
dtype: string
|
34 |
+
- name: Language
|
35 |
+
dtype: string
|
36 |
+
- name: attribute
|
37 |
+
dtype: string
|
38 |
+
- name: entity
|
39 |
+
dtype: string
|
40 |
+
- name: prompt
|
41 |
+
dtype: string
|
42 |
+
- name: template
|
43 |
+
dtype: string
|
44 |
+
- name: wikipedia_counterfactual
|
45 |
+
struct:
|
46 |
+
- name: Continent
|
47 |
+
dtype: string
|
48 |
+
- name: Country
|
49 |
+
dtype: string
|
50 |
+
- name: Language
|
51 |
+
dtype: string
|
52 |
+
- name: attribute
|
53 |
+
dtype: string
|
54 |
+
- name: entity
|
55 |
+
dtype: string
|
56 |
+
- name: prompt
|
57 |
+
dtype: string
|
58 |
+
- name: template
|
59 |
+
dtype: string
|
60 |
+
- name: Continent
|
61 |
+
dtype: string
|
62 |
+
- name: Country
|
63 |
+
dtype: string
|
64 |
+
- name: Language
|
65 |
+
dtype: string
|
66 |
+
splits:
|
67 |
+
- name: train
|
68 |
+
num_bytes: 82920790
|
69 |
+
num_examples: 100347
|
70 |
+
- name: val
|
71 |
+
num_bytes: 12008535.5
|
72 |
+
num_examples: 15950
|
73 |
+
- name: test
|
74 |
+
num_bytes: 12008535.5
|
75 |
+
num_examples: 15950
|
76 |
+
download_size: 14309030
|
77 |
+
dataset_size: 106937861.0
|
78 |
+
configs:
|
79 |
+
- config_name: default
|
80 |
+
data_files:
|
81 |
+
- split: train
|
82 |
+
path: data/train-*
|
83 |
+
- split: val
|
84 |
+
path: data/val-*
|
85 |
+
- split: test
|
86 |
+
path: data/test-*
|
87 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e92e92fdb775100137ee4d589f69f300f299505b008c44efc9ea3858523ba513
|
3 |
+
size 1986380
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62c054ff19848ed14255ed6af43a3ef4aea89a5b38cfbc1fe0e66a682167d5a8
|
3 |
+
size 10334180
|
data/val-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5827591cb9460ec9ce3b21d4fd4676f344855aa16b26dd9f6389e638586082f3
|
3 |
+
size 1988470
|