bourdoiscatie commited on
Commit
bac1697
1 Parent(s): 02b1fdf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  language:
3
  - fr
4
  size_categories:
@@ -7,14 +8,24 @@ task_categories:
7
  - text-classification
8
  tags:
9
  - textual-entailment
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # anli_fr_prompt_textual_entailment
13
  ## Summary
14
 
15
- **anli_fr_prompt_textual_entailment** is a subset of the [**Dataset of French Prompts (DFP)**]().
16
- It contains **X** rows that can be used for a textual entailment task.
17
- The original data (without prompts) comes from the dataset [multilingual-NLI-26lang-2mil7](https://huggingface.co/datasets/MoritzLaurer/multilingual-NLI-26lang-2mil7) by Laurer et al. where only the anli French part has been kept.
18
  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.
19
 
20
 
@@ -59,9 +70,9 @@ targets = str(anli['label'][i]).replace("0","vrai").replace("1","incertain").rep
59
 
60
 
61
  # Splits
62
- - train with X samples
63
- - dev with Y samples
64
- - test with Z samples
65
 
66
 
67
  # How to use?
@@ -87,3 +98,6 @@ dataset = load_dataset("CATIE-AQ/anli_fr_prompt_textual_entailment")
87
 
88
  ## This Dataset
89
 
 
 
 
 
1
  ---
2
+ licence : cc-by-nc-4.0
3
  language:
4
  - fr
5
  size_categories:
 
8
  - text-classification
9
  tags:
10
  - textual-entailment
11
+ - DFP
12
+ - french prompts
13
+ annotations_creators:
14
+ - found
15
+ language_creators:
16
+ - found
17
+ multilinguality:
18
+ - monolingual
19
+ source_datasets:
20
+ - allocine
21
  ---
22
 
23
  # anli_fr_prompt_textual_entailment
24
  ## Summary
25
 
26
+ **anli_fr_prompt_textual_entailment** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
27
+ It contains **550,000** rows that can be used for a textual entailment task.
28
+ The original data (without prompts) comes from the dataset [multilingual-NLI-26lang-2mil7](https://huggingface.co/datasets/MoritzLaurer/multilingual-NLI-26lang-2mil7) by Laurer et al. where only the anli French part 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 550,000 samples
74
+ - no `valid` split
75
+ - no `test` split
76
 
77
 
78
  # How to use?
 
98
 
99
  ## This Dataset
100
 
101
+
102
+ ## License
103
+ cc-by-nc-4.0