Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ aspect_extractor = ATEPC.AspectExtractor(checkpoint="multilingual")
|
|
77 |
aste_dataset_dict = {
|
78 |
dataset.name: get_aste_example(dataset.name) for dataset in ASTE.ASTEDatasetList()
|
79 |
}
|
80 |
-
triplet_extractor = ASTE.AspectSentimentTripletExtractor(checkpoint="
|
81 |
|
82 |
|
83 |
def perform_atepc_inference(text, dataset):
|
|
|
77 |
aste_dataset_dict = {
|
78 |
dataset.name: get_aste_example(dataset.name) for dataset in ASTE.ASTEDatasetList()
|
79 |
}
|
80 |
+
triplet_extractor = ASTE.AspectSentimentTripletExtractor(checkpoint="multilingual")
|
81 |
|
82 |
|
83 |
def perform_atepc_inference(text, dataset):
|