Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
Determine whether online sales products are adult content. Input: product title or description, Output results: 0 Unknown, 1 Adult Content, 2 General Merchandise.
|
21 |
|
22 |
-
|
23 |
|
24 |
# use transformers pipeline
|
25 |
```python
|
|
|
19 |
|
20 |
Determine whether online sales products are adult content. Input: product title or description, Output results: 0 Unknown, 1 Adult Content, 2 General Merchandise.
|
21 |
|
22 |
+
判斷網路銷售商品是否屬於成人內容。輸入: 商品名稱文字,輸出結果: 0 未知, 1 成人內容, 2 一般商品。
|
23 |
|
24 |
# use transformers pipeline
|
25 |
```python
|