Dataset Preview
Duplicate
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:    CastError
Message:      Couldn't cast
messages_content__cluster: struct<cluster_id: int32, cluster_membership_prob: float, cluster_title: string, category_id: int32, category_membership_prob: float, category_title: string>
  child 0, cluster_id: int32
  child 1, cluster_membership_prob: float
  child 2, cluster_title: string
  child 3, category_id: int32
  child 4, category_membership_prob: float
  child 5, category_title: string
__rowid__: string
to
{'__rowid__': Value(dtype='string', id=None), 'conversation_id': Value(dtype='int64', id=None), 'messages': [{'id': Value(dtype='int64', id=None), 'author_id': Value(dtype='int64', id=None), 'author_name': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'content': Value(dtype='string', id=None), 'attachments': [{'id': Value(dtype='int64', id=None), 'url': Value(dtype='string', id=None), 'fileName': Value(dtype='string', id=None), 'fileSizeBytes': Value(dtype='int64', id=None)}], 'mentions': [{'id': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'discriminator': Value(dtype='string', id=None), 'nickname': Value(dtype='string', id=None), 'isBot': Value(dtype='bool', id=None)}], 'reference': {'messageId': Value(dtype='int64', id=None), 'channelId': Value(dtype='int64', id=None), 'guildId': Value(dtype='string', id=None)}}], 'help_channel': Value(dtype='string', id=None), '__rowid__:1': Value(dtype='string', id=None), '__hfsplit__': Value(dtype='string', id=None)}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1492, in compute_config_parquet_and_info_response
                  fill_builder_info(builder, hf_endpoint=hf_endpoint, hf_token=hf_token, validate=validate)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 683, in fill_builder_info
                  ) = retry_validate_get_features_num_examples_size_and_compression_ratio(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 602, in retry_validate_get_features_num_examples_size_and_compression_ratio
                  validate(pf)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 640, in validate
                  raise TooBigRowGroupsError(
              worker.job_runners.config.parquet_and_info.TooBigRowGroupsError: Parquet file has too big row groups. First row group has 798597763 which exceeds the limit of 300000000
              
              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/src/worker/job_runners/config/parquet_and_info.py", line 797, in wrapped
                  for item in generator(*args, **kwargs):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/parquet/parquet.py", line 97, in _generate_tables
                  yield f"{file_idx}_{batch_idx}", self._cast_table(pa_table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/parquet/parquet.py", line 75, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              messages_content__cluster: struct<cluster_id: int32, cluster_membership_prob: float, cluster_title: string, category_id: int32, category_membership_prob: float, category_title: string>
                child 0, cluster_id: int32
                child 1, cluster_membership_prob: float
                child 2, cluster_title: string
                child 3, category_id: int32
                child 4, category_membership_prob: float
                child 5, category_title: string
              __rowid__: string
              to
              {'__rowid__': Value(dtype='string', id=None), 'conversation_id': Value(dtype='int64', id=None), 'messages': [{'id': Value(dtype='int64', id=None), 'author_id': Value(dtype='int64', id=None), 'author_name': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'content': Value(dtype='string', id=None), 'attachments': [{'id': Value(dtype='int64', id=None), 'url': Value(dtype='string', id=None), 'fileName': Value(dtype='string', id=None), 'fileSizeBytes': Value(dtype='int64', id=None)}], 'mentions': [{'id': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'discriminator': Value(dtype='string', id=None), 'nickname': Value(dtype='string', id=None), 'isBot': Value(dtype='bool', id=None)}], 'reference': {'messageId': Value(dtype='int64', id=None), 'channelId': Value(dtype='int64', id=None), 'guildId': Value(dtype='string', id=None)}}], 'help_channel': Value(dtype='string', id=None), '__rowid__:1': Value(dtype='string', id=None), '__hfsplit__': Value(dtype='string', id=None)}
              because column names don't match
              
              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 1505, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1099, in stream_convert_to_parquet
                  builder._prepare_split(
                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 dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

__rowid__
string
conversation_id
int64
messages
list
help_channel
string
__rowid__:1
string
__hfsplit__
string
08dd4518f6fc484eb7ea40ecfa799e9e
1
[ { "id": 903430670930563100, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "10/28/2021 19:50:56", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 903433868722446500, "author_id": 377426...
help-10
64b250c38b084d7cb8ca65842aee515a
train
5039e9d610084b578e1c36dc0c62e9b7
10
[ { "id": 930487882404208600, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "01/11/2022 10:46:38", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 930489086022656100, "author_id": 456226...
help-10
5956192ab017431ab9604eb52bd47c28
train
e4c4af8797e748e9ab80c8ccbfd3d1b9
100
[ { "id": 932390429700284400, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "01/16/2022 16:46:41", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 932392293921620100, "author_id": 456226...
help-10
7bfc5494805a441eb1dd3e5fc8cbddde
train
7969583cbcf64a058250c3244115bab9
1,000
[ { "id": 948612884760514600, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/02/2022 11:08:56", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948613090004594700, "author_id": 627453...
help-10
3de24892795a4f7592349607507b26b7
train
b7636c62d66e4278a7f37eba80f81394
1,001
[ { "id": 903686694069469300, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "10/29/2021 12:48:17", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 903688923782475900, "author_id": 876387...
help-10
4acc0278212b4be5b89197d3a443fe83
train
fbec0e0099fa437ebde23542a1af1728
1,002
[ { "id": 907204465210306600, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "11/08/2021 04:46:39", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 907205315471228900, "author_id": 673269...
help-10
cd2df245c7724676867b5a24d3aaa2ae
train
c15d1c9aac59449ebbc14599495cf9e4
1,003
[ { "id": 948615614803628000, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/02/2022 11:19:46", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948615738355245000, "author_id": 302128...
help-10
8405831b93544cf1acb4f7870d42d6ce
train
18f9325060a5402498807932895d9142
1,004
[ { "id": 948664005923315700, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/02/2022 14:32:04", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948664695747915800, "author_id": 539274...
help-10
91f4bae5d77c457c9040d0325cc7dc3e
train
edccec7cb49246a8971133c2d0899687
1,005
[ { "id": 948695441908846600, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/02/2022 16:36:59", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948697795261526000, "author_id": 870241...
help-10
11febecf0e444cc682812f77f0d34285
train
7af7565f2e0141e7a368f93bf4367f14
1,006
[ { "id": 948707453825061000, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/02/2022 17:24:43", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948708007993290800, "author_id": 456226...
help-10
80317558a57f4fb48027c25b582faee8
train
4a428a7eb48146babf6b271e79e20225
1,007
[ { "id": 948716442147229700, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/02/2022 18:00:26", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948718007226630300, "author_id": 379436...
help-10
04cedfe9dc86455ea55f0f7ee59a5234
train
1f77294139d74f0481b8562e184e88ce
1,008
[ { "id": 948836399954677800, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 01:57:06", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948836792096948200, "author_id": 805217...
help-10
a762b7afb77f4e53b7a55619d6199853
train
240841499ff349cb8a7888b8a8458b6c
1,009
[ { "id": 948843137307123700, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 02:23:52", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948845176418353200, "author_id": 750953...
help-10
a32770365fba41b79b27bf6d922df3b2
train
a532ae876cdb4b1abc21a1af6af99349
101
[ { "id": 932401638235328500, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "01/16/2022 17:31:13", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 932402239031636100, "author_id": 284065...
help-10
c5cdcbdc8a294fef9d537fa976916cad
train
8d0a8a30e02c42038da84fe43c7c45e8
1,010
[ { "id": 948850818004701200, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 02:54:23", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948853577399541800, "author_id": 872024...
help-10
511e24d13db442f88acc7f610ab4af65
train
b58326760513473191f1d841dc6f3a79
1,011
[ { "id": 948856103398170800, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 03:15:23", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948858587403419600, "author_id": 351013...
help-10
014d3baafdc745f6a08a069e08a7b3ce
train
115234a30b4245c2a53d966096f82243
1,012
[ { "id": 948892680765702100, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 05:40:44", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948892897032405000, "author_id": 701895...
help-10
1170988fe0174c618e3f28ee2ecf17ea
train
6943b5f38d624f47ab2e906d691f0fce
1,013
[ { "id": 907229242637566000, "author_id": 510789298321096700, "author_name": "TeXit", "timestamp": "11/08/2021 06:25:06", "content": "", "attachments": [ { "id": 907229242742435800, "url": "https://cdn.discordapp.com/attachments/903430332324405288/907229242742435840/2447...
help-10
616c7570279243d290e1833f6e13f107
train
264a7ad37fc04074b2338fdd0ad68cc6
1,014
[ { "id": 948917511443857400, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 07:19:24", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948919342400147500, "author_id": 193792...
help-10
371fc4e5eb1f453ea2bea965a55b0f4c
train
929f26aaa36b4fbfbc49e537806d7645
1,015
[ { "id": 948929944577253400, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 08:08:49", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948930725640564900, "author_id": 805217...
help-10
24a7d6e6ce0646eeb51df1f4a248efbb
train
2f05b2f7d66d436fa717a30682232b3b
1,016
[ { "id": 948933492396408800, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 08:22:54", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948934593069871200, "author_id": 914781...
help-10
970bc676240d4fdb9b2713a5a2541d97
train
f832c327108941118e736db329ef52f6
1,017
[ { "id": 948944020606959600, "author_id": 914781423171416000, "author_name": "Wikipedia", "timestamp": "03/03/2022 09:04:45", "content": "also i got it wrong", "attachments": [], "mentions": [], "reference": null }, { "id": 948944079939592200, "author_id": 9147814231714160...
help-10
1f715905b1ec4c20907df97ce18ee991
train
9dcf8e19849840edb944916b036ef45d
1,018
[ { "id": 948969756483006500, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 10:47:00", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948969874523320400, "author_id": 774671...
help-10
7edf62d0de374cbcb7e36056924641ec
train
cf54e5d9e3dc43efa92f166a1d530497
1,019
[ { "id": 948977679649108000, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 11:18:29", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948978810345373800, "author_id": 206523...
help-10
243ef73522674be48b0c193456fdf088
train
c727d974d2024e1cbb7234da218fd7b3
102
[ { "id": 905574524622340100, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "11/03/2021 17:49:51", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 905575041289294000, "author_id": 805217...
help-10
e145a30219f2442683b239c710c41294
train
6f8399155a564c828b1fc23e0af99f31
1,020
[ { "id": 948981337849737200, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 11:33:02", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 948990034411933700, "author_id": 805217...
help-10
73ad03c8b4134602b16851b64f24bd05
train
23a3d3d2baf2429d8c94a8188ebfb8e2
1,021
[ { "id": 949021013620973600, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 14:10:41", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 949023159447859200, "author_id": 536177...
help-10
c3762e7efb7b49069e7e2522916c21f5
train
10368b80545b49efb167fb24e28422b9
1,022
[ { "id": 949068772386422800, "author_id": 805217272087838700, "author_name": "Mathematics Bot", "timestamp": "03/03/2022 17:20:28", "content": "Available help channel!", "attachments": [], "mentions": [], "reference": null }, { "id": 949070628273664000, "author_id": 801077...
help-10
066743ed465445d089a6e721b69de84d
train
e689b2e8751b4481849412dbf4de9ecc
1,023
[ { "id": 949071516434321500, "author_id": 594242143867109400, "author_name": "Tronsi", "timestamp": "03/03/2022 17:31:22", "content": "It's not correct", "attachments": [], "mentions": [], "reference": null }, { "id": 949071553142882400, "author_id": 801077586926501900, ...
help-10
a7515a4f1d0847be8f3c474edd8830ea
train
End of preview.

local/mikeion_dissertation_data

This dataset is a Lilac processed dataset. Original dataset: https://huggingface.co/datasets/mikeion/dissertation_data

To download the dataset to a local directory:

lilac download lilacai/mikeion_dissertation_data-local-mikeion_dissertation_data

or from python with:

ll.download("lilacai/mikeion_dissertation_data-local-mikeion_dissertation_data")
Downloads last month
8

Space using lilacai/mikeion_dissertation_data-local-mikeion_dissertation_data 1