Jingya HF staff commited on
Commit
98d4907
1 Parent(s): 47a8fc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -26,7 +26,5 @@ emb_model = NeuronModelForSenetenceTransformers.from_pretrained("optimum/bge-bas
26
  inputs = tokenizer("Hamilton is considered to be the best musical of human history.", return_tensors="pt")
27
  emb = emb_model(**inputs)
28
 
29
- print(emb.keys())
30
-
31
  # ["token_embeddings", "sentence_embedding"]
32
  ```
 
26
  inputs = tokenizer("Hamilton is considered to be the best musical of human history.", return_tensors="pt")
27
  emb = emb_model(**inputs)
28
 
 
 
29
  # ["token_embeddings", "sentence_embedding"]
30
  ```