Packages

Natural Language Inference scoring via multilingual ONNX model

Current section

Files

Jump to
nli rebar.config
Raw

rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{deps, [
{tok, "0.2.0"},
{onyx, "0.2.0"}
]}.
{profiles, [
{test, [{erl_opts, [nowarn_export_all]}]}
]}.
{shell, [{apps, [nli]}]}.
{hex, [
{doc, edoc},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/roquess/nli"}]}
]}.