ahatamiz commited on
Commit
07f24ef
1 Parent(s): 8ca44d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -82,7 +82,7 @@ predicted_class_idx = logits.argmax(-1).item()
82
  print("Predicted class:", model.config.id2label[predicted_class_idx])
83
  ```
84
 
85
- The predicted label is brown bear, bruin, Ursus arctos.
86
 
87
  ### Feature Extraction
88
 
 
82
  print("Predicted class:", model.config.id2label[predicted_class_idx])
83
  ```
84
 
85
+ The predicted label is ```brown bear, bruin, Ursus arctos.```
86
 
87
  ### Feature Extraction
88