Chet-off1228 commited on
Commit
70ae583
1 Parent(s): 7ca9e5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -10,6 +10,50 @@ size_categories:
10
  configs:
11
  - config_name: default
12
  data_files: open_questions_data.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
  # SLAVA: A benchmark of the **S**ocio-political **L**andscape **A**nd **V**alue **A**nalysis
15
 
 
10
  configs:
11
  - config_name: default
12
  data_files: open_questions_data.jsonl
13
+ config_name: default
14
+ features:
15
+ - name: instruction
16
+ dtype: string
17
+ - name: inputs
18
+ struct:
19
+ - name: task
20
+ dtype: string
21
+ - name: text
22
+ dtype: string
23
+ - name: options
24
+ struct:
25
+ - name: option_1
26
+ dtype: string
27
+ - name: option_2
28
+ dtype: string
29
+ - name: option_3
30
+ dtype: string
31
+ - name: option_4
32
+ dtype: string
33
+ - name: option_5
34
+ dtype: string
35
+ - name: option_6
36
+ dtype: string
37
+ - name: option_7
38
+ dtype: string
39
+ - name: option_8
40
+ dtype: string
41
+ - name: option_9
42
+ dtype: string
43
+ - name: outputs
44
+ dtype: string
45
+ - name: meta
46
+ struct:
47
+ - name: subject
48
+ dtype: string
49
+ - name: type
50
+ dtype: string
51
+ - name: source
52
+ dtype: string
53
+ - name: comment
54
+ dtype: string
55
+ - name: provac_score
56
+ dtype: int32
57
  ---
58
  # SLAVA: A benchmark of the **S**ocio-political **L**andscape **A**nd **V**alue **A**nalysis
59