Commit
·
bb0dfd2
1
Parent(s):
1f55469
Update README.md
Browse files
README.md
CHANGED
|
@@ -138,11 +138,11 @@ def process_func(
|
|
| 138 |
|
| 139 |
|
| 140 |
print(process_func(signal, sampling_rate))
|
| 141 |
-
# Age
|
| 142 |
-
# [[ 0.
|
| 143 |
|
| 144 |
print(process_func(signal, sampling_rate, embeddings=True))
|
| 145 |
# Pooled hidden states of last transformer layer
|
| 146 |
-
# [[
|
| 147 |
-
#
|
| 148 |
```
|
|
|
|
| 138 |
|
| 139 |
|
| 140 |
print(process_func(signal, sampling_rate))
|
| 141 |
+
# Age child female male
|
| 142 |
+
# [[ 0.33793038 -0.17247453 -0.34937087 0.43983212]]
|
| 143 |
|
| 144 |
print(process_func(signal, sampling_rate, embeddings=True))
|
| 145 |
# Pooled hidden states of last transformer layer
|
| 146 |
+
# [[ 0.024444 0.0508722 0.04930823 ... 0.07247854 -0.0697901
|
| 147 |
+
# -0.0170537 ]]
|
| 148 |
```
|