-
Hello.
I am trying out this PyABSA APC model on huggingface:
https://huggingface.co/yangheng/deberta-v3-large-absa-v1.1
Sentence: Everything is always cooked to perfection , the [B-ASP] service […
-
I think there is a small mismatch seperater between `create_data_in_joint_task_format` function and `get_metrics` function:
- In **create_data_in_joint_task_format** function, data is joined by `','`…
-
I want to have the sentiment driver and the polarity for an entity extracted.
I'm aware you can do Aspect Sentiment Triplet Extraction, but you need to know the sentiment driver and the polarity befo…
-
Hi,
First of all thanks for open-sourcing such a fantastic library for ABSA.
---
When running `examples-v2/aspec_polarity_classification/train_apc.py` I came across the following error:
…
-
I'm having a bit of trouble when fine tuning any of the APC models to my custom APC dataset.
The models seems to classify each instance as Neutral.
The dataset is named and located in `citation/apc_…
-
Hello, thank you for sharing this work.
Regarding the evaluation of LCF- ATEPC model why do you just use F1 and accuracy for evaluation why yo do not use Class-wise performance why do not use class-w…
-
Hi,
I have prepared our data into train and test as two txt files using the annotation tools:
then, I try to use https://github.com/yangheng95/PyABSA/blob/release/demos/aspect_polarity_classif…
-
Hello blogger, I came from Zhihu and I am a newbie in the field of ABSA. I have a few questions:
1.There is no dataset in this project, do you need to download the relevant dataset from your homepage…
-
Hello,
I have a checkpoint saved in the checkpoints directory called "pyabsa_model". I want to train on top of this checkpoint, how can I do it? How can I obtain the apc_config of my checkpoint so I …
-
您好
运行环境为colab 通过git安装,手动pip install setup.py内依赖。
问题一:
在运行示例时demos/aspect_polarity_classification/glove_baselines/train_apc_glove.py
代码如下:
![image](https://user-images.githubusercontent.com/429066…