Skip to content

Implement Seq2seq transformer #1

@ronaldtse

Description

@ronaldtse

This task is to implement a pure Ruby seq2seq like Fairseq.

Seq2seq is a family of machine learning approaches used for language processing developed by Google. Facebook's implementation "Fairseq" is developed in Python.

The Interscript framework is pure Ruby. Since it is in pure Ruby, it can be compiled into JavaScript via Opal.

We wish to extend Interscript to utilize a Ruby version of seq2seq in order to implement the Khmer transliteration system as described in these links:

Ruby seq2seq requirements:

  • The developer can train models and provide the trained model to users. In order to to train models, raw computing and their bindings can be used, e.g. OpenCL.

  • Users of the library in Ruby who only want to "use" the trained models should not require special bindings to run.

Future work (new issues):

  1. Integrate seq2seq into Interscript Ruby.
  2. Implement the Khmer transliteration system as described above.

Reference work and potential dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions