Update README.md
Browse files
README.md
CHANGED
@@ -24,13 +24,14 @@ For more details please refer to our article: https://www.nature.com/articles/s
|
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
-
The model is fine-tuned on top of CamemBERT using our corpus:
|
|
|
28 |
|
29 |
This is the first corpus in the French language in the fields of urban planning and natural risk management.
|
30 |
|
31 |
## Example of use
|
32 |
|
33 |
-
Attention: to run this code you need to have intalled `transformers`, `torch` and `numpy`. You can do it with `pip install transformers torch numpy
|
34 |
|
35 |
Load necessary libraries:
|
36 |
```
|
|
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
+
The model is fine-tuned on top of CamemBERT using our corpus:
|
28 |
+
https://huggingface.co/datasets/Herelles/lupan
|
29 |
|
30 |
This is the first corpus in the French language in the fields of urban planning and natural risk management.
|
31 |
|
32 |
## Example of use
|
33 |
|
34 |
+
Attention: to run this code you need to have intalled `transformers`, `torch` and `numpy`. You can do it with `pip install transformers torch numpy`
|
35 |
|
36 |
Load necessary libraries:
|
37 |
```
|