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 because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'aroma'}) and 1 missing columns ({'appearance'}).

This happened while the csv dataset builder was generating data using

hf://datasets/tlam25/SUDO-phase1-sum-lemma/aroma/aroma_train_lemmatized.csv (at revision 1342a2527488beeac1f92ec4ec9ff85ade1e8fe7), [/tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/appearance/appearance_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/appearance/appearance_train_lemmatized.csv), /tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/aroma/aroma_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/aroma/aroma_train_lemmatized.csv), /tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/palate/palate_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/palate/palate_train_lemmatized.csv), /tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/taste/taste_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/taste/taste_train_lemmatized.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              profileName: string
              beerId_1: int64
              sentences_1: string
              beerId_2: int64
              sentences_2: string
              aroma: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 965
              to
              {'profileName': Value('string'), 'beerId_1': Value('int64'), 'sentences_1': Value('string'), 'beerId_2': Value('int64'), 'sentences_2': Value('string'), 'appearance': Value('float64')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, 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 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'aroma'}) and 1 missing columns ({'appearance'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/tlam25/SUDO-phase1-sum-lemma/aroma/aroma_train_lemmatized.csv (at revision 1342a2527488beeac1f92ec4ec9ff85ade1e8fe7), [/tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/appearance/appearance_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/appearance/appearance_train_lemmatized.csv), /tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/aroma/aroma_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/aroma/aroma_train_lemmatized.csv), /tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/palate/palate_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/palate/palate_train_lemmatized.csv), /tmp/hf-datasets-cache/medium/datasets/96294609396784-config-parquet-and-info-tlam25-SUDO-phase1-sum-le-03f366f1/hub/datasets--tlam25--SUDO-phase1-sum-lemma/snapshots/1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/taste/taste_train_lemmatized.csv (origin=hf://datasets/tlam25/SUDO-phase1-sum-lemma@1342a2527488beeac1f92ec4ec9ff85ade1e8fe7/taste/taste_train_lemmatized.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

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.

profileName
string
beerId_1
int64
sentences_1
string
beerId_2
int64
sentences_2
string
appearance
float64
49degrees
92
AB pour a deep reddish hue with a big white rocky head. Glass lacing be extensive.
141
pour a medium golden hue complete with very small, champagne like bubble, and a tight foamy head.
1
49degrees
3,635
null
5,125
nice full colour, surprisingly long last head, which coat the glass for long length of time. the side of my glass remain heavily coated.
null
49degrees
3,635
null
141
pour a medium golden hue complete with very small, champagne like bubble, and a tight foamy head.
null
49degrees
3,635
null
92
AB pour a deep reddish hue with a big white rocky head. Glass lacing be extensive.
null
49degrees
3,635
null
32
pour clean with a bright golden hue colour and a might head that give way quickly to a thin broken head.
null
49degrees
141
pour a medium golden hue complete with very small, champagne like bubble, and a tight foamy head.
32
pour clean with a bright golden hue colour and a might head that give way quickly to a thin broken head.
1
49degrees
92
AB pour a deep reddish hue with a big white rocky head. Glass lacing be extensive.
5,125
nice full colour, surprisingly long last head, which coat the glass for long length of time. the side of my glass remain heavily coated.
1
49degrees
92
AB pour a deep reddish hue with a big white rocky head. Glass lacing be extensive.
32
pour clean with a bright golden hue colour and a might head that give way quickly to a thin broken head.
1
49degrees
5,125
nice full colour, surprisingly long last head, which coat the glass for long length of time. the side of my glass remain heavily coated.
141
pour a medium golden hue complete with very small, champagne like bubble, and a tight foamy head.
1
49degrees
5,125
nice full colour, surprisingly long last head, which coat the glass for long length of time. the side of my glass remain heavily coated.
32
pour clean with a bright golden hue colour and a might head that give way quickly to a thin broken head.
1
86montess
811
perfect color.
2,392
null
null
86montess
811
perfect color.
645
manly head.
0
86montess
782
Bold yet balanced taste with a perfect lace, this be the quintessential stout. realize the bottle be clear after perceive it as amber rank way up there in term of the cool moment of my life.
2,392
null
null
86montess
754
John Q. Beer Drinker get tickled pink at the sight of an opaque brew.
2,392
null
null
86montess
754
John Q. Beer Drinker get tickled pink at the sight of an opaque brew.
782
Bold yet balanced taste with a perfect lace, this be the quintessential stout. realize the bottle be clear after perceive it as amber rank way up there in term of the cool moment of my life.
0
86montess
754
John Q. Beer Drinker get tickled pink at the sight of an opaque brew.
645
manly head.
0
86montess
645
manly head.
2,392
null
null
86montess
645
manly head.
782
Bold yet balanced taste with a perfect lace, this be the quintessential stout. realize the bottle be clear after perceive it as amber rank way up there in term of the cool moment of my life.
0
86montess
811
perfect color.
782
Bold yet balanced taste with a perfect lace, this be the quintessential stout. realize the bottle be clear after perceive it as amber rank way up there in term of the cool moment of my life.
0
86montess
754
John Q. Beer Drinker get tickled pink at the sight of an opaque brew.
811
perfect color.
0
99bottles
1,636
it pour a beautiful hazy golden-yellow with a good one inch head that dissapate moderately. slight lace around the glass.
1,483
when pour into a glass there be decent head that have moderate retention.
0
99bottles
1,483
when pour into a glass there be decent head that have moderate retention.
246
pour a very pale yellow with a head that die fast than that on my urine.
1
99bottles
1,636
it pour a beautiful hazy golden-yellow with a good one inch head that dissapate moderately. slight lace around the glass.
9,312
I can remember the beer pour a beauiful light brown, almost orange color with a decent 1/2" head that remain for the entire time I drink it.
0
99bottles
246
pour a very pale yellow with a head that die fast than that on my urine.
9,312
I can remember the beer pour a beauiful light brown, almost orange color with a decent 1/2" head that remain for the entire time I drink it.
-1
99bottles
1,636
it pour a beautiful hazy golden-yellow with a good one inch head that dissapate moderately. slight lace around the glass.
1,015
the beer pour a deep golden color, with a very thin fluffy white head. seem to have less haze/ cloud than other witbier, but definitely unfiltered.
1
99bottles
1,636
it pour a beautiful hazy golden-yellow with a good one inch head that dissapate moderately. slight lace around the glass.
246
pour a very pale yellow with a head that die fast than that on my urine.
1
99bottles
1,483
when pour into a glass there be decent head that have moderate retention.
9,312
I can remember the beer pour a beauiful light brown, almost orange color with a decent 1/2" head that remain for the entire time I drink it.
-1
99bottles
1,015
the beer pour a deep golden color, with a very thin fluffy white head. seem to have less haze/ cloud than other witbier, but definitely unfiltered.
246
pour a very pale yellow with a head that die fast than that on my urine.
1
99bottles
1,015
the beer pour a deep golden color, with a very thin fluffy white head. seem to have less haze/ cloud than other witbier, but definitely unfiltered.
9,312
I can remember the beer pour a beauiful light brown, almost orange color with a decent 1/2" head that remain for the entire time I drink it.
0
99bottles
1,015
the beer pour a deep golden color, with a very thin fluffy white head. seem to have less haze/ cloud than other witbier, but definitely unfiltered.
1,483
when pour into a glass there be decent head that have moderate retention.
1
aaronh
1,193
wonderful, invite color and aroma, with a nice thick head that slowly dissipate but leave a reminder that it be there.
1,487
this be a very dark brown stout with a nice creamy head. head retention be not as good as many stout.
1
aaronh
1,193
wonderful, invite color and aroma, with a nice thick head that slowly dissipate but leave a reminder that it be there.
1,998
the color be a nice deep ruby, and the head be dense and creamy and last as long as the beer.
1
aaronh
1,998
the color be a nice deep ruby, and the head be dense and creamy and last as long as the beer.
1,487
this be a very dark brown stout with a nice creamy head. head retention be not as good as many stout.
0
aaronh
2,463
null
833
it have a nice head.
null
aaronh
2,463
null
1,193
wonderful, invite color and aroma, with a nice thick head that slowly dissipate but leave a reminder that it be there.
null
aaronh
2,463
null
1,487
this be a very dark brown stout with a nice creamy head. head retention be not as good as many stout.
null
aaronh
833
it have a nice head.
1,487
this be a very dark brown stout with a nice creamy head. head retention be not as good as many stout.
0
aaronh
833
it have a nice head.
1,998
the color be a nice deep ruby, and the head be dense and creamy and last as long as the beer.
0
aaronh
1,193
wonderful, invite color and aroma, with a nice thick head that slowly dissipate but leave a reminder that it be there.
833
it have a nice head.
1
aaronh
2,463
null
1,998
the color be a nice deep ruby, and the head be dense and creamy and last as long as the beer.
null
adamboeckman
837
it don't pour good and don't have a head. ok, maybe for a few second.
1,331
null
null
adamboeckman
837
it don't pour good and don't have a head. ok, maybe for a few second.
1,524
very light appearance.
-1
adamboeckman
837
it don't pour good and don't have a head. ok, maybe for a few second.
2,295
null
null
adamboeckman
1,466
not much for a head when pour, it quickly disappear. the lager have a dark color compare to its other Coors beer.
837
it don't pour good and don't have a head. ok, maybe for a few second.
0
adamboeckman
1,466
not much for a head when pour, it quickly disappear. the lager have a dark color compare to its other Coors beer.
1,331
null
null
adamboeckman
1,466
not much for a head when pour, it quickly disappear. the lager have a dark color compare to its other Coors beer.
1,524
very light appearance.
0
adamboeckman
1,524
very light appearance.
1,331
null
null
adamboeckman
1,466
not much for a head when pour, it quickly disappear. the lager have a dark color compare to its other Coors beer.
2,295
null
null
adamboeckman
2,295
null
1,331
null
null
adamboeckman
1,524
very light appearance.
2,295
null
null
admiraldinty
345
null
927
black as Guiness.
null
admiraldinty
345
null
155
dark brownish amber in color (not an especially appealle hue) with an incredibly fluffy head.
null
admiraldinty
345
null
141
it pour a hazy orange, with a thick head.
null
admiraldinty
260
absolutely black with a nice head.
927
black as Guiness.
0
admiraldinty
260
absolutely black with a nice head.
155
dark brownish amber in color (not an especially appealle hue) with an incredibly fluffy head.
-1
admiraldinty
260
absolutely black with a nice head.
141
it pour a hazy orange, with a thick head.
0
admiraldinty
155
dark brownish amber in color (not an especially appealle hue) with an incredibly fluffy head.
927
black as Guiness.
0
admiraldinty
141
it pour a hazy orange, with a thick head.
927
black as Guiness.
0
admiraldinty
141
it pour a hazy orange, with a thick head.
155
dark brownish amber in color (not an especially appealle hue) with an incredibly fluffy head.
-1
admiraldinty
345
null
260
absolutely black with a nice head.
null
adr
1,013
null
2,417
null
null
adr
1,287
null
1,013
null
null
adr
1,287
null
2,417
null
null
adr
1,374
a clear medium amber color.
1,013
null
null
adr
2,296
null
1,287
null
null
adr
1,374
a clear medium amber color.
2,296
null
null
adr
1,374
a clear medium amber color.
2,417
null
null
adr
2,296
null
1,013
null
null
adr
1,374
a clear medium amber color.
1,287
null
null
adr
2,296
null
2,417
null
null
aesop
1,387
a beautiful beer - light mahogany/dark ruby color, persistant white head.
876
null
null
aesop
871
dull caramel color, no head.
876
null
null
aesop
1,387
a beautiful beer - light mahogany/dark ruby color, persistant white head.
871
dull caramel color, no head.
1
aesop
1,387
a beautiful beer - light mahogany/dark ruby color, persistant white head.
694
null
null
aesop
1,387
a beautiful beer - light mahogany/dark ruby color, persistant white head.
31
null
null
aesop
694
null
31
null
null
aesop
871
dull caramel color, no head.
31
null
null
aesop
871
dull caramel color, no head.
694
null
null
aesop
876
null
694
null
null
aesop
876
null
31
null
null
aleboy
7,226
the beer pour nicely but be let down by the fact that the ginger aroma be almost all empower...
4,464
null
null
aleboy
7,226
the beer pour nicely but be let down by the fact that the ginger aroma be almost all empower...
4,455
the beer pour well with a thin white head that hold its lace well.
0
aleboy
7,226
the beer pour nicely but be let down by the fact that the ginger aroma be almost all empower...
673
the lovely reddish colour and woody aroma be very inviting.
0
aleboy
4,464
null
4,455
the beer pour well with a thin white head that hold its lace well.
null
aleboy
3,327
Little Creatures be perhaps light in colour than some traditional pale ale but it be certainly not lack in its flavour.
7,226
the beer pour nicely but be let down by the fact that the ginger aroma be almost all empower...
-1
aleboy
3,327
Little Creatures be perhaps light in colour than some traditional pale ale but it be certainly not lack in its flavour.
4,464
null
null
aleboy
3,327
Little Creatures be perhaps light in colour than some traditional pale ale but it be certainly not lack in its flavour.
4,455
the beer pour well with a thin white head that hold its lace well.
0
aleboy
3,327
Little Creatures be perhaps light in colour than some traditional pale ale but it be certainly not lack in its flavour.
673
the lovely reddish colour and woody aroma be very inviting.
-1
aleboy
673
the lovely reddish colour and woody aroma be very inviting.
4,464
null
null
aleboy
673
the lovely reddish colour and woody aroma be very inviting.
4,455
the beer pour well with a thin white head that hold its lace well.
1
alewife
387
Amber/dark copper color, but with minimal head.
1,013
black as night with a tan lacy 'crown'. very nice to look at.
-1
alewife
1,180
its dark copper color and fine head be good, and thing get well from there.
47,785
have a nice fine, creamy head on top of a great chestnut colored body.
0
alewife
1,180
its dark copper color and fine head be good, and thing get well from there.
402
reddish brown in color with a creamy lacy head.
0
alewife
1,013
black as night with a tan lacy 'crown'. very nice to look at.
47,785
have a nice fine, creamy head on top of a great chestnut colored body.
1
alewife
1,013
black as night with a tan lacy 'crown'. very nice to look at.
402
reddish brown in color with a creamy lacy head.
1
alewife
387
Amber/dark copper color, but with minimal head.
402
reddish brown in color with a creamy lacy head.
-1
alewife
402
reddish brown in color with a creamy lacy head.
47,785
have a nice fine, creamy head on top of a great chestnut colored body.
0
alewife
387
Amber/dark copper color, but with minimal head.
47,785
have a nice fine, creamy head on top of a great chestnut colored body.
-1
alewife
387
Amber/dark copper color, but with minimal head.
1,180
its dark copper color and fine head be good, and thing get well from there.
-1
alewife
1,180
its dark copper color and fine head be good, and thing get well from there.
1,013
black as night with a tan lacy 'crown'. very nice to look at.
-1
End of preview.
README.md exists but content is empty.
Downloads last month
53