Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.
Other
140
stars
21
forks
source link
NewsSentiment cuda] instal failing on dependency to cudatoolkit =10.1 #34
Trying to install NewsSentiment[cuda] via pip3 in a fresh mamba environment with Python 3.8. This yields
newssentiment[cuda] 1.1.25 depends on cudatoolkit==10.1; extra == "cuda"
with that error repeated through versions down to newssentiment[cuda] 1.0.0
If I install cudatoolkit=10.1 using conda, I get the same error. Is the [cuda] version known to be working and installable?