Skip to content

Commit

Permalink
docs(README,docs/): badges
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaNG committed May 9, 2024
1 parent 72d2996 commit f9827dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# KAN-GPT

![PyPI - Downloads](https://img.shields.io/pypi/dd/kan-gpt)
![PyPI - Version](https://img.shields.io/pypi/v/kan-gpt)
[![codecov](https://codecov.io/gh/AdityaNG/kan-gpt/branch/main/graph/badge.svg?token=kan-gpt_token_here)](https://codecov.io/gh/AdityaNG/kan-gpt)
[![CI](https://github.com/AdityaNG/kan-gpt/actions/workflows/main.yml/badge.svg)](https://github.com/AdityaNG/kan-gpt/actions/workflows/main.yml)
![PyPI - Version](https://img.shields.io/pypi/v/kan-gpt)
![GitHub License](https://img.shields.io/github/license/AdityaNG/kan-gpt)


The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold Networks (KANs) for language modeling

## Install it from PyPI
Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# KAN-GPT

![PyPI - Downloads](https://img.shields.io/pypi/dd/kan-gpt)
![PyPI - Version](https://img.shields.io/pypi/v/kan-gpt)
[![codecov](https://codecov.io/gh/AdityaNG/kan-gpt/branch/main/graph/badge.svg?token=kan-gpt_token_here)](https://codecov.io/gh/AdityaNG/kan-gpt)
[![CI](https://github.com/AdityaNG/kan-gpt/actions/workflows/main.yml/badge.svg)](https://github.com/AdityaNG/kan-gpt/actions/workflows/main.yml)
![PyPI - Version](https://img.shields.io/pypi/v/kan-gpt)
![GitHub License](https://img.shields.io/github/license/AdityaNG/kan-gpt)

The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold Networks (KANs) for language modeling
Expand Down

0 comments on commit f9827dc

Please sign in to comment.