Skip to content
Discussion options

You must be logged in to vote

Here is a draft generated my llama-3-70B.


Silero-VAD Dataset

This dataset was created with the support of the Innovation Promotion Fund as part of the federal project "Artificial Intelligence" of the national program "Digital Economy of the Russian Federation".

The links below provide .feather files containing labeled open audio datasets using Silero VAD, as well as a brief description of each dataset with examples of loading. .feather files can be opened using the pandas library:

import pandas as pd
dataframe = pd.read_feather(PATH_TO_FEATHER_FILE)

Each .feather file with labeling contains the following columns:

  • speech_timings - labeling of the audio. This is a list containing dictio…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@snakers4
Comment options

Answer selected by snakers4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants
Converted from issue

This discussion was converted from issue #454 on May 29, 2024 09:43.