-
Recently in the [nlp_apps](https://github.com/aimacode/aima-python/blob/master/nlp_apps.ipynb) notebook I added a section on the [Federalist Papers](https://en.wikipedia.org/wiki/The_Federalist_Papers…
-
### PyABSA Version 2.2.2
### After Training I tried interference with my custom model (Trainer showed good eval metrics):
aspect_extractor = ATEPC.AspectExtractor('**fast_lcf_atepc_custom_datase…
-
Post a link for a "possibility" reading of your own on the topic of Deep Learning with Text [for week 5], accompanied by a 300-400 word reflection that: 1) briefly summarizes the article (e.g., as we …
lkcao updated
2 years ago
-
Hi Yang Heng, I am trying to train the model from the checkpoint with custom data. I have already labelled the data in the correct format and also used convert_apc_set_to_atepc_set with no problem at …
-
Are there morphological features for verbs that have an intransitive vs transitive morphology?
For example, this comes up a lot in Hungarian:
https://en.wikipedia.org/wiki/Hungarian_verbs
It …
-
### System Info
- `transformers` version: 4.31.0
- Platform: Windows-10-10.0.22621-SP0
- Python version: 3.10.9
- Huggingface_hub version: 0.16.4
- Safetensors version: 0.3.1
- Accelerate versio…
-
## Unless you provide the REQUIRED information, your problem may not be addressed.
### PyABSA Version (Required)
PyABSA: 2.3.1,Torch: 2.0.1,Transformers: 4.29.0
### ABSADataset Version (Require…
-
1. The file name of `/examples-v2/aspect_polarity_classification/Aspect_Sentiment_Cassification.ipynb` is incorrect (missing an "l" in the word "classification"), which at least lead to a dead hyperli…
-
我有一个只有正负情感标注的数据集,在模型预测情感时常常结果完全相反:
![image](https://user-images.githubusercontent.com/76596358/163294029-601c65f3-da50-4ec4-a8c0-a63dcdfb3be4.png)
正向的句子argmax后结果总是0(负向),而负向的结果总是1,然而我的数据集正向的样本远多于负向。
…
-
I referred to this document:
[PyABSA]/[examples-v2]/[aspect_polarity_classification]/aspect_polarity_classification)/Aspect_Sentiment_Cassification.ipynb
and tried to pass my own dataset to PyABS…