Herelles commited on
Commit
cf288ba
1 Parent(s): c3df75d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -21,6 +21,19 @@ We defined a format for labeled examples in which each entry includes title and
21
 
22
  For more details please refer to our article: https://www.nature.com/articles/s41597-023-02705-y
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ## Example of use
25
 
26
  - https://entrepot.recherche.data.gouv.fr/file.xhtml?persistentId=doi:10.57745/EGGFEX&version=4.0
@@ -39,7 +52,6 @@ To cite the data set please use:
39
  year={2023},
40
  publisher={Nature Publishing Group UK London}
41
  }
42
- ```
43
 
44
  To cite the code please use:
45
  ```
 
21
 
22
  For more details please refer to our article: https://www.nature.com/articles/s41597-023-02705-y
23
 
24
+ ## Getting started
25
+
26
+ To load our corpus with `datasets` install them first as `pip install datasets` and then use the following code:
27
+ ```
28
+ from datasets import load_dataset
29
+
30
+ dataset = load_dataset('herelles/lupan')
31
+ ```
32
+
33
+ ## Trained model
34
+
35
+ - https://huggingface.co/Herelles/camembert-base-lupan
36
+
37
  ## Example of use
38
 
39
  - https://entrepot.recherche.data.gouv.fr/file.xhtml?persistentId=doi:10.57745/EGGFEX&version=4.0
 
52
  year={2023},
53
  publisher={Nature Publishing Group UK London}
54
  }
 
55
 
56
  To cite the code please use:
57
  ```