Skip to content

Commit

Permalink
jl -> jsonl, add task, input, batch inside
Browse files Browse the repository at this point in the history
  • Loading branch information
kuk committed Jun 7, 2022
1 parent 4c6c421 commit e2e03e6
Show file tree
Hide file tree
Showing 1,669 changed files with 115,132 additions and 165,581 deletions.
4 changes: 2 additions & 2 deletions bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Estimate init time and model size. Run bench with 1 input record. Repeat 5 times
mkdir -p data/bench/rubert/parus
for index in 01 02 03 04 05
do
python main.py bench russiannlp/rubert-parus data/public parus --input-size=1 --batch-size=1 > data/bench/rubert/parus/1_1_$index.jl
python main.py bench russiannlp/rubert-parus data/public parus --input-size=1 --batch-size=1 > data/bench/rubert/parus/1_1_$index.jsonl
done
```

Expand All @@ -115,7 +115,7 @@ for model in rubert rubert-conversational bert-multilingual rugpt3-large rugpt3-
do
python main.py bench russiannlp/$model-$task data/public $task \
--input-size=$input_size --batch-size=$batch_size \
> data/bench/$model/$task/${input_size}_${batch_size}_${index}.jl
> data/bench/$model/$task/${input_size}_${batch_size}_${index}.jsonl
done
done
done
Expand Down
102 changes: 0 additions & 102 deletions bench/data/jiant/bert-multilingual/danetqa/1_1_01.jl

This file was deleted.

Loading

0 comments on commit e2e03e6

Please sign in to comment.