alexbie98 commited on
Commit
6c1e352
·
verified ·
1 Parent(s): 825573c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -36,4 +36,12 @@ configs:
36
  path: imdb/imdb_val.jsonl
37
  - split: test
38
  path: imdb/imdb_test.jsonl
 
 
 
 
 
 
 
 
39
  ---
 
36
  path: imdb/imdb_val.jsonl
37
  - split: test
38
  path: imdb/imdb_test.jsonl
39
+ - config_name: iclr23
40
+ data_files:
41
+ - split: train
42
+ path: iclr23/iclr23_reviews_train.jsonl
43
+ - split: validation
44
+ path: iclr23/iclr23_reviews_val.jsonl
45
+ - split: test
46
+ path: iclr23/iclr23_reviews_test.jsonl
47
  ---