Cyberbolt / Cemotion

A Chinese NLP library based on BERT for sentiment analysis and general-purpose Chinese word segmentation. | 基于 BERT 的中文 NLP 库,用于中文情感倾向分析、通用领域中文分词。
MIT License
187 stars 22 forks source link

transformers version incompatible with sentence-transformers #10

Closed liuhoward closed 7 months ago

liuhoward commented 10 months ago

Cemotion requires transormers==4.24.0 while sentence-transformers requires transformers>=4.32.0

HankVon commented 7 months ago

The issue of transformers library version incompatibility has been solved.