Ubuntu
commited on
Commit
•
705a4e8
1
Parent(s):
2400474
Update README
Browse files
README.md
CHANGED
@@ -49,3 +49,11 @@ print("sec speaker_label")
|
|
49 |
for p, start_time in zip(pred, start_timegrid):
|
50 |
print(f"{start_time:.4f} {p}")
|
51 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
for p, start_time in zip(pred, start_timegrid):
|
50 |
print(f"{start_time:.4f} {p}")
|
51 |
```
|
52 |
+
|
53 |
+
## Training
|
54 |
+
|
55 |
+
The model was trained on Japanese phone-call corpus [CallHome](https://media.talkbank.org/ca/CallHome/jpn/).
|
56 |
+
|
57 |
+
## License
|
58 |
+
|
59 |
+
[The Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0)
|