-
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
8 changed files
with
91 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> |
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,3 @@ | ||
nav: | ||
- Leaderboard: leaderboard.md | ||
- How to participate ?: how_to_participate.md |
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 | ||
|
||
!!! tip "Description" | ||
Test your prompt engineering skills to classify if a job description is suitable | ||
for a fresher or not. Check [participation guide](how_to_participate.md). | ||
|
||
<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?" style="width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);" 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?" style="width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);" 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?" style="width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);" 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?" style="width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);" 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?" style="width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);" 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?" style="width: 50px; height: 50px; border-radius: 50%; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15);" 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
.md-header { | ||
margin-top: 10px; | ||
} | ||
} |