Update README.md

This commit is contained in:
Yi 2021-08-01 08:54:52 +00:00 committed by huggingface-web
parent 07a4cbb4aa
commit bb27256505
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ sentences = ["there is a shortage of capital, and we need extra financing",
"there are doubts about our finances", "there are doubts about our finances",
"profits are flat"] "profits are flat"]
results = nlp(sentences) results = nlp(sentences)
print(results) print(results) #LABEL_0: neutral; LABEL_1: positive; LABEL_2: negative
``` ```