Skip to content

Commit

Permalink
[Sync] Bump version to 0.1.8 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengzhe Zhou authored Nov 13, 2023
1 parent d3de5c4 commit 1ea88d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions configs/datasets/humaneval/humaneval_gen_4a6eef.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from opencompass.openicl.icl_prompt_template import PromptTemplate
from opencompass.openicl.icl_retriever import ZeroRetriever
from opencompass.openicl.icl_inferencer import GenInferencer
from opencompass.datasets import HFDataset, HumanEvaluator, humaneval_postprocess
from opencompass.datasets import HumanevalDataset, HumanEvaluator, humaneval_postprocess

humaneval_reader_cfg = dict(
input_columns=['prompt'], output_column='task_id', train_split='test')
Expand All @@ -27,8 +27,9 @@

humaneval_datasets = [
dict(
type=HFDataset,
path='openai_humaneval',
abbr='openai_humaneval',
type=HumanevalDataset,
path='./data/humaneval/human-eval-v2-20210705.jsonl',
reader_cfg=humaneval_reader_cfg,
infer_cfg=humaneval_infer_cfg,
eval_cfg=humaneval_eval_cfg)
Expand Down
2 changes: 1 addition & 1 deletion opencompass/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.7'
__version__ = '0.1.8'

0 comments on commit 1ea88d5

Please sign in to comment.