Text Classification
LiteRT
LiteRT
multilingual
text
topic-classification
content-classification
multi-label
on-device
core-ml
Instructions to use desert-ant-labs/gist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use desert-ant-labs/gist with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Sync card from manifest.json
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ scores can be aggregated across a collection (for example into channel- or feed-
|
|
| 58 |
**Swift** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#swift))
|
| 59 |
|
| 60 |
```swift
|
| 61 |
-
.package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.
|
| 62 |
```
|
| 63 |
|
| 64 |
Then add the `Gist` product to your target.
|
|
@@ -66,7 +66,7 @@ Then add the `Gist` product to your target.
|
|
| 66 |
**Kotlin** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#android))
|
| 67 |
|
| 68 |
```kotlin
|
| 69 |
-
implementation("ai.desertant:gist:3.
|
| 70 |
```
|
| 71 |
|
| 72 |
**JavaScript** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#javascript-and-typescript))
|
|
|
|
| 58 |
**Swift** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#swift))
|
| 59 |
|
| 60 |
```swift
|
| 61 |
+
.package(url: "https://github.com/Desert-Ant-Labs/desert-ant-core.git", from: "3.2.0")
|
| 62 |
```
|
| 63 |
|
| 64 |
Then add the `Gist` product to your target.
|
|
|
|
| 66 |
**Kotlin** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#android))
|
| 67 |
|
| 68 |
```kotlin
|
| 69 |
+
implementation("ai.desertant:gist:3.2.0")
|
| 70 |
```
|
| 71 |
|
| 72 |
**JavaScript** ([requirements](https://github.com/Desert-Ant-Labs/desert-ant-core/blob/main/README.md#javascript-and-typescript))
|