Update dataset card
Browse files
README.md
CHANGED
|
@@ -36,13 +36,13 @@ dataset_info:
|
|
| 36 |
dtype: int32
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
-
num_bytes:
|
| 40 |
num_examples: 4921
|
| 41 |
- name: validation
|
| 42 |
-
num_bytes:
|
| 43 |
num_examples: 768
|
| 44 |
-
download_size:
|
| 45 |
-
dataset_size:
|
| 46 |
---
|
| 47 |
|
| 48 |
# Dataset Card for FQuAD
|
|
@@ -89,6 +89,16 @@ FQuAD contains 25,000+ question and answer pairs.
|
|
| 89 |
Finetuning CamemBERT on FQuAD yields a F1 score of 88% and an exact match of 77.9%.
|
| 90 |
Developped to provide a SQuAD equivalent in the French language. Questions are original and based on high quality Wikipedia articles.
|
| 91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
### Supported Tasks and Leaderboards
|
| 93 |
|
| 94 |
- `closed-domain-qa`, `text-retrieval`: This dataset is intended to be used for `closed-domain-qa`, but can also be used for information retrieval tasks.
|
|
|
|
| 36 |
dtype: int32
|
| 37 |
splits:
|
| 38 |
- name: train
|
| 39 |
+
num_bytes: 5898752
|
| 40 |
num_examples: 4921
|
| 41 |
- name: validation
|
| 42 |
+
num_bytes: 1031456
|
| 43 |
num_examples: 768
|
| 44 |
+
download_size: 0
|
| 45 |
+
dataset_size: 6930208
|
| 46 |
---
|
| 47 |
|
| 48 |
# Dataset Card for FQuAD
|
|
|
|
| 89 |
Finetuning CamemBERT on FQuAD yields a F1 score of 88% and an exact match of 77.9%.
|
| 90 |
Developped to provide a SQuAD equivalent in the French language. Questions are original and based on high quality Wikipedia articles.
|
| 91 |
|
| 92 |
+
Please, note this dataset is licensed for non-commercial purposes and users must agree to the following terms and conditions:
|
| 93 |
+
1. Use FQuAD only for internal research purposes.
|
| 94 |
+
2. Not make any copy except a safety one.
|
| 95 |
+
3. Not redistribute it (or part of it) in any way, even for free.
|
| 96 |
+
4. Not sell it or use it for any commercial purpose. Contact us for a possible commercial licence.
|
| 97 |
+
5. Mention the corpus origin and Illuin Technology in all publications about experiments using FQuAD.
|
| 98 |
+
6. Redistribute to Illuin Technology any improved or enriched version you could make of that corpus.
|
| 99 |
+
|
| 100 |
+
Request manually download of the data from: https://fquad.illuin.tech/
|
| 101 |
+
|
| 102 |
### Supported Tasks and Leaderboards
|
| 103 |
|
| 104 |
- `closed-domain-qa`, `text-retrieval`: This dataset is intended to be used for `closed-domain-qa`, but can also be used for information retrieval tasks.
|