mitre / jfairseq

A java fairseq runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A java fairseq runtime.

License:Apache License 2.0


Languages

Language:Java 90.8%Language:Scala 9.2%