Sengil commited on
Commit
a5d421f
1 Parent(s): 778ca4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -14,6 +14,15 @@ base_model:
14
  pipeline_tag: text-classification
15
  datasets:
16
  - Sengil/Turkish-ABSA-Wsynthetic
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
 
 
14
  pipeline_tag: text-classification
15
  datasets:
16
  - Sengil/Turkish-ABSA-Wsynthetic
17
+ widget:
18
+ - text: "Yemekler güzel ama fiyatlar pahalı."
19
+ output:
20
+ - aspect: Yemekler
21
+ label: POSITIVE
22
+ score: 0.8
23
+ - aspect: fiyat
24
+ label: NEGATIVE
25
+ score: 0.2
26
  ---
27
 
28