Update README.md
#1
by
chaimachabir
- opened
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Dataset Card for mlquestions
|
2 |
|
3 |
## Table of Contents
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license:
|
5 |
+
- cc-by-4.0
|
6 |
+
datasets:
|
7 |
+
- McGill-NLP/mlquestions
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
---
|
11 |
+
|
12 |
+
# MLQuestions
|
13 |
+
|
14 |
+
## Dataset Description
|
15 |
+
|
16 |
+
The MLQuestions dataset is a collection of questions related to machine learning...
|
17 |
+
|
18 |
+
## Data Splits
|
19 |
+
|
20 |
+
- **Training:** Number of examples
|
21 |
+
- **Validation:** Number of examples
|
22 |
+
- **Test:** Number of examples
|
23 |
+
|
24 |
+
## Dataset Structure
|
25 |
+
|
26 |
+
### Data Fields
|
27 |
+
|
28 |
+
- `question`: The text of the question.
|
29 |
+
- `answer`: The text of the answer.
|
30 |
+
|
31 |
+
## Licensing
|
32 |
+
|
33 |
+
This dataset is licensed under CC-BY-4.0.
|
34 |
+
|
35 |
# Dataset Card for mlquestions
|
36 |
|
37 |
## Table of Contents
|