lv12 commited on
Commit
52560da
·
verified ·
1 Parent(s): e126cf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -48,8 +48,10 @@ configs:
48
  path: pairs/test-*
49
  - config_name: triplets
50
  data_files:
51
- - split: train_*
52
- path: triplets/train_*
 
 
53
  license: apache-2.0
54
  ---
55
 
 
48
  path: pairs/test-*
49
  - config_name: triplets
50
  data_files:
51
+ - split: train
52
+ path: triplets/train*
53
+ - split: test
54
+ path: triplets/test*
55
  license: apache-2.0
56
  ---
57