bourdoiscatie commited on
Commit
067c861
·
1 Parent(s): 2e402d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -8,14 +8,24 @@ task_categories:
8
  - token-classification
9
  tags:
10
  - pos
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # universal_dependencies_fr_fqb_fr_prompt_pos
14
  ## Summary
15
 
16
- **universal_dependencies_fr_fqb_fr_prompt_pos** is a subset of the [**Dataset of French Prompts (DFP)**]().
17
- It contains **48,069** rows that can be used for a part-of-speech task.
18
- The original data (without prompts) comes from the dataset [universal_dependencies](https://huggingface.co/datasets/universal_dependencies) where only the French fqb split by Seddah et Candito has been kept.
19
  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.
20
 
21
 
@@ -60,8 +70,9 @@ fr_fqb['test']['upos'] = list(map(lambda x: x.replace("[","").replace("]","").re
60
 
61
 
62
  # Splits
63
- - train with 48,069 samples
64
- - no valid and test splits in the original data
 
65
 
66
 
67
  # How to use?
 
8
  - token-classification
9
  tags:
10
  - pos
11
+ - DFP
12
+ - french prompts
13
+ annotations_creators:
14
+ - found
15
+ language_creators:
16
+ - found
17
+ multilinguality:
18
+ - monolingual
19
+ source_datasets:
20
+ - universal_dependencies_fr_fqb
21
  ---
22
 
23
  # universal_dependencies_fr_fqb_fr_prompt_pos
24
  ## Summary
25
 
26
+ **universal_dependencies_fr_fqb_fr_prompt_pos** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
27
+ It contains **48,069** rows that can be used for a part-of-speech task.
28
+ The original data (without prompts) comes from the dataset [universal_dependencies](https://huggingface.co/datasets/universal_dependencies) where only the French fqb split by Seddah et Candito has been kept.
29
  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.
30
 
31
 
 
70
 
71
 
72
  # Splits
73
+ - `train` with 48,069 samples
74
+ - no `valid` split
75
+ - no `test` split
76
 
77
 
78
  # How to use?