Skip to content

Commit

Permalink
resolved all the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RAravindDS committed Jun 9, 2023
1 parent 87de7ae commit 2c084c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RAravindDS/CharLLMs/main/images/charllms.webp" width=300>
<img alt="PYPI Package Link" src="https://pypi.org/project/charLLM/" width="352" height="59" style="max-width: 100%;">
</picture>
<img src="https://raw.githubusercontent.com/RAravindDS/CharLLMs/main/images/charllms.webp" height=300>
<br/>
<br/>
</p>




# **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.
Expand Down Expand Up @@ -78,11 +77,11 @@ To use the Character-Level MLP language model, follow these steps:
>>> obj.sampling(words_needed=10) #It samples 10 tokens.
```

<br>
<center><b>Model Output Graph<b></center>
<br>
<center><img src="https://raw.githubusercontent.com/RAravindDS/CharLLMs/main/images/nplm_plt.png" height=350></center>
<br>

**Model Output Graph**


<img src="https://raw.githubusercontent.com/RAravindDS/CharLLMs/main/images/nplm_plt.png" height=350>


Feel free to explore the repository and experiment with the different language models provided.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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 🕺🏽
Expand Down

0 comments on commit 2c084c5

Please sign in to comment.