Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ size_categories:
|
|
10 |
|
11 |
Processed https://huggingface.co/datasets/craigslist_bargains into a canonical text classification dataset.
|
12 |
|
13 |
-
The text is the dialogue between
|
14 |
|
15 |
Note that some records don't have dialogues, i.e., the `text` field is null. I typically handle this by replacing these nulls with the empty string. For example, in pandas:
|
16 |
|
|
|
10 |
|
11 |
Processed https://huggingface.co/datasets/craigslist_bargains into a canonical text classification dataset.
|
12 |
|
13 |
+
The text is the dialogue between the buyer and seller. The label is the category of the product which they are discussing.
|
14 |
|
15 |
Note that some records don't have dialogues, i.e., the `text` field is null. I typically handle this by replacing these nulls with the empty string. For example, in pandas:
|
16 |
|