License |
License |
---|---|
Categories |
CategoriesDJL Business Logic Libraries Machine Learning |
GroupId | GroupIdai.djl.huggingface |
ArtifactId | ArtifactIdtokenizers |
Last Version | Last Version0.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDJL NLP utilities for Huggingface tokenizers
Deep Java Library (DJL) NLP utilities for Huggingface tokenizers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tokenizers-0.17.0.pom | |
tokenizers-0.17.0.jar | 15 MB |
tokenizers-0.17.0-sources.jar | 7 KB |
tokenizers-0.17.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.huggingface/tokenizers/ -->
<dependency>
<groupId>ai.djl.huggingface</groupId>
<artifactId>tokenizers</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.huggingface/tokenizers/
implementation 'ai.djl.huggingface:tokenizers:0.17.0'
// https://jarcasting.com/artifacts/ai.djl.huggingface/tokenizers/
implementation ("ai.djl.huggingface:tokenizers:0.17.0")
'ai.djl.huggingface:tokenizers:jar:0.17.0'
<dependency org="ai.djl.huggingface" name="tokenizers" rev="0.17.0">
<artifact name="tokenizers" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.huggingface', module='tokenizers', version='0.17.0')
)
libraryDependencies += "ai.djl.huggingface" % "tokenizers" % "0.17.0"
[ai.djl.huggingface/tokenizers "0.17.0"]
Group / Artifact | Type | Version |
---|---|---|
ai.djl : api | jar | 0.17.0 |