gullalc commited on
Commit
ac950f2
1 Parent(s): 69d1add

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -49,4 +49,5 @@ with torch.no_grad():
49
 
50
  predicted_label = model.config.id2label[torch.argmax(outputs.logits).item()]
51
  print(predicted_label)
 
52
  ```
 
49
 
50
  predicted_label = model.config.id2label[torch.argmax(outputs.logits).item()]
51
  print(predicted_label)
52
+ # --> high
53
  ```