Link to paper and add task category
#7
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -2,7 +2,8 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: mit
|
| 5 |
-
|
|
|
|
| 6 |
configs:
|
| 7 |
- config_name: swipe-1
|
| 8 |
data_files:
|
|
@@ -12,32 +13,29 @@ configs:
|
|
| 12 |
path: test.jsonl
|
| 13 |
- split: validation
|
| 14 |
path: dev.jsonl
|
| 15 |
-
|
| 16 |
- config_name: swipe-2
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
path: swipe-2/swipe2.jsonl
|
| 20 |
-
|
| 21 |
- config_name: swipe-3
|
| 22 |
data_files:
|
| 23 |
- split: train
|
| 24 |
path: swipe-3/swipe3.jsonl
|
| 25 |
-
|
| 26 |
-
|
| 27 |
- config_name: swipe-4
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: swipe-4/swipe4.jsonl
|
| 31 |
-
|
| 32 |
-
|
| 33 |
- config_name: swipe-5
|
| 34 |
data_files:
|
| 35 |
- split: train
|
| 36 |
path: swipe-5/swipe5.jsonl
|
| 37 |
---
|
|
|
|
| 38 |
# Dataset Card for swipe.futo.org
|
| 39 |
|
| 40 |
-
This dataset
|
|
|
|
|
|
|
| 41 |
|
| 42 |
## Collection process
|
| 43 |
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: mit
|
| 5 |
+
task_categories:
|
| 6 |
+
- other
|
| 7 |
configs:
|
| 8 |
- config_name: swipe-1
|
| 9 |
data_files:
|
|
|
|
| 13 |
path: test.jsonl
|
| 14 |
- split: validation
|
| 15 |
path: dev.jsonl
|
|
|
|
| 16 |
- config_name: swipe-2
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
path: swipe-2/swipe2.jsonl
|
|
|
|
| 20 |
- config_name: swipe-3
|
| 21 |
data_files:
|
| 22 |
- split: train
|
| 23 |
path: swipe-3/swipe3.jsonl
|
|
|
|
|
|
|
| 24 |
- config_name: swipe-4
|
| 25 |
data_files:
|
| 26 |
- split: train
|
| 27 |
path: swipe-4/swipe4.jsonl
|
|
|
|
|
|
|
| 28 |
- config_name: swipe-5
|
| 29 |
data_files:
|
| 30 |
- split: train
|
| 31 |
path: swipe-5/swipe5.jsonl
|
| 32 |
---
|
| 33 |
+
|
| 34 |
# Dataset Card for swipe.futo.org
|
| 35 |
|
| 36 |
+
This dataset is presented in the paper [FUTO Swipe: Layout-Agnostic Neural Swipe Decoding](https://huggingface.co/papers/2606.25247).
|
| 37 |
+
|
| 38 |
+
It contains multiple collection runs from the [swipe.futo.org](https://swipe.futo.org/) website. The QWERTY layout definition is provided [here](swipe-5/layouts/qwerty.json)
|
| 39 |
|
| 40 |
## Collection process
|
| 41 |
|