Update README.md
Browse files
README.md
CHANGED
@@ -18,4 +18,30 @@ configs:
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
21 |
+
license: apache-2.0
|
22 |
+
task_categories:
|
23 |
+
- text-classification
|
24 |
+
language:
|
25 |
+
- fa
|
26 |
+
size_categories:
|
27 |
+
- 10K<n<100K
|
28 |
---
|
29 |
+
|
30 |
+
# Basalam Products Entity Classification 610k
|
31 |
+
|
32 |
+
## Dataset Summary
|
33 |
+
This dataset was created for the experimental task and evaluation of trainees. The classes, which number up to 61k, are part of [Basalam](https://basalam.com)'s product entities, and there are almost 10 products for each entity in this dataset. The products of this dataset are categories of food, clothing, handicrafts, home and kitchen appliances, vehicle tools and equipment, cosmetics, etc.
|
34 |
+
|
35 |
+
## Languages
|
36 |
+
|
37 |
+
The dataset is in Persian (`fa`).
|
38 |
+
|
39 |
+
## Dataset Structure
|
40 |
+
|
41 |
+
### Data Fields
|
42 |
+
|
43 |
+
- `title`: The product title.
|
44 |
+
- `description`: The product description.
|
45 |
+
- `category`: The Entity of product.
|
46 |
+
|
47 |
+
|