p1atdev commited on
Commit
c4841a8
1 Parent(s): 7506a7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -129,11 +129,11 @@ The trained sentences are essentially composed of the following elements, arrang
129
  - if `[RATING_PARENT]` is `rating:sfw`: `rating:general`, `rating:sensitive`
130
  - else: `rating:questionable`, `rating:explicit`
131
  - `<copyright>[COPYRIGHT, ...]</copyright>`: The block of copyright tags.
132
- - [COPYRIGHT, ...]: All supported copyright tags can be seen in [TODO]()
133
  - `<character>[CHARACTER, ...]</character>`: The block of character tags.
134
- - [CHARACTER, ...]: All supported character tags can be seen in [TODO]()
135
  - `<general>[GENERAL, ...]</general>`: The block of general tags.
136
- - [GENERAL, ...]: All supported general tags can be seen in [TODO]()
137
  - `<|eos|>`: The eos (end of sentence) token
138
 
139
  - Tags other than special tokens are separated by commas.
 
129
  - if `[RATING_PARENT]` is `rating:sfw`: `rating:general`, `rating:sensitive`
130
  - else: `rating:questionable`, `rating:explicit`
131
  - `<copyright>[COPYRIGHT, ...]</copyright>`: The block of copyright tags.
132
+ - [COPYRIGHT, ...]: All supported copyright tags can be seen in [here](https://huggingface.co/p1atdev/dart-v1-base/tree/main/tags)
133
  - `<character>[CHARACTER, ...]</character>`: The block of character tags.
134
+ - [CHARACTER, ...]: All supported character tags can be seen in [here](https://huggingface.co/p1atdev/dart-v1-base/tree/main/tags)
135
  - `<general>[GENERAL, ...]</general>`: The block of general tags.
136
+ - [GENERAL, ...]: All supported general tags can be seen in [here](https://huggingface.co/p1atdev/dart-v1-base/tree/main/tags)
137
  - `<|eos|>`: The eos (end of sentence) token
138
 
139
  - Tags other than special tokens are separated by commas.