PedroRuizCode commited on
Commit
e696fa3
1 Parent(s): adbee16

Create README.md

Browse files

ModernBERT model trained for text classification using the IMDb dataset.

_Just for fun_

Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model:
5
+ - answerdotai/ModernBERT-base
6
+ pipeline_tag: text-classification
7
+ ---