ZLSCompLing/LOD_Maxine
收藏Hugging Face2026-04-16 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/ZLSCompLing/LOD_Maxine
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc0-1.0
task_categories:
- automatic-speech-recognition
language:
- lb
tags:
- audio
- speech
- luxembourgish
- synthetic
size_categories:
- 10K<n<100K
---
# LOD_Maxine Dataset
## Dataset Description
LOD_Maxine is a Luxembourgish speech dataset containing audio recordings paired with transcriptions. The audio features a synthetic voice named Maxine reading example sentences from the LOD (Lëtzebuerger Online Dictionnaire) available at lod.lu.
## Dataset Statistics
- **Total samples**: ~32,000
- **Language**: Luxembourgish (Lëtzebuergesch)
- **Audio format**: WAV files
- **Sample rate**: 22,050 Hz
## Dataset Structure
Each sample contains:
- `audio`: Audio file in WAV format
- `text`: Transcription text
- `filename`: Original filename identifier
## Example
```python
from datasets import load_dataset
dataset = load_dataset("ZLSCompLing/LOD_Maxine")
# Access a sample
sample = dataset[0]
print(f"Text: {sample['text']}")
# Audio can be accessed via sample['audio']
```
## License
This dataset is released under the CC0 license - fully public domain with free use and no attribution required.
## Contact
For questions or issues regarding this dataset, please contact the repository maintainers.
---
许可证:CC0 1.0协议
任务类别:
- 自动语音识别
语言:
- 卢森堡语(lb)
标签:
- 音频
- 语音
- 卢森堡语
- 合成语音
样本规模:
- 10K < n < 100K
---
## LOD_Maxine 数据集
## 数据集描述
LOD_Maxine是一款卢森堡语语音数据集,包含语音录音与对应转录文本。其音频由名为Maxine的合成语音朗读LOD(Lëtzebuerger Online Dictionnaire,卢森堡语在线词典)中的示例句子,该词典可通过lod.lu访问。
## 数据集统计信息
- **总样本量**:约32000条
- **语言**:卢森堡语(Lëtzebuergesch)
- **音频格式**:WAV文件
- **采样率**:22050 Hz
## 数据集结构
每条样本包含以下字段:
- `audio`:WAV格式音频文件
- `text`:转录文本
- `filename`:原始文件名标识符
## 示例
python
from datasets import load_dataset
dataset = load_dataset("ZLSCompLing/LOD_Maxine")
# 访问单条样本
sample = dataset[0]
print(f"文本:{sample['text']}")
# 可通过sample['audio']访问音频数据
## 许可证
本数据集采用CC0协议发布,已完全归属公共领域,可免费使用且无需注明出处。
## 联系方式
若对本数据集有任何疑问或问题,请联系仓库维护者。
提供机构:
ZLSCompLing


