Views
No views yet
python3 -m venv venv;source venv/bin/activate;pip install -r requirements.txt;data directory with two files:eval.csv: evaluation dataset;train.csv: training dataset;
Both are in the same format:1input,target
2"grammar: som sentense","some sentence"
3"grammar: anoder centence","another sentence"
4...1docker build -t spellcheck_train .
2docker run -v $(pwd):/app spellcheck_trainpython test.py