TownsWu commited on
Commit
af606f3
1 Parent(s): f103047

Update README.md

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