disabled rvl-mp to test
Browse files
app.py
CHANGED
@@ -132,13 +132,13 @@ _CLASSES = [
|
|
132 |
"questionnaire",
|
133 |
"resume",
|
134 |
"memo",
|
135 |
-
|
136 |
]
|
137 |
|
138 |
# load both datasets in memory? --> easier retrieval afterwards with seed index based on pressing button
|
139 |
DATASETS = OrderedDict(
|
140 |
{
|
141 |
-
"rvl_cdip": load_dataset("bdpc/rvl_cdip_mp", split="test", streaming=True),
|
142 |
"rvl_cdip_N": load_dataset("bdpc/rvl_cdip_n_mp", split="test", streaming=True),
|
143 |
}
|
144 |
)
|
|
|
132 |
"questionnaire",
|
133 |
"resume",
|
134 |
"memo",
|
135 |
+
"",
|
136 |
]
|
137 |
|
138 |
# load both datasets in memory? --> easier retrieval afterwards with seed index based on pressing button
|
139 |
DATASETS = OrderedDict(
|
140 |
{
|
141 |
+
# "rvl_cdip": load_dataset("bdpc/rvl_cdip_mp", split="test", streaming=True),
|
142 |
"rvl_cdip_N": load_dataset("bdpc/rvl_cdip_n_mp", split="test", streaming=True),
|
143 |
}
|
144 |
)
|