bourdoiscatie commited on
Commit
eb30b76
1 Parent(s): 7e277a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -4,19 +4,29 @@ language:
4
  license:
5
  - cc-by-nc-4.0
6
  size_categories:
7
- - 10K<n<100K
8
  task_categories:
9
  - text-classification
10
  tags:
11
  - textual-entailment
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # xnli_fr_prompt_textual_entailment
15
  ## Summary
16
 
17
- **xnli_fr_prompt_textual_entailment** is a subset of the [**Dataset of French Prompts (DFP)**]().
18
- It contains **X** rows that can be used for a textual entailment task.
19
- The original data (without prompts) comes from the dataset [xnli](https://huggingface.co/datasets/xnli) by Conneau et al. where only the French part has been kept.
20
  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.
21
 
22
 
@@ -60,9 +70,9 @@ targets = str(xnli['train']['label'][i]).replace("0","vrai").replace("1","incert
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?
 
4
  license:
5
  - cc-by-nc-4.0
6
  size_categories:
7
+ - 1M<n<10M
8
  task_categories:
9
  - text-classification
10
  tags:
11
  - textual-entailment
12
+ - DFP
13
+ - french prompts
14
+ annotations_creators:
15
+ - found
16
+ language_creators:
17
+ - found
18
+ multilinguality:
19
+ - monolingual
20
+ source_datasets:
21
+ - xnli
22
  ---
23
 
24
  # xnli_fr_prompt_textual_entailment
25
  ## Summary
26
 
27
+ **xnli_fr_prompt_textual_entailment** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
28
+ It contains **8,804,444** rows that can be used for a textual entailment task.
29
+ The original data (without prompts) comes from the dataset [xnli](https://huggingface.co/datasets/xnli) by Conneau et al. where only the French part has been kept.
30
  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.
31
 
32
 
 
70
 
71
 
72
  # Splits
73
+ - `train` with 8,639,444 samples
74
+ - `valid` with 54,780 samples
75
+ - `test` with 110,220 samples
76
 
77
 
78
  # How to use?