Pavankalyan commited on
Commit
2fa6f29
1 Parent(s): 4146941

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: 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
  ---
 
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
  ---