p1atdev commited on
Commit
41163ff
1 Parent(s): 7a4e2c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,7 +30,7 @@ Demo: [🤗 Space with ZERO](https://huggingface.co/spaces/p1atdev/danbooru-tags
30
 
31
  ## Usage
32
 
33
- ## Using 🤗Transformers
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