Skip to content

Details of Evaluation Set #4

@CooFlow

Description

@CooFlow

Hi, I notice the data preprocessing code in "verl/dataset/bird.py":

# 过滤test_dataset中prompt长度超过8000的项
test_dataset = test_dataset.filter(lambda x: len(x["instruction"]) <= 10000)
train_dataset = train_dataset.filter(lambda x: len(x["instruction"]) <= 11000)

length for train.parquet 8454
length for test.parquet 1405

Does this mean the experiment scores were completed on a subset of BIRD-DEV, after removing some of the very long ones?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions