Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,8 @@ if __name__ == '__main__':
|
|
36 |
fn=inference,
|
37 |
inputs=["text"],
|
38 |
examples=[
|
39 |
-
['
|
|
|
40 |
['I have had my [ASP]computer[ASP] for 2 weeks already and it [ASP]works[ASP] perfectly . !sent! Positive, Positive'],
|
41 |
['Strong build though which really adds to its [ASP]durability[ASP] .'], # !sent! Positive
|
42 |
['Use [ASP] aspect [ASP] to wrap target aspects. And you can use "!sent!" to tell the model the true sentiment'],
|
|
|
36 |
fn=inference,
|
37 |
inputs=["text"],
|
38 |
examples=[
|
39 |
+
['前面老师[ASP]讲课[ASP]很好,后面的[ASP]分享课[ASP]过快了,显得很紧张,听不太清,一点都没有分享的意境,流水帐似的一带而过的味道。希望[ASP]分享课[ASP]改进一下,谢谢大家'],
|
40 |
+
['听了老师的[ASP]讲解[ASP]受益匪浅,老师的[ASP]讲解形式[ASP]唯美听之让人陶醉真正做到了寓教于乐。我喜欢这种[ASP]授课方式[ASP]'],
|
41 |
['I have had my [ASP]computer[ASP] for 2 weeks already and it [ASP]works[ASP] perfectly . !sent! Positive, Positive'],
|
42 |
['Strong build though which really adds to its [ASP]durability[ASP] .'], # !sent! Positive
|
43 |
['Use [ASP] aspect [ASP] to wrap target aspects. And you can use "!sent!" to tell the model the true sentiment'],
|