Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ Demo: [🤗 Space with ZERO](https://huggingface.co/spaces/p1atdev/danbooru-tags
|
|
30 |
|
31 |
## Usage
|
32 |
|
33 |
-
|
34 |
|
35 |
```py
|
36 |
import torch
|
@@ -70,7 +70,7 @@ print(", ".join([tag for tag in tokenizer.batch_decode(outputs[0], skip_special_
|
|
70 |
> [!WARNING]
|
71 |
> This library is very experimental and there will be breaking changes in the future.
|
72 |
|
73 |
-
📦`dartrs` is a [🤗`candle`](https://github.com/huggingface/candle) backend inference library for Dart v2 models.
|
74 |
|
75 |
```py
|
76 |
pip install -U dartrs
|
|
|
30 |
|
31 |
## Usage
|
32 |
|
33 |
+
### Using 🤗Transformers
|
34 |
|
35 |
```py
|
36 |
import torch
|
|
|
70 |
> [!WARNING]
|
71 |
> This library is very experimental and there will be breaking changes in the future.
|
72 |
|
73 |
+
[📦`dartrs`](https://github.com/p1atdev/dartrs) is a [🤗`candle`](https://github.com/huggingface/candle) backend inference library for Dart v2 models.
|
74 |
|
75 |
```py
|
76 |
pip install -U dartrs
|