Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -67
README.md CHANGED
@@ -1,70 +1,61 @@
1
- ---
2
- pretty_name: LINDSEA Pragmatics
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: question_translated
19
- dtype: string
20
- - name: text
21
- dtype: string
22
- - name: choices_translated
23
- dtype: string
24
- - name: prompt_templates
25
- sequence: string
26
- - name: metadata
27
- struct:
28
- - name: language
29
- dtype: string
30
- - name: linguistic_phenomenon
31
- dtype: string
32
- - name: category
33
- dtype: string
34
- - name: lexical_item
35
- dtype: string
36
- - name: question
37
- dtype: string
38
- - name: choices
39
- dtype: string
40
- splits:
41
- - name: id
42
- num_bytes: 46162
43
- num_examples: 100
44
- num_tokens_gpt_4o: 1752
45
- num_tokens_gemma_2: 1912
46
- num_tokens_llama_3: 2253
47
- - name: id_fewshot
48
- num_bytes: 644
49
- num_examples: 5
50
- num_tokens_gpt_4o: 84
51
- num_tokens_gemma_2: 91
52
- num_tokens_llama_3: 111
53
- download_size: 15436
54
- dataset_size: 46806
55
- total_tokens_gpt_4o: 1836
56
- total_tokens_gemma_2: 2003
57
- total_tokens_llama_3: 2364
58
- configs:
59
- - config_name: default
60
- data_files:
61
- - split: id
62
- path: data/id-*
63
- - split: id_fewshot
64
- path: data/id_fewshot-*
65
- size_categories:
66
- - n<1K
67
- ---
68
 
69
  # LINDSEA Pragmatics
70
 
 
1
+ ---
2
+ pretty_name: LINDSEA Pragmatics
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: question_translated
19
+ dtype: string
20
+ - name: text
21
+ dtype: string
22
+ - name: choices_translated
23
+ dtype: string
24
+ - name: prompt_templates
25
+ sequence: string
26
+ - name: metadata
27
+ struct:
28
+ - name: language
29
+ dtype: string
30
+ - name: linguistic_phenomenon
31
+ dtype: string
32
+ - name: category
33
+ dtype: string
34
+ - name: lexical_item
35
+ dtype: string
36
+ - name: question
37
+ dtype: string
38
+ - name: choices
39
+ dtype: string
40
+ splits:
41
+ - name: id
42
+ num_bytes: 46162
43
+ num_examples: 100
44
+ - name: id_fewshot
45
+ num_bytes: 644
46
+ num_examples: 5
47
+ download_size: 15436
48
+ dataset_size: 46806
49
+ configs:
50
+ - config_name: default
51
+ data_files:
52
+ - split: id
53
+ path: data/id-*
54
+ - split: id_fewshot
55
+ path: data/id_fewshot-*
56
+ size_categories:
57
+ - n<1K
58
+ ---
 
 
 
 
 
 
 
 
 
59
 
60
  # LINDSEA Pragmatics
61