bourdoiscatie
commited on
Commit
•
113da81
1
Parent(s):
d083f64
Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,24 @@ task_categories:
|
|
8 |
- token-classification
|
9 |
tags:
|
10 |
- pos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# universal_dependencies_fr_gsd_fr_prompt_pos
|
14 |
## Summary
|
15 |
|
16 |
-
**universal_dependencies_fr_gsd_fr_prompt_pos** is a subset of the [**Dataset of French Prompts (DFP)**]().
|
17 |
-
It contains **
|
18 |
-
The original data (without prompts) comes from the dataset [universal_dependencies](https://huggingface.co/datasets/universal_dependencies) where only the French gsd 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.
|
20 |
|
21 |
|
@@ -60,9 +70,9 @@ fr_gsd['train']['upos'] = list(map(lambda x: x.replace("[","").replace("]","").r
|
|
60 |
|
61 |
|
62 |
# Splits
|
63 |
-
- train with
|
64 |
-
-
|
65 |
-
- test with
|
66 |
|
67 |
|
68 |
# 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_gsd
|
21 |
---
|
22 |
|
23 |
# universal_dependencies_fr_gsd_fr_prompt_pos
|
24 |
## Summary
|
25 |
|
26 |
+
**universal_dependencies_fr_gsd_fr_prompt_pos** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
|
27 |
+
It contains **343,161** 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 gsd split 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 303,429 samples
|
74 |
+
- `valid` with 30,996 samples
|
75 |
+
- `test` with 8,736 samples
|
76 |
|
77 |
|
78 |
# How to use?
|