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

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(last_hidden_state .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