-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
95 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Session 1 - Universe of Pretrained LLMs and Prompt Engineering | ||
# Session 2 - Universe of Pretrained LLMs and Prompt Engineering | ||
|
||
<p align="center"><img src="../images/home_page/Session%202.png" alt="Session 2" style="width:70%;"/></p> |
13 changes: 1 addition & 12 deletions
13
session_2/challenge/README.md → session_2/challenge/how_to_participate.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Leaderboard | ||
|
||
Classify if a job is suitable for a fresher or not from the job description | ||
using LLM using prompt engineering. | ||
|
||
|
||
<center> | ||
<table> | ||
<thead style="background: #fafafa"> | ||
<tr> | ||
<th>Rank</th> | ||
<th>Profile Image</th> | ||
<th>GitHub Username</th> | ||
<th>Solution</th> | ||
<th>Accuracy %</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<!-- Sample data, replace with actual leaderboard data --> | ||
<tr> | ||
<td>1</td> | ||
<td><img src="https://github.com/hetul-patel.png?" class="profile-img" alt="Profile Image"></td> | ||
<td><a href="https://github.com/username1">Username 1</a></td> | ||
<td><a href="https://github.com/infocusp/llm_seminar_series/blob/hetul/prompting-leader-board/session_2/challenge/submissions/baseline.py">Baseline</a></td> | ||
<td>100</td> | ||
</tr> | ||
<!-- Add more rows as needed --> | ||
<tr> | ||
<td>2</td> | ||
<td><img src="https://github.com/hetul-patel.png?" class="profile-img" alt="Profile Image"></td> | ||
<td><a href="https://github.com/username2">Username 2</a></td> | ||
<td><a href="https://github.com/infocusp/llm_seminar_series/blob/hetul/prompting-leader-board/session_2/challenge/submissions/baseline.py">Baseline</a></td> | ||
<td>95</td> | ||
</tr> | ||
<tr> | ||
<td>3</td> | ||
<td><img src="https://github.com/hetul-patel.png?" class="profile-img" alt="Profile Image"></td> | ||
<td><a href="https://github.com/username2">Username 2</a></td> | ||
<td><a href="https://github.com/infocusp/llm_seminar_series/blob/hetul/prompting-leader-board/session_2/challenge/submissions/baseline.py">Baseline</a></td> | ||
<td>95</td> | ||
<tr> | ||
<td>3</td> | ||
<td><img src="https://github.com/hetul-patel.png?" class="profile-img" alt="Profile Image"></td> | ||
<td><a href="https://github.com/username2">Username 2</a></td> | ||
<td><a href="https://github.com/infocusp/llm_seminar_series/blob/hetul/prompting-leader-board/session_2/challenge/submissions/baseline.py">Baseline</a></td> | ||
<td>95</td> | ||
</tr> | ||
<tr> | ||
<td>3</td> | ||
<td><img src="https://github.com/hetul-patel.png?" class="profile-img" alt="Profile Image"></td> | ||
<td><a href="https://github.com/username2">Username 2</a></td> | ||
<td><a href="https://github.com/infocusp/llm_seminar_series/blob/hetul/prompting-leader-board/session_2/challenge/submissions/baseline.py">Baseline</a></td> | ||
<td>95</td> | ||
</tr> | ||
<tr> | ||
<td>3</td> | ||
<td><img src="https://github.com/hetul-patel.png?" class="profile-img" alt="Profile Image"></td> | ||
<td><a href="https://github.com/username2">Username 2</a></td> | ||
<td><a href="https://github.com/infocusp/llm_seminar_series/blob/hetul/prompting-leader-board/session_2/challenge/submissions/baseline.py">Baseline</a></td> | ||
<td>95</td> | ||
</tr> | ||
<!-- Add more rows up to 10 --> | ||
</tbody> | ||
</table> | ||
</center> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters