Spaces:
Running
Running
message
Browse files- emergency_notification.txt +4 -5
- release.sh +2 -2
emergency_notification.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
|
|
|
|
1 |
|
2 |
-
[New Feature] Aspect Sentiment Triplet Extraction
|
3 |
-
[New Feature] Aspect CategoryOpinion Sentiment Quadruple Extraction
|
4 |
-
|
5 |
-
If you find any problems, please report them on GitHub. Thanks!
|
6 |
-
The v2.x versions are not compatible with Google Colab. Please downgrade to 1.16.27.
|
|
|
1 |
+
If your code crashes on Colab, please use the GPU runtime. Then run "pip install pyabsa[dev] -U" and restart the kernel.
|
2 |
+
Or if it does not work, you can use v1.16.27
|
3 |
|
4 |
+
[New Feature] Aspect Sentiment Triplet Extraction since v2.1.0 (https://github.com/yangheng95/PyABSA/tree/v2/examples-v2/aspect_sentiment_triplet_extration)
|
5 |
+
[New Feature] Aspect CategoryOpinion Sentiment Quadruple Extraction since v2.2.0 (https://github.com/yangheng95/PyABSA/tree/v2/examples-v2/aspect_opinion_sentiment_category_extraction)
|
|
|
|
|
|
release.sh
CHANGED
@@ -9,11 +9,11 @@
|
|
9 |
|
10 |
message=$1
|
11 |
|
12 |
-
python -m pip install --upgrade pip
|
13 |
pip install twine
|
14 |
pip install wheel
|
15 |
|
16 |
-
python
|
17 |
|
18 |
git add .
|
19 |
git commit -m message
|
|
|
9 |
|
10 |
message=$1
|
11 |
|
12 |
+
# python -m pip install --upgrade pip
|
13 |
pip install twine
|
14 |
pip install wheel
|
15 |
|
16 |
+
python compress_datasets.py
|
17 |
|
18 |
git add .
|
19 |
git commit -m message
|