| --- |
| license: apache-2.0 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: "DOES_NOT_EXIST_TRAIN.csv" |
| - split: test |
| path: "DOES_NOT_EXIST_TEST.csv" |
| --- |
| |
| # LM Eval data |
|
|
| This repository, represents a giant collection of various lm-eval results built using the [github scripts found here](https://github.com/RWKV/lm-evaluation-harness) |
|
|
| The goal at the point of creation, was to collect as much LM-eval results for as many relevent model for the RWKV paper. For analysis. |
|
|
| ## Cloning the repo, without the jsonl dump |
|
|
| ``` |
| export GIT_LFS_SKIP_SMUDGE=1 |
| git clone https://huggingface.co/datasets/rwkv-x-dev/lm-eval-data.git |
| ``` |
|
|
| ## Cloning the repo, with the archives (large) |
|
|
| ``` |
| # Clone with archive files |
| git lfs clone https://huggingface.co/datasets/rwkv-x-dev/lm-eval-data.git |
| |
| # Decompress all the archive files |
| ./scripts/decompress-all-jsonl.sh |
| ``` |