Transformers
PyTorch
I-SPIn
Lutech-admin commited on
Commit
9b5a983
·
1 Parent(s): f717c18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ predictions = model.predict(
50
  hypothesis_embeddings,
51
  one_to_many = True
52
  )
53
- print(predictions) # -> [[0][0]]
54
  ```
55
 
56
  ## Usage #2 (cloning repo) (will be deleted)
 
50
  hypothesis_embeddings,
51
  one_to_many = True
52
  )
53
+ print(predictions) # -> [0 0]
54
  ```
55
 
56
  ## Usage #2 (cloning repo) (will be deleted)