Datasets:
skt
/

Modalities:
Text
Formats:
json
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
haebo1 commited on
Commit
a5ea15e
1 Parent(s): 7ee869e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -5
README.md CHANGED
@@ -16,15 +16,51 @@ source_datasets:
16
  - original
17
  configs:
18
  - config_name: boolq
19
- data_files: "boolq/*"
 
 
 
 
 
 
 
20
  - config_name: copa
21
- data_files: "copa/*"
 
 
 
 
 
 
 
22
  - config_name: hellaswag
23
- data_files: "hellaswag/*"
 
 
 
 
 
 
 
24
  - config_name: sentineg
25
- data_files: "sentineg/*"
 
 
 
 
 
 
 
 
 
26
  - config_name: wic
27
- data_files: "wic/*"
 
 
 
 
 
 
28
  ---
29
 
30
  # Dataset Card for KoBEST
 
16
  - original
17
  configs:
18
  - config_name: boolq
19
+ data_files:
20
+ - split: train
21
+ path: "boolq/train.jsonl"
22
+ - split: test
23
+ path: "boolq/test.jsonl"
24
+ - split: validation
25
+ path: "boolq/validation.jsonl"
26
+
27
  - config_name: copa
28
+ data_files:
29
+ - split: train
30
+ path: "copa/train.jsonl"
31
+ - split: test
32
+ path: "copa/test.jsonl"
33
+ - split: validation
34
+ path: "copa/validation.jsonl"
35
+
36
  - config_name: hellaswag
37
+ data_files:
38
+ - split: train
39
+ path: "hellaswag/train.jsonl"
40
+ - split: test
41
+ path: "hellaswag/test.jsonl"
42
+ - split: validation
43
+ path: "hellaswag/validation.jsonl"
44
+
45
  - config_name: sentineg
46
+ data_files:
47
+ - split: train
48
+ path: "sentineg/train.jsonl"
49
+ - split: test
50
+ path: "sentineg/test.jsonl"
51
+ - split: test_originated
52
+ path: "sentineg/test_originated.jsonl"
53
+ - split: validation
54
+ path: "sentineg/validation.jsonl"
55
+
56
  - config_name: wic
57
+ data_files:
58
+ - split: train
59
+ path: "wic/train.jsonl"
60
+ - split: test
61
+ path: "wic/test.jsonl"
62
+ - split: validation
63
+ path: "wic/validation.jsonl"
64
  ---
65
 
66
  # Dataset Card for KoBEST