Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Iacopo Poli committed Feb 19, 2022
1 parent 54cf286 commit d81cf00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ comparer = Compare("lyra-en")
print(comparer("This is the reference.", candidates=["This is close to the reference", "While this is most definitely not"]))
```

#### Tokenize

```python
from lightonmuse import Tokenize

tokenizer = Tokenize("lyra-en")
print(tokenizer("Let's discover how many tokens is this text"))
```

## Private Beta access to LightOn MUSE

To request access to LightOn MUSE in private beta and try our intelligence primitives, get in touch: customer.relations@lighton.ai

0 comments on commit d81cf00

Please sign in to comment.