Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -34,10 +34,10 @@ dataset_info:
34
  - name: metadata
35
  dtype: string
36
  splits:
37
- - name: train_1_google
38
  num_bytes: 265774223
39
  num_examples: 955038
40
- - name: test_1_google
41
  num_bytes: 99868063
42
  num_examples: 361622
43
  download_size: 5258297
@@ -51,10 +51,10 @@ configs:
51
  path: pairs/test-*
52
  - config_name: triplets
53
  data_files:
54
- - split: train_1_google
55
- path: triplets/train_1_google-*
56
- - split: test_1_google
57
- path: triplets/test_1_google-*
58
  license: apache-2.0
59
  ---
60
 
 
34
  - name: metadata
35
  dtype: string
36
  splits:
37
+ - name: train
38
  num_bytes: 265774223
39
  num_examples: 955038
40
+ - name: test
41
  num_bytes: 99868063
42
  num_examples: 361622
43
  download_size: 5258297
 
51
  path: pairs/test-*
52
  - config_name: triplets
53
  data_files:
54
+ - split: train
55
+ path: triplets/train*
56
+ - split: test
57
+ path: triplets/test*
58
  license: apache-2.0
59
  ---
60