Update README.md
Browse files
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(
|
| 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
|