Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
French
Size:
10K - 100K
License:
bourdoiscatie
commited on
Commit
•
806bbed
1
Parent(s):
36f419e
Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,10 @@ tags:
|
|
10 |
- pos
|
11 |
---
|
12 |
|
13 |
-
#
|
14 |
## Summary
|
15 |
|
16 |
-
**
|
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 sequoia 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_sequoia['train']['upos'] = list(map(lambda x: x.replace("[","").replace("]","
|
|
68 |
# How to use?
|
69 |
```
|
70 |
from datasets import load_dataset
|
71 |
-
dataset = load_dataset("CATIE-AQ/
|
72 |
```
|
73 |
|
74 |
# Citation
|
|
|
10 |
- pos
|
11 |
---
|
12 |
|
13 |
+
# universal_dependencies_fr_sequoia_fr_prompt_pos
|
14 |
## Summary
|
15 |
|
16 |
+
**universal_dependencies_fr_sequoia_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 sequoia 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_sequoia_fr_prompt_pos")
|
72 |
```
|
73 |
|
74 |
# Citation
|