Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,7 @@ Processed https://huggingface.co/datasets/craigslist_bargains into a canonical t
|
|
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.
|
16 |
-
|
17 |
-
```python
|
18 |
-
df["text"] = df["text"].fillna("")
|
19 |
-
```
|
20 |
|
21 |
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).
|
22 |
|
|
|
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.
|
|
|
|
|
|
|
|
|
16 |
|
17 |
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).
|
18 |
|