popcornell commited on
Commit
bcd9a25
1 Parent(s): 73c2440

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -8,4 +8,13 @@ library_name: pyannote-audio
8
  pipeline_tag: voice-activity-detection
9
  tags:
10
  - chime7_task1
11
- ---
 
 
 
 
 
 
 
 
 
 
8
  pipeline_tag: voice-activity-detection
9
  tags:
10
  - chime7_task1
11
+ ---
12
+
13
+ ## Pyannote Segmentation model fine-tuned on CHiME-7 DASR data
14
+
15
+ This repo contains the [Pyannote Segmentation](https://huggingface.co/pyannote/segmentation/tree/main) model fine-tuned on data from CHiME-7 DASR Challenge.
16
+ Only CHiME-6 (train set) data was used for training while Mixer 6 (dev set) was used for validation in order to avoid overfitting CHiME-6 scenario
17
+ (Mixer 6 is arguably the most different scenario within the three in CHiME-7 DASR so I used it in validation here as the ultimate score is a macro-average across all scenarios).
18
+
19
+ It is used to perform diarization in the CHiME-7 DASR diarization baseline. <br>
20
+ **For more information see the [CHiME-7 DASR baseline recipe in ESPNEt2](https://github.com/espnet/espnet/egs2/chime7_task1/diar_asr1).**