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
- Host: GitHub
- URL: https://github.com/deeppavlov/babel-baseline
- Owner: deeppavlov
- License: apache-2.0
- Created: 2017-11-27T13:55:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T20:37:42.000Z (over 8 years ago)
- Last Synced: 2025-04-22T05:22:16.398Z (over 1 year ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```.