Skip to content

Commit

Permalink
docs(mkdocs): results added
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaNG committed May 9, 2024
1 parent 5ed621d commit 8842fad
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ We train and compare KAN-GPT with an equivalent MLP-GPT model on the Tiny Shakes

| Metrics | | |
|---------|---------|---------|
| <img src="media/results_loss.png"> | <img src="media/results_cross_entropy.png"> | <img src="media/results_perplexity.png"> |
| ![results_loss](media/results_loss.png) | ![results_cross_entropy](media/results_cross_entropy.png) | ![results_perplexity](media/results_perplexity.png) |

## TODOs

Expand Down
Binary file added docs/media/results_cross_entropy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/results_loss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/media/results_perplexity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/results.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Results

We train and compare KAN-GPT with an equivalent MLP-GPT model on the Tiny Shakespeare dataset. We observe that the KAN-GPT performs slightly better than the MLP-GPT. We are looking into further experiments to dive deeper. The results are shown below:


## Metrics

| Metrics | | |
|---------|---------|---------|
| ![results_loss](media/results_loss.png) | ![results_cross_entropy](media/results_cross_entropy.png) | ![results_perplexity](media/results_perplexity.png) |
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
site_name: kan_gpt
theme: readthedocs
nav:
- 'index.md'
- 'results.md'

0 comments on commit 8842fad

Please sign in to comment.