Update README.md
Browse files
README.md
CHANGED
@@ -46,4 +46,5 @@ with torch.no_grad():
|
|
46 |
last_hidden_state = model(**inputs, return_dict=True).last_hidden_state
|
47 |
embeddings = last_hidden_state[:, 0]
|
48 |
print("embeddings:")
|
49 |
-
print(embeddings)
|
|
|
|
46 |
last_hidden_state = model(**inputs, return_dict=True).last_hidden_state
|
47 |
embeddings = last_hidden_state[:, 0]
|
48 |
print("embeddings:")
|
49 |
+
print(embeddings)
|
50 |
+
```
|