forked from huggingface/tokenizers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testable example docs for training-serialization (huggingface#373)
* testable usage docs for training and serialization and reference in README.md * Generate Readme from testable examples + template * add up-to-date check for Readme with generated one * try make pipeline fail by adding something to the lib.rs readme * remove difference from lib.rs again to make pipeline pass * fix black version Co-authored-by: Simon Ertl <[email protected]>
- Loading branch information
Showing
5 changed files
with
152 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<p align="center"> | ||
<br> | ||
<img src="https://huggingface.co/landing/assets/tokenizers/tokenizers-logo.png" width="600"/> | ||
<br> | ||
<p> | ||
<p align="center"> | ||
<img alt="Build" src="https://github.com/huggingface/tokenizers/workflows/Rust/badge.svg"> | ||
<a href="https://github.com/huggingface/tokenizers/blob/master/LICENSE"> | ||
<img alt="GitHub" src="https://img.shields.io/github/license/huggingface/tokenizers.svg?color=blue"> | ||
</a> | ||
<a href="https://docs.rs/tokenizers/"> | ||
<img alt="Doc" src="https://docs.rs/tokenizers/badge.svg"> | ||
</a> | ||
</p> | ||
<br> | ||
|
||
|
||
{{readme}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters