wq2012 commited on
Commit
4315b6b
1 Parent(s): 00be239

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -6,6 +6,8 @@ license: llama3
6
 
7
  ## Overview
8
 
 
 
9
  [DiarizationLM](https://arxiv.org/abs/2401.03506) model finetuned
10
  on the training subset of the Fisher corpus.
11
 
@@ -24,13 +26,20 @@ The maximal length of the prompt to this model is 6000 characters, including the
24
 
25
  ## Metrics
26
 
27
- Performance on the Fisher testing set:
28
 
29
  | System | WER (%) | WDER (%) | cpWER (%) |
30
  | ------- | ------- | -------- | --------- |
31
  | USM + turn-to-diarize baseline | 15.48 | 5.32 | 21.19 |
32
  | + This model | - | 4.40 | 19.76 |
33
 
 
 
 
 
 
 
 
34
  ## Usage
35
 
36
  First, you need to install two packages:
 
6
 
7
  ## Overview
8
 
9
+ Note: This model is outdated. Please use [google/DiarizationLM-8b-Fisher-v2](https://huggingface.co/google/DiarizationLM-8b-Fisher-v2) instead.
10
+
11
  [DiarizationLM](https://arxiv.org/abs/2401.03506) model finetuned
12
  on the training subset of the Fisher corpus.
13
 
 
26
 
27
  ## Metrics
28
 
29
+ ### Fisher testing set
30
 
31
  | System | WER (%) | WDER (%) | cpWER (%) |
32
  | ------- | ------- | -------- | --------- |
33
  | USM + turn-to-diarize baseline | 15.48 | 5.32 | 21.19 |
34
  | + This model | - | 4.40 | 19.76 |
35
 
36
+ ### Callhome testing set
37
+
38
+ | System | WER (%) | WDER (%) | cpWER (%) |
39
+ | ------- | ------- | -------- | --------- |
40
+ | USM + turn-to-diarize baseline | 15.36 | 7.72 | 24.39 |
41
+ | + This model | - | 12.27 | 30.80 |
42
+
43
  ## Usage
44
 
45
  First, you need to install two packages: