Update README.md
Browse files
README.md
CHANGED
@@ -98,7 +98,7 @@ Users are responsible for checking the copyright status of each book in their co
|
|
98 |
To use the <span style="font-variant: small-caps;">BookCoref</span> dataset, you need to install the following Python packages in your environment:
|
99 |
|
100 |
```bash
|
101 |
-
pip install "datasets<=3.6.0" deepdiff spacy nltk
|
102 |
```
|
103 |
|
104 |
You can then load each configuration through Huggingface's `datasets` library:
|
@@ -145,6 +145,7 @@ DatasetDict({
|
|
145 |
```
|
146 |
|
147 |
|
|
|
148 |
## ℹ️ Data format
|
149 |
|
150 |
<span style="font-variant: small-caps;">BookCoref</span> is a collection of annotated books.
|
|
|
98 |
To use the <span style="font-variant: small-caps;">BookCoref</span> dataset, you need to install the following Python packages in your environment:
|
99 |
|
100 |
```bash
|
101 |
+
pip install "datasets<=3.6.0" "deepdiff==8.5.0" "spacy==3.8.7" "nltk==3.9.1"
|
102 |
```
|
103 |
|
104 |
You can then load each configuration through Huggingface's `datasets` library:
|
|
|
145 |
```
|
146 |
|
147 |
|
148 |
+
|
149 |
## ℹ️ Data format
|
150 |
|
151 |
<span style="font-variant: small-caps;">BookCoref</span> is a collection of annotated books.
|