Skip to content

Commit 2967015

Browse files
authored
Fix-Transfer Learning Example Web Page Display Error (#2119)
* Fix-display-error * fixed: rendering issue for transfer learning example * fix: reverted flex direction * fix: reverted css file with upstream
1 parent d01c540 commit 2967015

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

examples/nlp/ipynb/multiple_choice_task_with_transfer_learning.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"**Author:** Md Awsafur Rahman<br>\n",
1212
"**Date created:** 2023/09/14<br>\n",
13-
"**Last modified:** 2023/09/14<br>\n",
13+
"**Last modified:** 2025/06/16<br>\n",
1414
"**Description:** Use pre-trained nlp models for multiplechoice task."
1515
]
1616
},
@@ -646,8 +646,8 @@
646646
"\n",
647647
"![Model Diagram](https://pbs.twimg.com/media/F3NUju_a8AAS8Fq?format=png&name=large)\n",
648648
"\n",
649-
"<div align=\"center\"><b> Picture Credict: </b> <a\n",
650-
"href=\"https://twitter.com/johnowhitaker\"> @johnowhitaker </a> </div></div><br>\n",
649+
"<div align=\"center\"><b> Picture Credit: </b> <a href=\"https://twitter.com/johnowhitaker\"> \n",
650+
"@johnowhitaker </a> </div> <br>\n",
651651
"\n",
652652
"From a coding perspective, remember that we use the same model for all five options, with\n",
653653
"shared weights. Despite the figure suggesting five separate models, they are, in fact,\n",

examples/nlp/md/multiple_choice_task_with_transfer_learning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Author:** Md Awsafur Rahman<br>
44
**Date created:** 2023/09/14<br>
5-
**Last modified:** 2023/09/14<br>
5+
**Last modified:** 2025/06/16<br>
66
**Description:** Use pre-trained nlp models for multiplechoice task.
77

88

@@ -481,8 +481,8 @@ below illustrates this idea:
481481

482482
![Model Diagram](https://pbs.twimg.com/media/F3NUju_a8AAS8Fq?format=png&name=large)
483483

484-
<div align="center"><b> Picture Credict: </b> <a
485-
href="https://twitter.com/johnowhitaker"> @johnowhitaker </a> </div></div><br>
484+
<div align="center"><b> Picture Credit: </b> <a href="https://twitter.com/johnowhitaker">
485+
@johnowhitaker </a> </div><br>
486486

487487
From a coding perspective, remember that we use the same model for all five options, with
488488
shared weights. Despite the figure suggesting five separate models, they are, in fact,

examples/nlp/multiple_choice_task_with_transfer_learning.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Title: MultipleChoice Task with Transfer Learning
33
Author: Md Awsafur Rahman
44
Date created: 2023/09/14
5-
Last modified: 2023/09/14
5+
Last modified: 2025/06/16
66
Description: Use pre-trained nlp models for multiplechoice task.
77
Accelerator: GPU
88
"""
@@ -405,8 +405,8 @@ def get_callbacks():
405405
406406
![Model Diagram](https://pbs.twimg.com/media/F3NUju_a8AAS8Fq?format=png&name=large)
407407
408-
<div align="center"><b> Picture Credict: </b> <a
409-
href="https://twitter.com/johnowhitaker"> @johnowhitaker </a> </div></div><br>
408+
<div align="center"><b> Picture Credit: </b> <a href="https://twitter.com/johnowhitaker">
409+
@johnowhitaker </a> </div><br>
410410
411411
From a coding perspective, remember that we use the same model for all five options, with
412412
shared weights. Despite the figure suggesting five separate models, they are, in fact,

theme/css/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,4 +514,4 @@ p {
514514
.k-content {
515515
padding: 2.5rem 1.5rem 1.5rem;
516516
}
517-
}
517+
}

0 commit comments

Comments
 (0)