---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: path
    dtype: string
  - name: sentence
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: sentence_lat
    dtype: string
  splits:
  - name: train
    num_bytes: 23981208.0
    num_examples: 100
  - name: test
    num_bytes: 3785121.0
    num_examples: 18
  - name: validation
    num_bytes: 15475435.0
    num_examples: 62
  download_size: 27737318
  dataset_size: 43241764.0
---
# Dataset Card for "tamasheq_data"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)