diff --git a/README.md b/README.md index e3befdc..2128ba7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@

- - - PYPI Package Link - +

+ + # **Character-Level Language Models Repo πŸ•ΊπŸ½** This repository contains multiple character-level language models (charLLM). Each language model is designed to generate text at the character level, providing a granular level of control and flexibility. @@ -78,11 +77,11 @@ To use the Character-Level MLP language model, follow these steps: >>> obj.sampling(words_needed=10) #It samples 10 tokens. ``` -
-
Model Output Graph
-
-
-
+ +**Model Output Graph** + + + Feel free to explore the repository and experiment with the different language models provided. diff --git a/setup.cfg b/setup.cfg index 5317454..1f81729 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = charLLM -version = 0.0.6 +version = 0.0.7 author = Aravind author_email = aravindan22052001@gmail.com description = Character Level Language Models πŸ•ΊπŸ½