mhhmm commited on
Commit
50ed878
1 Parent(s): 179d601

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ If you even have a stronger GPU, increase the --batch-size, or --completion-limi
103
  !git clone https://github.com/nuprl/MultiPL-E
104
  %cd MultiPL-E
105
  !mkdir typescript
106
- !python3 automodel.py --name mhhmm/typescript-instruct-20k --root-dataset humaneval --lang ts --temperature 0.2 --batch-size 10 --completion-limit 20 --output-dir-prefix typescript
107
  %cd evaluation/src
108
  !python3 main.py --dir ../../typescript --output-dir ../../typescript --recursive
109
  !python3 pass_k.py ./typescript/*
 
103
  !git clone https://github.com/nuprl/MultiPL-E
104
  %cd MultiPL-E
105
  !mkdir typescript
106
+ !python3 automodel.py --name mhhmm/typescript-instruct-20k-v2 --root-dataset humaneval --lang ts --temperature 0.2 --batch-size 10 --completion-limit 20 --output-dir-prefix typescript
107
  %cd evaluation/src
108
  !python3 main.py --dir ../../typescript --output-dir ../../typescript --recursive
109
  !python3 pass_k.py ./typescript/*