bigscience/evaluation-results

Dataset

10

stars

172

commits

5

linked in READMEs

May 28, 2023

updated

README

BigScience BLOOM Evaluation Results

This repository contains evaluation results & original predictions of BLOOM & friends.

Usage

You can load numeric results via:

from datasets import load_dataset
ds = load_dataset("bigscience/evaluation-results", "bloom")

If it takes too long, it may be faster to clone the repository and load the data from disk:

!git clone https://huggingface.co/datasets/bigscience/evaluation-results
ds = load_dataset("evaluation-results", "bloom")

For example generations (.jsonl files), you need to manually browse the repository.

Structure

For bigsciencelmevalharness, lmevalharness & codeeval evaluation_frameworks the structure is: model_name > evaluation_framework > checkpoint_type > dataset_name > data

Evaluation Procedure

Contributors

Muennighoff

165 commits

jzf2101

4 commits

teven

2 commits

bigscience/evaluation-results

Dataset

10

stars

172

commits

5

linked in READMEs

May 28, 2023

updated

README

BigScience BLOOM Evaluation Results

This repository contains evaluation results & original predictions of BLOOM & friends.

Usage

You can load numeric results via:

from datasets import load_dataset
ds = load_dataset("bigscience/evaluation-results", "bloom")

If it takes too long, it may be faster to clone the repository and load the data from disk:

!git clone https://huggingface.co/datasets/bigscience/evaluation-results
ds = load_dataset("evaluation-results", "bloom")

For example generations (.jsonl files), you need to manually browse the repository.

Structure

For bigsciencelmevalharness, lmevalharness & codeeval evaluation_frameworks the structure is: model_name > evaluation_framework > checkpoint_type > dataset_name > data

Evaluation Procedure

Contributors

Muennighoff

165 commits

jzf2101

4 commits

teven

2 commits