Skip to content

Measure variation in seeded evals #5

@rwood-97

Description

@rwood-97

Currently we set np.random.RandomState(seed) to control which docs are sampled and torch.manual_seed(seed) to make inference determistic.

To check this doesn't matter:

  • Re-run evals with different seed for np.random (doc selection)
  • Re-run evals with different torch seed (next token selection)

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