frankenjoe commited on
Commit
bb0dfd2
·
1 Parent(s): 1f55469

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -138,11 +138,11 @@ def process_func(
138
 
139
 
140
  print(process_func(signal, sampling_rate))
141
- # Age child female male
142
- # [[ 0.3079211 -1.6096017 -2.1094327 3.1461434]]
143
 
144
  print(process_func(signal, sampling_rate, embeddings=True))
145
  # Pooled hidden states of last transformer layer
146
- # [[-0.00752167 0.0065819 -0.00746342 ... 0.00663632 0.00848748
147
- # 0.00599211]]
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
  ```