Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ language:
|
|
8 |
size_categories:
|
9 |
- 100K<n<1M
|
10 |
---
|
11 |
-
# Dataset Card for "
|
12 |
|
13 |
## Table of Contents
|
14 |
- [Table of Contents](#table-of-contents)
|
@@ -39,10 +39,11 @@ An example of 'train' looks as follows.
|
|
39 |
|
40 |
```json
|
41 |
{
|
42 |
-
"question": "
|
43 |
-
"answer": "
|
44 |
"context": [
|
45 |
-
|
|
|
46 |
]
|
47 |
}
|
48 |
```
|
@@ -57,9 +58,9 @@ The data fields are the same among all splits.
|
|
57 |
|
58 |
### Data Splits
|
59 |
|
60 |
-
| name |train|
|
61 |
-
|
62 |
-
| |
|
63 |
|
64 |
|
65 |
## Additional Information
|
|
|
8 |
size_categories:
|
9 |
- 100K<n<1M
|
10 |
---
|
11 |
+
# Dataset Card for "lfqa_preprocessed"
|
12 |
|
13 |
## Table of Contents
|
14 |
- [Table of Contents](#table-of-contents)
|
|
|
39 |
|
40 |
```json
|
41 |
{
|
42 |
+
"question": "what's the difference between a forest and a wood?",
|
43 |
+
"answer": "They're used interchangeably a lot. You'll get different answers from different resources, but the ...",
|
44 |
"context": [
|
45 |
+
"Wood is divided, according to its botanical origin, into two kinds: softwoods, ...",
|
46 |
+
"Processing and products differs especially with regard to the distinction between softwood and hardwood ..."
|
47 |
]
|
48 |
}
|
49 |
```
|
|
|
58 |
|
59 |
### Data Splits
|
60 |
|
61 |
+
| name |train|validation|
|
62 |
+
|----------|----:|---------:|
|
63 |
+
| |226147| 3020|
|
64 |
|
65 |
|
66 |
## Additional Information
|