ruanchaves / hashformers

Hashformers is a framework for hashtag segmentation with Transformers and Large Language Models (LLMs).
MIT License
69 stars 4 forks source link

Proposal: Replace lm-scorer and mlm-scoring back-ends with minicons #36

Closed ruanchaves closed 1 year ago

ruanchaves commented 1 year ago

Current Scenario

Hashformers currently uses two backend systems, namely lm-scorer for GPT-2 and mlm-scoring for BERT. However, these packages have not been updated in the last 3 years, resulting in compatibility issues and performance limitations. For instance, our reranker based on mlm-scoring is now incompatible with Google Colab.

Proposed Solution

I propose we switch both back-end systems to minicons. This change offers several benefits that can help improve the functionality and performance of Hashformers:

In light of these advantages, I believe that transitioning to minicons will significantly enhance the efficiency and effectiveness of our library.