ebayes commited on
Commit
5e16d69
·
verified ·
1 Parent(s): 4b13846

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -40,6 +40,18 @@ configs:
40
  path: ha_mc1_train.json
41
  - split: test
42
  path: ha_mc1_test.json
 
 
 
 
 
 
 
 
 
 
 
 
43
  - config_name: sw_generation
44
  data_files:
45
  - split: train
@@ -58,6 +70,18 @@ configs:
58
  path: yo_mc1_train.json
59
  - split: test
60
  path: yo_mc1_test.json
 
 
 
 
 
 
 
 
 
 
 
 
61
  ---
62
  # Dataset Card for Uhura-TruthfulQA
63
  ## Table of Contents
@@ -85,5 +109,5 @@ There are 6 languages available:
85
  The examples look like this for English:
86
  ```
87
  from datasets import load_dataset
88
- data = load_dataset('ebayes/uhura-truthfulqa', 'yo_generation', split="train")
89
  ```
 
40
  path: ha_mc1_train.json
41
  - split: test
42
  path: ha_mc1_test.json
43
+ - config_name: nso_generation
44
+ data_files:
45
+ - split: train
46
+ path: nso_gen_train.json
47
+ - split: test
48
+ path: nso_gen_test.json
49
+ - config_name: nso_multiple_choice
50
+ data_files:
51
+ - split: train
52
+ path: nso_mc1_train.json
53
+ - split: test
54
+ path: nso_mc1_test.json
55
  - config_name: sw_generation
56
  data_files:
57
  - split: train
 
70
  path: yo_mc1_train.json
71
  - split: test
72
  path: yo_mc1_test.json
73
+ - config_name: zu_generation
74
+ data_files:
75
+ - split: train
76
+ path: zu_gen_train.json
77
+ - split: test
78
+ path: zu_gen_test.json
79
+ - config_name: zu_multiple_choice
80
+ data_files:
81
+ - split: train
82
+ path: zu_mc1_train.json
83
+ - split: test
84
+ path: zu_mc1_test.json
85
  ---
86
  # Dataset Card for Uhura-TruthfulQA
87
  ## Table of Contents
 
109
  The examples look like this for English:
110
  ```
111
  from datasets import load_dataset
112
+ data = load_dataset('ebayes/uhura-eval', 'yo_generation', split="train")
113
  ```