PhysiQuanty commited on
Commit
20a7c0d
·
verified ·
1 Parent(s): 1f9633d

Fix organization name in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ configs:
40
  ```python
41
  from datasets import load_dataset
42
 
43
- ds = load_dataset("Data-Gouv-FR/mr-1", "declaration-lom-vdef-2024")
44
  print(ds["train"])
45
  ```
46
 
 
40
  ```python
41
  from datasets import load_dataset
42
 
43
+ ds = load_dataset("Data-Gouv-ML/mr-1", "declaration-lom-vdef-2024")
44
  print(ds["train"])
45
  ```
46