[docs] Add link to ModernBERT Text Classification GLUE finetuning script (#35347)

Add link to ModernBERT Text Classification GLUE finetuning script
This commit is contained in:
Tom Aarsen
2024-12-19 23:45:52 +01:00
committed by GitHub
parent 0ade1caa35
commit f42084e641

View File

@@ -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.
<PipelineTag pipeline="text-classification"/>
- 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). 🌎
<PipelineTag pipeline="sentence-similarity"/>
- 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). 🌎