jiechau commited on
Commit
985ba75
1 Parent(s): 8d08434

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -15,6 +15,12 @@ widget:
15
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
16
  probably proofread and complete it, then remove this comment. -->
17
 
 
 
 
 
 
 
18
  # use transformers pipeline
19
  ```python
20
  from transformers import pipeline
 
15
  <!-- This model card has been generated automatically according to the information Keras had access to. You should
16
  probably proofread and complete it, then remove this comment. -->
17
 
18
+ # adult-content-identify-text
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
26
  from transformers import pipeline