Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Icelandic
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Sigurdur's picture
Update README.md
1473959 verified
|
raw
history blame
1.27 kB
---
dataset_info:
features:
- name: video_id
dtype: string
- name: transcript
list:
- name: duration
dtype: float64
- name: start
dtype: float64
- name: text
dtype: string
splits:
- name: train
num_bytes: 435373.19158878503
num_examples: 171
- name: test
num_bytes: 109479.80841121495
num_examples: 43
download_size: 312284
dataset_size: 544853
license: apache-2.0
language:
- is
pretty_name: Icelandic Signa Language
size_categories:
- n<1K
---
# Icelandic Sign Language
Contains the ids of videos from youtube and the transcription
To get the video url:
````
https://www.youtube.com/watch?v=<video_id>
```
```tex
@misc{tanzer2024youtubesl25,
title={YouTube-SL-25: A Large-Scale, Open-Domain Multilingual Sign Language Parallel Corpus},
author={Garrett Tanzer and Biao Zhang},
year={2024},
eprint={2407.11144},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2407.11144},
}
@misc{uthus2023youtubeasl,
title={YouTube-ASL: A Large-Scale, Open-Domain American Sign Language-English Parallel Corpus},
author={David Uthus and Garrett Tanzer and Manfred Georg},
year={2023},
eprint={2306.15162},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```