Update README.md
Browse files
README.md
CHANGED
@@ -38,4 +38,6 @@ print(embedding_mean.shape) # expect to be 768
|
|
38 |
|
39 |
# embedding with max pooling
|
40 |
embedding_max = torch.max(hidden_states[0], dim=0)[0]
|
41 |
-
print(embedding_max.shape) # expect to be 768
|
|
|
|
|
|
38 |
|
39 |
# embedding with max pooling
|
40 |
embedding_max = torch.max(hidden_states[0], dim=0)[0]
|
41 |
+
print(embedding_max.shape) # expect to be 768
|
42 |
+
|
43 |
+
|