Skip to content

Instantly share code, notes, and snippets.

@patientzero
Last active February 22, 2023 09:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save patientzero/b23943107d8c6f17cbcb5ffc13fd45b9 to your computer and use it in GitHub Desktop.
Save patientzero/b23943107d8c6f17cbcb5ffc13fd45b9 to your computer and use it in GitHub Desktop.
Speaker exclusive splits used on the FluencyBank part of SEP-28k in the paper Detecting Dysfluencies in Stuttering Therapy Using wav2vec 2.0
# Sebastian P. Bayerl
FB_TEST = ['68m', '26m', '54m', '24fc', '34m', '24ma']
FB_DEV_SPK = ['46ma', '27f', '24fb', '37m', '29mc', '32m', '57m']
FB_TRAIN_SPK = ['24fa', '62m', '50fa', '29ma', '68m', '64m', '35ma', '27ma', '29mb', '28m', '26m',
'46mb', '43m', '54m', '26f', '60m', '35mb', '24fc', '34m', '62f', '24ma', '24mb',
'25m', '39f', '54f', '50fb']
FB_TRAIN_DEV = FB_TRAIN_SPK + FB_DEV_SPK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment