bourdoiscatie commited on
Commit
fa6cd38
1 Parent(s): a771e71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,10 +10,10 @@ tags:
10
  - pos
11
  ---
12
 
13
- # ud_fr_pud_fr_prompt_pos
14
  ## Summary
15
 
16
- **ud_fr_pud_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 pud split 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.
@@ -68,7 +68,7 @@ fr_pud['test']['upos'] = list(map(lambda x: x.replace("[","").replace("]","").re
68
  # How to use?
69
  ```
70
  from datasets import load_dataset
71
- dataset = load_dataset("CATIE-AQ/ud_fr_pud_fr_prompt_pos")
72
  ```
73
 
74
  # Citation
 
10
  - pos
11
  ---
12
 
13
+ # universal_dependencies_fr_pud_fr_prompt_pos
14
  ## Summary
15
 
16
+ **universal_dependencies_fr_pud_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 pud split 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.
 
68
  # How to use?
69
  ```
70
  from datasets import load_dataset
71
+ dataset = load_dataset("CATIE-AQ/universal_dependencies_fr_pud_fr_prompt_pos")
72
  ```
73
 
74
  # Citation