declare-lab / instruct-eval

This repository contains code to quantitatively evaluate instruction-tuned models such as Alpaca and Flan-T5 on held-out tasks.
https://declare-lab.github.io/instruct-eval/
Apache License 2.0
528 stars 42 forks source link

modify gitignore and fix the bug when run humaneval #23

Open yjw1029 opened 1 year ago

yjw1029 commented 1 year ago

Description

Merge arguments and kwargs at https://github.com/declare-lab/instruct-eval/blob/1b4f253076ce6c36309da44d82f2d8b67afc886a/modeling.py#L156 to avoid multiple values for keyword arguments

Related Issue

https://github.com/declare-lab/instruct-eval/issues/22.