File size: 762 Bytes
27a80a6 b8f1f08 27a80a6 b8f1f08 a01404e b8f1f08 e125a3f b8f1f08 ea17d9c bf0c964 b8f1f08 02e283a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: mit
task_categories:
- text-classification
language:
- en
size_categories:
- 1K<n<10K
---
Processed https://huggingface.co/datasets/craigslist_bargains into a canonical text classification dataset.
The text is the dialogue between the buyer and seller. The label is the category of the product which they are discussing.
Note that some records don't have dialogues, i.e., the `text` field is null.
For an example of a solution to this task, see the notebook [here](https://github.com/kddubey/cappr/blob/main/demos/huggingface/craigslist_bargains.ipynb).
The notebook which processed the original dataset into this one is available [here](https://github.com/kddubey/stackexchange/blob/main/train_on_test_features/bert/craigslist_bargains.ipynb). |