Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llama2-finetune-own-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)."
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mistral-finetune-own-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"id": "bMlw8h743m19"
},
"source": [
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)."
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mistral-finetune.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"id": "WLvc85zDyRgg"
},
"source": [
"Setup the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning):"
"Setup the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/):"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mixtral-finetune-own-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
"id": "bMlw8h743m19"
},
"source": [
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)."
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion phi2-finetune-own-data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"id": "bMlw8h743m19"
},
"source": [
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://neptune.ai/blog/self-supervised-learning)."
"Now let's tokenize again with padding and truncation, and set up the tokenize function to make labels and input_ids the same. This is basically what [self-supervised fine-tuning is](https://www.bestaiweb.ai/glossary/self-supervised-learning/)."
]
},
{
Expand Down