aladar commited on
Commit
e125a3f
1 Parent(s): 0e8e4c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 a 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
 
 
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