File size: 878 Bytes
411a3ef
 
6b22aea
 
 
 
 
 
 
411a3ef
39cafd7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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
```