Skip to content

Commit 4a0b5e8

Browse files
committed
Update installation instructions
1 parent 4d5ad42 commit 4a0b5e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

INSTALL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ We provide a file containing all code, datasets and results (`NoRBERT_RE20_Paper
55

66
## How to use
77
To use the notebooks, we recommend you to load them into [Google Colab](https://colab.research.google.com/github/tobhey/NoRBERT) (this link opens this repository directly in Colab and allows you to open one of the notebooks).
8-
Please make sure that you use a GPU (in Colab: Edit -> Notebook settings -> Hardware accelerator: GPU).
8+
With Colab, you should be able to open the notebooks, set the preferred configuration parameters and run all cells (CTRL+F9 or Runtime -> Run All).
9+
A GPU as hardware accelerator should already be used by Colab.
10+
We have a cell that checks if a GPU is used; if it turns out that none is used, please enable the GPU (in Colab: Edit -> Notebook settings -> Hardware accelerator: GPU).
911

1012
If you plan on running locally, you need to install [Jupyter](https://jupyter.org/install).
1113
Furthermore, you might have to install further python dependencies than the ones installed in the notebooks (first cell) depending on your python installation.

STATUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
We are applying for the **Artifacts Available** badge, as our dataset, results and scripts used to calculate these results are publicly available under [https://doi.org/10.5281/zenodo.3833661](https://doi.org/10.5281/zenodo.3833661).
22

33
Additionally, we are applying for the **Artifacts Reusable** badge, as we provide all material needed to reproduce our results and documented the steps to run the experiments in the README and INSTALL files as well as in the scripts themselves.
4-
We also provide scripts to apply provided pretrained models to any given requirement and thus facilitate reuse and repurposing of our artifacts.
4+
We also provide scripts to apply provided pretrained models to any given requirement and thus facilitate reuse and repurposing of our artifacts.

0 commit comments

Comments
 (0)