jordyvl commited on
Commit
a066840
1 Parent(s): 5e15b58

First version

Browse files
Files changed (1) hide show
  1. rvl_cdip_n_mp.py +3 -3
rvl_cdip_n_mp.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright 2022 The HuggingFace Datasets Authors and the current dataset script contributor.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
@@ -12,7 +12,7 @@
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
 
15
- """RVL-CDIP (Ryerson Vision Lab Complex Document Information Processing) dataset"""
16
 
17
 
18
  import os
@@ -44,7 +44,7 @@ _CITATION = """\
44
 
45
  _DESCRIPTION = """\
46
  The RVL-CDIP-N (Ryerson Vision Lab Complex Document Information Processing) dataset consists of newly gathered documents in 16 classes
47
- There are 998 documents for testing purposes. There were 3 documents from the original dataset that could not be retrieved based on the metadata.
48
  """
49
 
50
 
 
1
+ # Copyright 2023 The HuggingFace Datasets Authors and the current dataset script contributor.
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
 
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
 
15
+ """RVL-CDIP-N_mp (Ryerson Vision Lab Complex Document Information Processing) -New -Multipage dataset"""
16
 
17
 
18
  import os
 
44
 
45
  _DESCRIPTION = """\
46
  The RVL-CDIP-N (Ryerson Vision Lab Complex Document Information Processing) dataset consists of newly gathered documents in 16 classes
47
+ There are 991 documents for testing purposes. There were 10 documents from the original dataset that could not be retrieved based on the metadata or were out-of-scope (language).
48
  """
49
 
50