diff --git a/README.md b/README.md index f8056f221c0620e5a2103058f68e85f0c1e94c8d..4d50a163596b640732917ce5695f097e720a1b3e 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ $ hub run lac --input_text "今天是个好日子" 使用[情感分析](http://www.paddlepaddle.org.cn/hub?filter=category&value=SentimentAnalysis)模型Senta对句子进行情感预测 ```shell -$ hub run senta_bilstm --input_text "今天是个好日子" -[{'text': '今天是个好日子', 'sentiment_label': 2, 'sentiment_key': 'positive', 'positive_probs': 0.6065, 'negative_probs': 0.3935}] +$ hub run senta_bilstm --input_text "今天天气真好" +{'text': '今天天气真好', 'sentiment_label': 1, 'sentiment_key': 'positive', 'positive_probs': 0.9798, 'negative_probs': 0.0202}] ``` `示例三`