Daniel O'Connell
commited on
Commit
·
3ab5351
1
Parent(s):
1cdb349
update arbital
Browse files- README.md +8 -8
- alignment-research-dataset.py +1 -0
- arbital.jsonl +0 -0
README.md
CHANGED
@@ -96,10 +96,10 @@ dataset_info:
|
|
96 |
dtype: string
|
97 |
splits:
|
98 |
- name: train
|
99 |
-
num_bytes:
|
100 |
-
num_examples:
|
101 |
-
download_size:
|
102 |
-
dataset_size:
|
103 |
- config_name: agentmodels
|
104 |
features:
|
105 |
- name: id
|
@@ -332,10 +332,10 @@ dataset_info:
|
|
332 |
sequence: string
|
333 |
splits:
|
334 |
- name: train
|
335 |
-
num_bytes:
|
336 |
-
num_examples:
|
337 |
-
download_size:
|
338 |
-
dataset_size:
|
339 |
- config_name: arxiv
|
340 |
features:
|
341 |
- name: id
|
|
|
96 |
dtype: string
|
97 |
splits:
|
98 |
- name: train
|
99 |
+
num_bytes: 318971566
|
100 |
+
num_examples: 9701
|
101 |
+
download_size: 366333809
|
102 |
+
dataset_size: 318971566
|
103 |
- config_name: agentmodels
|
104 |
features:
|
105 |
- name: id
|
|
|
332 |
sequence: string
|
333 |
splits:
|
334 |
- name: train
|
335 |
+
num_bytes: 3573063
|
336 |
+
num_examples: 729
|
337 |
+
download_size: 4485385
|
338 |
+
dataset_size: 3573063
|
339 |
- config_name: arxiv
|
340 |
features:
|
341 |
- name: id
|
alignment-research-dataset.py
CHANGED
@@ -140,6 +140,7 @@ DATASOURCES = {
|
|
140 |
'source_filetype': Value(dtype='string'),
|
141 |
'alias': Value(dtype='string'),
|
142 |
'summary': Sequence(feature=Value(dtype='string')),
|
|
|
143 |
},
|
144 |
'arxiv': {
|
145 |
'source_type': Value(dtype='string'),
|
|
|
140 |
'source_filetype': Value(dtype='string'),
|
141 |
'alias': Value(dtype='string'),
|
142 |
'summary': Sequence(feature=Value(dtype='string')),
|
143 |
+
'tags': Sequence(feature=Value(dtype='string')),
|
144 |
},
|
145 |
'arxiv': {
|
146 |
'source_type': Value(dtype='string'),
|
arbital.jsonl
CHANGED
The diff for this file is too large to render.
See raw diff
|
|