An open API service indexing awesome lists of open source software.

https://github.com/deeppavlov/babel-baseline

Baseline solution for DeepHack.Babel
https://github.com/deeppavlov/babel-baseline

Last synced: about 1 year ago
JSON representation

Baseline solution for DeepHack.Babel

Awesome Lists containing this project

README

          

# Baseline solution for DeepHack.Babel

## Build
The Docker container could be built with command:
```# cd babel-baseline && docker build -t {name} .```

## Run
To run the solution, run the following command:
```# docker run -v /path/to/input_data:/data -v /path/to/output:/output -t {name}```

The folder you're mounting in previous command (```input_data```) should contain file ```input.txt``` with sentences in English to translate. And the second forder (```output```) should *NOT* contain ```output.txt``` due to it will be rewritten during the run.

## Try
You could try to run container without building it, just pull it from docker hub:
```# docker pull madrugado/babel-baseline```

## Submission
Submission must be in form of zip-archive containing file [```metadata.json```](./metadata.json). The sample submission is included into this repository as ```sample_submission.zip```.