davidberenstein1957 commited on
Commit
856f77e
·
1 Parent(s): a09e67c

update title

Browse files
examples/fine-tune-modernbert-classifier.ipynb CHANGED
@@ -4,7 +4,7 @@
4
  "cell_type": "markdown",
5
  "metadata": {},
6
  "source": [
7
- "# Finetune a text classifier with ModernBERT and synthetic data from an LLM\n",
8
  "\n",
9
  "LLMs are great general purpose models, but they are not always the best choice for a specific task. Therefore, smaller and more specialized models are important for sustainable, efficient, and cheaper AI.\n",
10
  "\n",
 
4
  "cell_type": "markdown",
5
  "metadata": {},
6
  "source": [
7
+ "# Fine tuning ModernBERT for text classification using synthetic data generation\n",
8
  "\n",
9
  "LLMs are great general purpose models, but they are not always the best choice for a specific task. Therefore, smaller and more specialized models are important for sustainable, efficient, and cheaper AI.\n",
10
  "\n",