Git Product home page Git Product logo

nn_lms's Issues

LM training


export LNG=de && python3 lm/preprocessing.py with configs/${LNG}_word_pp.json >configs/${LNG}_word_pp.json.output

export LNG=es && CUDA_VISIBLE_DEVICES=3 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &

WORD LMs

  • sl: gpu 0 cutoff 20 started MONDAY 18h export LNG=sl && CUDA_VISIBLE_DEVICES=0 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &

  • pt: gpu 1 cutoff 98

    • command export LNG=pt && CUDA_VISIBLE_DEVICES=1 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &
    • start 2019-05-06 18:35:46 end training duration validation ppl
  • es: gpu 3 cutoff 200

    • command export LNG=es && CUDA_VISIBLE_DEVICES=3 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &
    • start 2019-05-06 18:27:23 end training duration validation ppl
  • de: gpu 4 Flair vocabulary of types (UNK <= 220) has 100398 types. Coverage: 0.780

    • command export LNG=de && CUDA_VISIBLE_DEVICES=4 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &
    • start 2019-05-07 02:11:03 end training duration validation ppl
  • sv: gpu 2 Flair vocabulary of types (UNK <= 49) has 90786 types. Coverage: 0.8

    • command export LNG=sv && CUDA_VISIBLE_DEVICES=2 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &
    • start `` end training duration ` ` validation ppl
  • hu: gpu 2 Flair vocabulary of types (UNK <= 4) has 532247 types. Coverage: 0.797
    UNK has a train set frequency of 3293080 (max: 6812055) and a relative frequency of 0.04075

    • command export LNG=hu && CUDA_VISIBLE_DEVICES=2 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &
    • start `` end training duration ` ` validation ppl
  • is: gpu 2

ON s3it

  • is: Flair vocabulary of types (UNK <= 4) has 59766 types. Coverage: 0.824
    UNK has a train set frequency of 379524 (max: 315204) and a relative frequency of 0.07392
    export LNG=is && CUDA_VISIBLE_DEVICES=0 nohup python3 lm/trainer.py with configs/${LNG}_word_lm.json &> logs/${LNG}_word_lm.log &

CHAR LMs

export LNG=XXXX && python3 lm/preprocessing.py with configs/${LNG}_char_pp.json >configs/${LNG}_char_pp.json.output

export LNG=XXXX && CUDA_VISIBLE_DEVICES=666 nohup python3 lm/trainer.py with configs/${LNG}_char_lm.json &> logs/${LNG}_char_lm.log &
  • is: PID 8938 gpu 2 cutoff 14 export LNG=is && CUDA_VISIBLE_DEVICES=2 nohup python3 lm/trainer.py with configs/${LNG}_char_lm.json &> logs/${LNG}_char_lm.log &

  • es: gpu ? cutoff 14 export LNG=es && CUDA_VISIBLE_DEVICES=3 nohup python3 lm/trainer.py with configs/${LNG}_char_lm.json &> logs/${LNG}_char_lm.log &

  • sl: PID 16202 gpu 1 cutoff 51 export LNG=sl && CUDA_VISIBLE_DEVICES=1 nohup python3 lm/trainer.py with configs/${LNG}_char_lm.json &> logs/${LNG}_char_lm.log &

  • pt: PID 13588 gpu 3 cutoff 346 export LNG=pt && CUDA_VISIBLE_DEVICES=3 nohup python3 lm/trainer.py with configs/${LNG}_char_lm.json &> logs/${LNG}_char_lm.log &
    -de: gpu4 export LNG=de && CUDA_VISIBLE_DEVICES=4 nohup python3 lm/trainer.py with configs/${LNG}_char_lm.json &> logs/${LNG}_char_lm.log &

-en: gpu2 export LNG=en && CUDA_VISIBLE_DEVICES=2 nohup python3 lm/trainer.py with configs/${LNG}_char_lm.json &> logs/${LNG}_char_lm.log &

deleting the corpus output directory of a language

rm -r wplmdata-preprocessed/sl/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.