Ono-Enzo commited on
Commit
6e31b24
Β·
verified Β·
1 Parent(s): 5c4fe66

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: "QASports the first large sports-themed QA dataset"
19
+ models:
20
+ - deepset/roberta-base-squad2
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.
30
+
31
+ - πŸ’» Website: https://huggingface.co/spaces/leomaurodesenv/qasports-website
32
+ - πŸ”§ Scripts: https://github.com/leomaurodesenv/qasports-dataset-website
33
+
34
+ > **Note**. As first version, we are only focusing in Basketball data.
35
+
36
+ ## Dataset Summary
37
+
38
+ 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.
39
+
40
+ - 🎲 Dataset: https://huggingface.co/datasets/PedroCJardim/QASports
41
+ - πŸ”§ Scripts: https://github.com/leomaurodesenv/qasports-dataset-scripts/