Skip to content

mitre/jfairseq

Repository files navigation

jFairseq: a Java frontend for fairseq Scripted Models

Build

Motivation

This repo serves to provide limited Java runtime support for scripted fairseq translation models.

Installation

To build this repo, the following repos must first be published to the local Maven repository:

Once this is done, jFairseq can be built by issuing sbt clean compile package.

Tests

Tests can be run by issuing sbt test.

Authors