Spaces:
Runtime error
Runtime error
Add description to card metadata
Browse filesThis metric wrap the official scoring script for version 1 of the Stanford Question Answering Dataset (SQuAD).
Stanford Question Answering Dataset (SQuAD) is a reading comprehension dataset, consisting of questions posed by
crowdworkers on a set of Wikipedia articles, where the answer to every question is a segment of text, or span,
from the corresponding reading passage, or the question might be unanswerable.
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: SQuAD
|
3 |
-
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
@@ -8,10 +8,21 @@ sdk_version: 3.0.2
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
-
- evaluate
|
12 |
-
- metric
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
# Metric Card for SQuAD
|
16 |
|
17 |
## Metric description
|
|
|
1 |
---
|
2 |
title: SQuAD
|
3 |
+
emoji: 🤗
|
4 |
colorFrom: blue
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
11 |
+
- evaluate
|
12 |
+
- metric
|
13 |
+
description: >-
|
14 |
+
This metric wrap the official scoring script for version 1 of the Stanford
|
15 |
+
Question Answering Dataset (SQuAD).
|
16 |
+
|
17 |
+
|
18 |
+
Stanford Question Answering Dataset (SQuAD) is a reading comprehension
|
19 |
+
dataset, consisting of questions posed by
|
20 |
|
21 |
+
crowdworkers on a set of Wikipedia articles, where the answer to every
|
22 |
+
question is a segment of text, or span,
|
23 |
+
|
24 |
+
from the corresponding reading passage, or the question might be unanswerable.
|
25 |
+
---
|
26 |
# Metric Card for SQuAD
|
27 |
|
28 |
## Metric description
|