Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,10 @@ for entity disambiguation and NEL.
|
|
61 |
|
62 |
## Dataset usage
|
63 |
|
64 |
-
The dataset has a semantic versioning.
|
|
|
|
|
|
|
65 |
|
66 |
```python
|
67 |
from datasets import load_dataset
|
|
|
61 |
|
62 |
## Dataset usage
|
63 |
|
64 |
+
The dataset has a semantic versioning.
|
65 |
+
Specifying the version at loaded will give different versions.
|
66 |
+
Below we is shown the code needed to load the latest available version of the dataset.
|
67 |
+
Check below at `Changelog` to see the changes in the different versions.
|
68 |
|
69 |
```python
|
70 |
from datasets import load_dataset
|