Skip to content

Commit

Permalink
Fix: Number of audio files in AC docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Jul 10, 2023
1 parent 7b1bd3a commit 1e6cf12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/aac_datasets/datasets/legacy/audiocaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ class AudioCaps(Dataset[Dict[str, Any]]):
├── test.csv
└── audio
├── train
│ └── (46231/49838 flac files, ~42G for 32kHz)
│ └── (46230/49838 flac files, ~42G for 32kHz)
├── val
│ └── (465/495 flac files, ~425M for 32kHz)
│ └── (464/495 flac files, ~425M for 32kHz)
└── test
└── (913/975 flac files, ~832M for 32kHz)
└── (912/975 flac files, ~832M for 32kHz)
"""

Expand Down

0 comments on commit 1e6cf12

Please sign in to comment.