Safetensors
LauraWang1107 commited on
Commit
6685e1c
·
verified ·
1 Parent(s): ef7a005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ with torch.no_grad():
30
  last_hidden_state = outputs.hidden_states[-1]
31
 
32
  # Print the embedding shape (or the embedding itself)
33
- print(embedding.shape)
34
  ```
35
 
36
  ## Repository Authors
 
30
  last_hidden_state = outputs.hidden_states[-1]
31
 
32
  # Print the embedding shape (or the embedding itself)
33
+ print(last_hidden_state .shape)
34
  ```
35
 
36
  ## Repository Authors