How to use AyoubChLin/ESG-bert-BBC_news with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("AyoubChLin/ESG-bert-BBC_news")
label = ['business', 'entertainment', 'politics', 'sport', 'tech']
Files info