Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Indonesian
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
raileymontalan commited on
Commit
6981654
·
verified ·
1 Parent(s): 55ecea7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -65
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
- num_tokens_gpt_4o: 9493
43
- num_tokens_gemma_2: 9273
44
- num_tokens_llama_3: 11293
45
- - name: id_fewshot
46
- num_bytes: 612
47
- num_examples: 5
48
- num_tokens_gpt_4o: 112
49
- num_tokens_gemma_2: 116
50
- num_tokens_llama_3: 130
51
- download_size: 42471
52
- dataset_size: 206821
53
- total_tokens_gpt_4o: 9605
54
- total_tokens_gemma_2: 9389
55
- total_tokens_llama_3: 11423
56
- configs:
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