Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ccdv-ai committed Jan 16, 2024
1 parent cb3559f commit 18d27b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Should work for almost all language models from the Huggingface Hub (need more t
## Install

```
pip install
pip install tokenizer-adapter --upgrade
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[metadata]
name = tokenizer-adapter
version = 0.1.0
version = 0.1.1
author = Charles Condevaux
author_email = [email protected]
description = Tools to adapt a pretrained model to a new vocabulary
description = A simple to adapt a pretrained language model to a new vocabulary
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ccdv-ai/tokenizer-adapter
Expand Down

0 comments on commit 18d27b4

Please sign in to comment.