ahatamiz commited on
Commit
2fc86ac
1 Parent(s): 81c15cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -82,7 +82,8 @@ 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
 
88
  ### Feature Extraction
89