patrickvonplaten
commited on
Commit
·
c7d25fc
1
Parent(s):
c7a0c46
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Unormalized AMI
|
2 |
+
|
3 |
+
```python
|
4 |
+
from datasets import load_dataset
|
5 |
+
|
6 |
+
ami = load_dataset("speech-seq2seq/ami", "ihm")
|
7 |
+
```
|
8 |
+
|
9 |
+
## TODO(PVP) - explain exactly what normalization was accepted what wasn't
|