• Stas Bekman's avatar
    add pl_glue example test (#6034) · f6c0680d
    Stas Bekman authored
    * add pl_glue example test
    
    * for now just test that it runs, next validate results of eval or predict?
    
    * complete the run_pl_glue test to validate the actual outcome
    
    * worked on my machine, CI gets less accuracy - trying higher epochs
    
    * match run_pl.sh hparms
    
    * more epochs?
    
    * trying higher lr
    
    * for now just test that the script runs to a completion
    
    * correct the comment
    
    * if cuda is available, add --fp16 --gpus=1 to cover more bases
    
    * style
    f6c0680d
run_pl_glue.py 7.94 KB