From f42084e6411c39b74309af4a7d6ed640c01a4c9e Mon Sep 17 00:00:00 2001
From: Tom Aarsen <37621491+tomaarsen@users.noreply.github.com>
Date: Thu, 19 Dec 2024 23:45:52 +0100
Subject: [PATCH] [`docs`] Add link to ModernBERT Text Classification GLUE
finetuning script (#35347)
Add link to ModernBERT Text Classification GLUE finetuning script
---
docs/source/en/model_doc/modernbert.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/source/en/model_doc/modernbert.md b/docs/source/en/model_doc/modernbert.md
index ab09f38ff12154..b641d7f3f58199 100644
--- a/docs/source/en/model_doc/modernbert.md
+++ b/docs/source/en/model_doc/modernbert.md
@@ -50,6 +50,10 @@ The original code can be found [here](https://github.com/answerdotai/modernbert)
A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with ModernBert.
+
+
+- A notebook on how to [finetune for General Language Understanding Evaluation (GLUE) with Transformers](https://github.com/AnswerDotAI/ModernBERT/blob/main/examples/finetune_modernbert_on_glue.ipynb), also available as a Google Colab [notebook](https://colab.research.google.com/github/AnswerDotAI/ModernBERT/blob/main/examples/finetune_modernbert_on_glue.ipynb). 🌎
+
- A script on how to [finetune for text similarity or information retrieval with Sentence Transformers](https://github.com/AnswerDotAI/ModernBERT/blob/main/examples/train_st.py). 🌎