Datasets:
[remove]requirements.txt
Browse files- README.md +13 -1
- requirements.txt +0 -3
README.md
CHANGED
@@ -11,4 +11,16 @@ size_categories:
|
|
11 |
---
|
12 |
## 电商客户服务数据集
|
13 |
|
14 |
-
是从 (lightinthebox)[https://www.lightinthebox.com/] 网站收集的电商数据. 此数据可用于电商客服机器人的研究.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
## 电商客户服务数据集
|
13 |
|
14 |
+
是从 (lightinthebox)[https://www.lightinthebox.com/] 网站收集的电商数据. 此数据可用于电商客服机器人的研究.
|
15 |
+
|
16 |
+
数据内容:
|
17 |
+
faq.json: 包含通用问题的问答对.
|
18 |
+
product.jsonl: 包含一些商品信息.
|
19 |
+
|
20 |
+
examples 中包含收集商品信息的爬虫代码.
|
21 |
+
requirements.txt
|
22 |
+
```text
|
23 |
+
beautifulsoup4==4.12.2
|
24 |
+
requests==2.31.0
|
25 |
+
tqdm==4.65.0
|
26 |
+
```
|
requirements.txt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
beautifulsoup4==4.12.2
|
2 |
-
requests==2.31.0
|
3 |
-
tqdm==4.65.0
|
|
|
|
|
|
|
|