dleon commited on
Commit
94f510a
·
verified ·
1 Parent(s): df58478

Update README.md

Browse files

ModernBERT fine-tuned for 3 epochs on sentiment analysis using the IMDB Movie Reviews dataset. View the training Colab notebook here: https://colab.research.google.com/drive/15eHM1jS7M4w2NOIS2uI7bGgPmxlCuNF8?usp=sharing

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - jahjinx/IMDb_movie_reviews
5
+ base_model:
6
+ - answerdotai/ModernBERT-base
7
+ ---