olaf-beh
olaf-beh
Yep, would be nice. Meanwhile you can find it in Mark's source. Here are some keys/variables for the `page` hash from [Dapper.pm](/markdbenson/dapper/blob/master/lib/App/Dapper.pm) - `filename` - `slug` - `excerpt` - `year`,...
My `mpt7b_eval.yaml` based on `mpt_eval.yaml` after editing * Using `model` from `finetune/7b_dolly_sft.yaml` instead of mpt-125m model parameters * `precision: fp32` -> `precision: amp_bf16` * `vocab_size: 50368` -> `vocab_size: 50432` ```yaml...
I accidently started `eval.py` with `python` instead of `composer`. But I still get the same Error(s) as above and I have to change `vocab_size 50368` to `vocab_size 50432` in eval...