Skip to content

Releases: flairNLP/transformer-ranker

Release 0.1.0

12 Nov 10:49
a87f42f
Compare
Choose a tag to compare

Initial Release

TransformerRanker currently supports LM ranking for token and text classification tasks.

Supported Datasets and LMs

  • Integrated with the datasets library.
  • Includes a predefined list of base and large models.

Efficiency

  • Embeds a down-sampled dataset and scores embeddings of different LMs.
  • Supports GPU for transferability metrics: H-Score and LogME written in torch.