yangheng commited on
Commit
b3b33af
1 Parent(s): cb58182
Files changed (2) hide show
  1. emergency_notification.txt +4 -5
  2. release.sh +2 -2
emergency_notification.txt CHANGED
@@ -1,6 +1,5 @@
 
 
1
 
2
- [New Feature] Aspect Sentiment Triplet Extraction from v2.1.0 test version (https://github.com/yangheng95/PyABSA/tree/v2/examples-v2/aspect_sentiment_triplet_extration)
3
- [New Feature] Aspect CategoryOpinion Sentiment Quadruple Extraction from v2.2.0 test version (https://github.com/yangheng95/PyABSA/tree/v2/examples-v2/aspect_opinion_sentiment_category_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 zip_datasets.py
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