bourdoiscatie commited on
Commit
d021879
1 Parent(s): 1c5dd40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -6
README.md CHANGED
@@ -9,14 +9,24 @@ task_categories:
9
  - token-classification
10
  tags:
11
  - ner
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # wikiner_fr_prompt_ner
15
  ## Summary
16
 
17
- **wikiner_fr_prompt_ner** is a subset of the [**Dataset of French Prompts (DFP)**]().
18
- It contains **X** rows that can be used for a name entity recognition task.
19
- The original data (without prompts) comes from the dataset [wikiner](https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr) by Nothman et al. where only the French part has been kept.
20
  A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
21
 
22
 
@@ -59,9 +69,10 @@ wikiner_fr['train']['ner_tags'] = list(map(lambda x: x.replace("[","").replace("
59
 
60
 
61
  # Splits
62
- - train with X samples
63
- - dev with Y samples
64
- - test with Z samples
 
65
 
66
 
67
  # How to use?
 
9
  - token-classification
10
  tags:
11
  - ner
12
+ - DFP
13
+ - french prompts
14
+ annotations_creators:
15
+ - found
16
+ language_creators:
17
+ - found
18
+ multilinguality:
19
+ - monolingual
20
+ source_datasets:
21
+ - wikiner
22
  ---
23
 
24
  # wikiner_fr_prompt_ner
25
  ## Summary
26
 
27
+ **wikiner_fr_prompt_ner** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
28
+ It contains **2,534,322** rows that can be used for a name entity recognition task.
29
+ The original data (without prompts) comes from the dataset [wikiner](https://huggingface.co/datasets/Jean-Baptiste/wikiner_fr) by Nothman et al. where only the French part has been kept.
30
  A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
31
 
32
 
 
69
 
70
 
71
  # Splits
72
+ - `train` with 2,534,322 samples
73
+ - no `valid` split
74
+ - no `test` split
75
+
76
 
77
 
78
  # How to use?