Pavankalyan commited on
Commit
4146941
·
verified ·
1 Parent(s): 034874f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -3,18 +3,18 @@ license: cc-by-sa-4.0
3
  configs:
4
  - config_name: default
5
  data_files:
6
- - split: train (100k)
7
  path: "train_100k.jsonl"
8
- - split: train (200k)
9
  path: "train_200k.jsonl"
10
- - split: train (full)
11
  path: "train_full.jsonl"
12
- - split: in domain verified (3k)
13
  path: "id_verified.jsonl"
14
- - split: out of domain verified (3k)
15
  path: "ood_verified.jsonl"
16
- - split: val verified (1k)
17
  path: "val_verified.jsonl"
18
- - split: out of domain full
19
  path: "ood_full.jsonl"
20
  ---
 
3
  configs:
4
  - config_name: default
5
  data_files:
6
+ - split: train(100k)
7
  path: "train_100k.jsonl"
8
+ - split: train(200k)
9
  path: "train_200k.jsonl"
10
+ - split: train(full)
11
  path: "train_full.jsonl"
12
+ - split: InDomainVerified(3k)
13
  path: "id_verified.jsonl"
14
+ - split: OutOfDomainVerified(3k)
15
  path: "ood_verified.jsonl"
16
+ - split: ValVerified(1k)
17
  path: "val_verified.jsonl"
18
+ - split: OutOfDomain(full)
19
  path: "ood_full.jsonl"
20
  ---