Update README.md
Browse files
README.md
CHANGED
@@ -19,8 +19,42 @@ dataset_info:
|
|
19 |
num_bytes: 109479.80841121495
|
20 |
num_examples: 43
|
21 |
download_size: 312284
|
22 |
-
dataset_size: 544853
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
-
# Dataset Card for "icelandic-sign-language"
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
num_bytes: 109479.80841121495
|
20 |
num_examples: 43
|
21 |
download_size: 312284
|
22 |
+
dataset_size: 544853
|
23 |
+
license: apache-2.0
|
24 |
+
language:
|
25 |
+
- is
|
26 |
+
pretty_name: Icelandic Signa Language
|
27 |
+
size_categories:
|
28 |
+
- n<1K
|
29 |
---
|
|
|
30 |
|
31 |
+
# Icelandic Sign Language
|
32 |
+
|
33 |
+
Contains the ids of videos from youtube and the transcription
|
34 |
+
|
35 |
+
To get the video url:
|
36 |
+
|
37 |
+
````
|
38 |
+
https://www.youtube.com/watch?v=<video_id>
|
39 |
+
```
|
40 |
+
|
41 |
+
```tex
|
42 |
+
@misc{tanzer2024youtubesl25,
|
43 |
+
title={YouTube-SL-25: A Large-Scale, Open-Domain Multilingual Sign Language Parallel Corpus},
|
44 |
+
author={Garrett Tanzer and Biao Zhang},
|
45 |
+
year={2024},
|
46 |
+
eprint={2407.11144},
|
47 |
+
archivePrefix={arXiv},
|
48 |
+
primaryClass={cs.CL},
|
49 |
+
url={https://arxiv.org/abs/2407.11144},
|
50 |
+
}
|
51 |
+
|
52 |
+
@misc{uthus2023youtubeasl,
|
53 |
+
title={YouTube-ASL: A Large-Scale, Open-Domain American Sign Language-English Parallel Corpus},
|
54 |
+
author={David Uthus and Garrett Tanzer and Manfred Georg},
|
55 |
+
year={2023},
|
56 |
+
eprint={2306.15162},
|
57 |
+
archivePrefix={arXiv},
|
58 |
+
primaryClass={cs.CL}
|
59 |
+
}
|
60 |
+
```
|