Transformers
PyTorch
English
bridgetower
gaudi
Inference Endpoints
anahita-b commited on
Commit
0e15d64
1 Parent(s): fc651ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,9 +57,9 @@ inputs  = processor(images, texts[::-1], padding=True, return_tensors="pt")
57
  outputs_swapped = model(**inputs)
58
 
59
  print('Loss', outputs.loss.item())
 
60
  print('Loss with swapped images', outputs_swapped.loss.item())
61
- # Loss 0.0027269450947642326
62
- # Loss with swapped images 2.987490177154541
63
  ```
64
 
65
  Here is how to use this model to perform image and text matching
57
  outputs_swapped = model(**inputs)
58
 
59
  print('Loss', outputs.loss.item())
60
+ # Loss 0.00191505195107311
61
  print('Loss with swapped images', outputs_swapped.loss.item())
62
+ # Loss with swapped images 2.1259872913360596
 
63
  ```
64
 
65
  Here is how to use this model to perform image and text matching