Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 353 Bytes

Diagnostic Test for Transformer Language Models

This repository contains a callable for evaluating the predictions of a transformer language model for a target word in some textual context.

An example:

Currently it is built to work with the pytorch-transformers library.

See requirements.txt.

Usage

See Example.ipynb.