bdpc commited on
Commit
d9b06a4
1 Parent(s): 1ceb840

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,5 +1,12 @@
1
  # Beyond Document Page Classification
2
 
 
 
 
 
 
 
 
3
  ## Installation
4
 
5
  The scripts require [python >= 3.8](https://www.python.org/downloads/release/python-380/) to run.
@@ -15,4 +22,10 @@ pip3 install poetry
15
  poetry install
16
  ```
17
 
18
- ## something
 
 
 
 
 
 
 
1
  # Beyond Document Page Classification
2
 
3
+ We release the benchmarking code together with the proposed datasets:
4
+
5
+ * https://huggingface.co/datasets/bdpc/rvl_cdip_mp
6
+ * https://huggingface.co/datasets/bdpc/rvl_cdip_n_mp
7
+
8
+ For consistency, we add it as an anonymous model repository (can be cloned) in HuggingFace.
9
+
10
  ## Installation
11
 
12
  The scripts require [python >= 3.8](https://www.python.org/downloads/release/python-380/) to run.
 
22
  poetry install
23
  ```
24
 
25
+ ## Experiments
26
+
27
+ To replicate all experiment results from the paper, run experiments.sh
28
+
29
+ ```sh
30
+ ./experiments.sh
31
+ ```