Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
---
|
10 |
+
|
11 |
+
Processed https://huggingface.co/datasets/craigslist_bargains into a classification task.
|
12 |
+
|
13 |
+
The text is the dialogue between a Buyer and Seller. The label is the index of the product category which they are discussing.
|
14 |
+
|
15 |
+
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).
|
16 |
+
|
17 |
+
The processing notebook is available [here](https://github.com/kddubey/stackexchange/blob/main/train_on_test_features/bert/craigslist_bargains.ipynb).
|