Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: ArrowInvalid
Message: JSON parse error: Column(/completion) was specified twice in row 115
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 145, in _generate_tables
dataset = json.load(f)
File "/usr/local/lib/python3.9/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 345)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1995, in _prepare_split_single
for _, table in generator:
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 148, in _generate_tables
raise e
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 122, in _generate_tables
pa_table = paj.read_json(
File "pyarrow/_json.pyx", line 308, in pyarrow._json.read_json
File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: JSON parse error: Column(/completion) was specified twice in row 115
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1529, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1154, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
Robert Wiblin: Hi listeners, this is the 80,000 Hours Podcast, where each week we have an unusually in-depth conversation about one of the world’s most pressing problems and how you can use your career to solve it. I’m Rob Wiblin, Director of Research at 80,000 Hours.
Last year for episode 44, I interviewed Paul Christ... |
"Asya Bergal: Okay. We are recording. I’m going to ask you a bunch of questions related to somethi(...TRUNCATED) |
"Daniel Filan: Hello everybody. Today, I’ll be speaking with Paul Christiano. Paul is a researcher(...TRUNCATED) |
"Dwarkesh Patel: Okay, today I have the pleasure of interviewing Paul Christiano, who is the leading(...TRUNCATED) |
"abramdemski: Contents\n - Level 3: Probabilistic Knowledge\n - Level 2: Computationally Accessible (...TRUNCATED) |
"Ege Erdil: I’m looking for math problems of a specific kind. Here are the conditions I hope the p(...TRUNCATED) |
"Paul Christiano: Contents\n - Honorable mentions\n - Strategy: reward reporters that are sensitive (...TRUNCATED) |
"Rob Bensinger: With the release of Rohin Shah and Eliezer Yudkowsky’s conversation, the **Late 20(...TRUNCATED) |
"Paul Christiano: Eliezer and I publicly stated some predictions about AI performance on the IMO by (...TRUNCATED) |
"Eliezer Yudkowsky: Contents\n - 15. October 19 comment\n - 16. November 3 conversation\n - 16.1. Ef(...TRUNCATED) |
End of preview.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
talk-to-paul
Goal: finetune a LLM on conversational data of Paul Christiano, so you can "talk to paul".
Previously on Github.
Currently, I've made a few datasets, consisting of Lesswrong posts/comments and podcast transcripts.
- The 15M.jsonl file has one podcast / lesswrong post data per line. Format is {"text": "..."}. Size 15Mb.
- The 15M.txt is the same though instead is just a long text file where things are separated by <eop> (end of post) instead of the jsonl format above. Size 15Mb.
- The prompt_completion_podcast_data.jsonl has format {"prompt": "...", "completion": "..."} (see below). It does not currently contain the lesswrong data because lesswrong threads are more tricky to put into some prompt / completion format. (I might add it in the future if it turns out that the prompt completion data is superior).
These are concatenations of smaller datasets you can read more about in the raw_data README.
Format
- In prompt_completion_data on github I have the raw files in a form {"prompt": "...", "completion": "..."} where the prompt is the message before paul christiano says something and the completion is what paul says. This is useful for doing more like instruction finetuning thing, or really training a chatbot. There is no "Paul Christiano:" or "Rob Wiblin:" in this, just directly the text that is being said.
- In the other files however, the messages inside the "text": "" double quotes are separated by <eom> (end of message), and at the end of a podcast or a lesswrong thread I have a <eot> (end of thread) separator.
- Messages / posts / speakers alternate with either "Full Name:" [... their text ...]] or with username: [...] on lesswrong. Same format with lesswrong posts and comments. For convenience, on lesswrong paul is "Paul Christiano: " instead of "paulfchristiano: " to make it easier for the trained model to learn what to say when prompted "Paul Christiano: " (useful for deploying the paul chatbot).
- Downloads last month
- 5