Skip to content

R-KV sampling #19

@aldinash

Description

@aldinash

Hello! In the paper it is mentioned that you do sampling with temp 0.6 and top_p 0.95 for all the evaluations. However, in run_math.py I see that

output = model.generate(
    **tokenized_prompts,
    max_length=args.max_length,
    do_sample=False,
    num_beams=1,
)

so there is no sampling. Could you please clarify this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions