eltorio commited on
Commit
5c7ec3d
1 Parent(s): 3480b0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -1,22 +1,22 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: firstname
5
- dtype: string
6
- - name: sexe
7
- dtype: int64
8
- - name: occurrences
9
- dtype: int64
10
- splits:
11
- - name: train
12
- num_examples: 98244
13
- license: mit
14
- language:
15
- - fr
16
- pretty_name: First names in France
17
- size_categories:
18
- - 10K<n<100K
19
- ---
20
  # French First Names from Death Records (1970-2024)
21
 
22
  This dataset contains French first names extracted from death records provided by INSEE (French National Institute of Statistics and Economic Studies) covering the period from 1970 to September 2024.
@@ -61,7 +61,7 @@ This dataset can be used for various purposes, including:
61
  ```python
62
  from datasets import load_dataset
63
 
64
- dataset = load_dataset("username/french-first-names-insee")
65
  ```
66
 
67
  ## License
@@ -72,7 +72,7 @@ MIT License
72
 
73
  ```bibtex
74
  @dataset{french_first_names_insee_2024,
75
- author = {Your Name},
76
  title = {French First Names from Death Records (1970-2024)},
77
  year = {2024},
78
  publisher = {Hugging Face},
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: firstname
5
+ dtype: string
6
+ - name: sexe
7
+ dtype: int64
8
+ - name: occurrences
9
+ dtype: int64
10
+ splits:
11
+ - name: train
12
+ num_examples: 98244
13
+ license: mit
14
+ language:
15
+ - fr
16
+ pretty_name: First names in France
17
+ size_categories:
18
+ - 10K<n<100K
19
+ ---
20
  # French First Names from Death Records (1970-2024)
21
 
22
  This dataset contains French first names extracted from death records provided by INSEE (French National Institute of Statistics and Economic Studies) covering the period from 1970 to September 2024.
 
61
  ```python
62
  from datasets import load_dataset
63
 
64
+ dataset = load_dataset("eltorio/french_first_names_insee_2024")
65
  ```
66
 
67
  ## License
 
72
 
73
  ```bibtex
74
  @dataset{french_first_names_insee_2024,
75
+ author = {Ronan Le Meillat},
76
  title = {French First Names from Death Records (1970-2024)},
77
  year = {2024},
78
  publisher = {Hugging Face},