Commit
Β·
31d029a
1
Parent(s):
ffe3c68
feat(readme): Add description and metadata
Browse files
README.md
CHANGED
@@ -1,13 +1,38 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.33.0
|
|
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: QASports Website: Basketball
|
3 |
emoji: π
|
4 |
+
colorFrom: purple
|
5 |
colorTo: green
|
6 |
sdk: streamlit
|
7 |
sdk_version: 1.33.0
|
8 |
+
python_version: 3.10
|
9 |
+
suggested_hardware: t4-small
|
10 |
app_file: app.py
|
11 |
pinned: false
|
12 |
license: mit
|
13 |
+
tags:
|
14 |
+
- sports
|
15 |
+
- question-answering
|
16 |
+
- open-domain-qa
|
17 |
+
- extractive-qa
|
18 |
+
short_description:
|
19 |
+
models:
|
20 |
+
- laurafcamargos/distilbert-qasports-basket-small
|
21 |
+
datasets:
|
22 |
+
- PedroCJardim/QASports
|
23 |
---
|
24 |
|
25 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
26 |
+
|
27 |
+
# Website
|
28 |
+
|
29 |
+
This website presents a collection of documents from the dataset named "QASports", the first large sports question answering dataset for open questions. QASports contains real data of players, teams and matches from the sports soccer, basketball and American football. It counts over 1.5 million questions and answers about 54k preprocessed, cleaned and organized documents from Wikipedia-like sources.
|
30 |
+
|
31 |
+
> **Note**. As first version, we are only focusing in Basketball data.
|
32 |
+
|
33 |
+
## Dataset Summary
|
34 |
+
|
35 |
+
QASports is the first large sports-themed question answering dataset counting over 1.5 million questions and answers about 54k preprocessed wiki pages, using as documents the wiki of 3 of the most popular sports in the world, Soccer, American Football and Basketball. Each sport can be downloaded individually as a subset, with the train, test and validation splits, or all 3 can be downloaded together.
|
36 |
+
|
37 |
+
- π² Dataset: https://huggingface.co/datasets/PedroCJardim/QASports
|
38 |
+
- π§ Scripts: https://github.com/leomaurodesenv/qasports-dataset-scripts/
|