AnkitAI commited on
Commit
d82086d
·
verified ·
1 Parent(s): 2dc88c3

add Sensible banner (temp bull mascot)

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -25,6 +25,11 @@ tags:
25
  - distilbert-sst2-alternative
26
  ---
27
 
 
 
 
 
 
28
  # 🦉 Sensible — ModernBERT Sentiment Analysis
29
 
30
  ### The modern replacement for the classic SST-2 sentiment model — **0.946 vs 0.913** on the exact same benchmark, one `pipeline()` line.
 
25
  - distilbert-sst2-alternative
26
  ---
27
 
28
+ <picture>
29
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ankit-aglawe/parable-assets/main/sensible_header_dark.png">
30
+ <img alt="Sensible" src="https://raw.githubusercontent.com/ankit-aglawe/parable-assets/main/sensible_header.png">
31
+ </picture>
32
+
33
  # 🦉 Sensible — ModernBERT Sentiment Analysis
34
 
35
  ### The modern replacement for the classic SST-2 sentiment model — **0.946 vs 0.913** on the exact same benchmark, one `pipeline()` line.