marisming commited on
Commit
4c82835
1 Parent(s): 95077c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
+