wanng commited on
Commit
ee0429b
·
1 Parent(s): f3cfe11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -31,6 +31,7 @@ logits = outputs.logits
31
  # model predicts one of the 1000 ImageNet classes
32
  predicted_class_idx = logits.argmax(-1).item()
33
  print("Predicted class:", model.config.id2label[predicted_class_idx])
 
34
  ```
35
 
36
  # Citation
 
31
  # model predicts one of the 1000 ImageNet classes
32
  predicted_class_idx = logits.argmax(-1).item()
33
  print("Predicted class:", model.config.id2label[predicted_class_idx])
34
+ # Predicted class: Egyptian cat
35
  ```
36
 
37
  # Citation