Datasets:
raileymontalan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,68 +1,59 @@
|
|
1 |
-
---
|
2 |
-
pretty_name: LINDSEA Syntax
|
3 |
-
license:
|
4 |
-
- cc-by-4.0
|
5 |
-
task_categories:
|
6 |
-
- text-generation
|
7 |
-
- text-classification
|
8 |
-
language:
|
9 |
-
- id
|
10 |
-
dataset_info:
|
11 |
-
features:
|
12 |
-
- name: id
|
13 |
-
dtype: string
|
14 |
-
- name: label
|
15 |
-
dtype: string
|
16 |
-
- name: prompts
|
17 |
-
list:
|
18 |
-
- name: sentence_pair
|
19 |
-
dtype: string
|
20 |
-
- name: prompt_templates
|
21 |
-
sequence: string
|
22 |
-
- name: metadata
|
23 |
-
struct:
|
24 |
-
- name: language
|
25 |
-
dtype: string
|
26 |
-
- name: linguistic_phenomenon
|
27 |
-
dtype: string
|
28 |
-
- name: category
|
29 |
-
dtype: string
|
30 |
-
- name: subcategory
|
31 |
-
dtype: string
|
32 |
-
- name: correct
|
33 |
-
dtype: string
|
34 |
-
- name: wrong
|
35 |
-
dtype: string
|
36 |
-
- name: shuffled
|
37 |
-
dtype: bool
|
38 |
-
splits:
|
39 |
-
- name: id
|
40 |
-
num_bytes: 206209
|
41 |
-
num_examples: 380
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
- config_name: default
|
58 |
-
data_files:
|
59 |
-
- split: id
|
60 |
-
path: data/id-*
|
61 |
-
- split: id_fewshot
|
62 |
-
path: data/id_fewshot-*
|
63 |
-
size_categories:
|
64 |
-
- n<1K
|
65 |
-
---
|
66 |
|
67 |
# LINDSEA Syntax
|
68 |
|
|
|
1 |
+
---
|
2 |
+
pretty_name: LINDSEA Syntax
|
3 |
+
license:
|
4 |
+
- cc-by-4.0
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
+
- text-classification
|
8 |
+
language:
|
9 |
+
- id
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: id
|
13 |
+
dtype: string
|
14 |
+
- name: label
|
15 |
+
dtype: string
|
16 |
+
- name: prompts
|
17 |
+
list:
|
18 |
+
- name: sentence_pair
|
19 |
+
dtype: string
|
20 |
+
- name: prompt_templates
|
21 |
+
sequence: string
|
22 |
+
- name: metadata
|
23 |
+
struct:
|
24 |
+
- name: language
|
25 |
+
dtype: string
|
26 |
+
- name: linguistic_phenomenon
|
27 |
+
dtype: string
|
28 |
+
- name: category
|
29 |
+
dtype: string
|
30 |
+
- name: subcategory
|
31 |
+
dtype: string
|
32 |
+
- name: correct
|
33 |
+
dtype: string
|
34 |
+
- name: wrong
|
35 |
+
dtype: string
|
36 |
+
- name: shuffled
|
37 |
+
dtype: bool
|
38 |
+
splits:
|
39 |
+
- name: id
|
40 |
+
num_bytes: 206209
|
41 |
+
num_examples: 380
|
42 |
+
- name: id_fewshot
|
43 |
+
num_bytes: 612
|
44 |
+
num_examples: 5
|
45 |
+
download_size: 42471
|
46 |
+
dataset_size: 206821
|
47 |
+
configs:
|
48 |
+
- config_name: default
|
49 |
+
data_files:
|
50 |
+
- split: id
|
51 |
+
path: data/id-*
|
52 |
+
- split: id_fewshot
|
53 |
+
path: data/id_fewshot-*
|
54 |
+
size_categories:
|
55 |
+
- n<1K
|
56 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
# LINDSEA Syntax
|
59 |
|