binwang commited on
Commit
03a2d68
·
1 Parent(s): e6e1cb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ configs:
4
+ - config_name: SAMSum
5
+ data_files:
6
+ - split: train
7
+ path: "SAMSum/train.json"
8
+ - split: validation
9
+ path: "SAMSum/validation.json"
10
+ - split: test
11
+ path: "SAMSum/test.json"
12
  ---