bourdoiscatie commited on
Commit
be10678
·
1 Parent(s): d1ae061

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
  ## Summary
15
 
16
  **ud_fr_fqb_fr_prompt_pos** is a subset of the [**Dataset of French Prompts (DFP)**]().
17
- It contains **X** 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
 
@@ -60,9 +60,8 @@ fr_fqb['test']['upos'] = list(map(lambda x: x.replace("[","").replace("]","").re
60
 
61
 
62
  # Splits
63
- - train with X samples
64
- - dev with Y samples
65
- - test with Z samples
66
 
67
 
68
  # How to use?
 
14
  ## Summary
15
 
16
  **ud_fr_fqb_fr_prompt_pos** is a subset of the [**Dataset of French Prompts (DFP)**]().
17
+ It contains **48.1** 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
 
 
60
 
61
 
62
  # Splits
63
+ - train with 48.1K samples
64
+ - no valid and test splits in the original data
 
65
 
66
 
67
  # How to use?