przvl commited on
Commit
0c39922
·
verified ·
1 Parent(s): 38f9449

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -57,7 +57,6 @@ model = AutoModelForSequenceClassification.from_pretrained(
57
  model_id, trust_remote_code=True
58
  )
59
 
60
-
61
  # define text to be predicted
62
  text = (
63
  "Aber Ihnen fehlt eben der Mut, Ihnen fehlen die Visionen, um sich"
@@ -79,7 +78,7 @@ print(f"Predicted class: {label} (Confidence: {populist_prob:.2f})")
79
  ```
80
 
81
  ```text
82
- Predicted class: Populist (Confidence: 0.62)
83
  ```
84
 
85
  **Use decision threshold `0.43` for balanced [performance](#evaluation).**
 
57
  model_id, trust_remote_code=True
58
  )
59
 
 
60
  # define text to be predicted
61
  text = (
62
  "Aber Ihnen fehlt eben der Mut, Ihnen fehlen die Visionen, um sich"
 
78
  ```
79
 
80
  ```text
81
+ Predicted class: Populist (Confidence: 0.72)
82
  ```
83
 
84
  **Use decision threshold `0.43` for balanced [performance](#evaluation).**