Skip to content

Commit

Permalink
Merge branch 'main' into trainer_seq2seq-compute_loss_func
Browse files Browse the repository at this point in the history
  • Loading branch information
d223302 authored Dec 19, 2024
2 parents 3ce0232 + f42084e commit 671cac5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/en/model_doc/modernbert.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). 🌎
Expand Down

0 comments on commit 671cac5

Please sign in to comment.