p1atdev commited on
Commit
c06e5da
1 Parent(s): 18f2f2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -131,9 +131,9 @@ The trained sentences are essentially composed of the following elements, arrang
131
  - if `[RATING_PARENT]` is `rating:sfw`: `rating:general`, `rating:sensitive`
132
  - else: `rating:questionable`, `rating:explicit`
133
  - `<copyright>[COPYRIGHT, ...]</copyright>`: The block of copyright tags.
134
- - [COPYRIGHT, ...]: All supported copyright tags can be seen in [TODO]()
135
  - `<character>[CHARACTER, ...]</character>`: The block of character tags.
136
- - [CHARACTER, ...]: All supported character tags can be seen in [TODO]()
137
  - `<general>[LENGTH_TOKEN][GENERAL, ...]<|input_end|>[COMPLETION]</general>`: The block of general tags.
138
  - [LENGTH_TOKEN]: A token to specify **total** amount of general tags.
139
  - Avaiable:
@@ -141,7 +141,7 @@ The trained sentences are essentially composed of the following elements, arrang
141
  - `<|short|>`: less than 20 tags
142
  - `<|long|>`: less than 40 tags (recommended)
143
  - `<|very_long|>`: more than 40 tags
144
- - [GENERAL, ...]: All supported general tags can be seen in [TODO]()
145
  - `<|input_end|>`: A tag to show the end of input. Set this token at last of prompt.
146
  - [COMPLETION]: The model complete tags in alphabetical order.
147
  - `<|eos|>`: The eos (end of sentence) token
 
131
  - if `[RATING_PARENT]` is `rating:sfw`: `rating:general`, `rating:sensitive`
132
  - else: `rating:questionable`, `rating:explicit`
133
  - `<copyright>[COPYRIGHT, ...]</copyright>`: The block of copyright tags.
134
+ - [COPYRIGHT, ...]: All supported copyright tags can be seen in [here](https://huggingface.co/p1atdev/dart-v1-sft/tree/main/tags)
135
  - `<character>[CHARACTER, ...]</character>`: The block of character tags.
136
+ - [CHARACTER, ...]: All supported character tags can be seen in [here](https://huggingface.co/p1atdev/dart-v1-sft/tree/main/tags)
137
  - `<general>[LENGTH_TOKEN][GENERAL, ...]<|input_end|>[COMPLETION]</general>`: The block of general tags.
138
  - [LENGTH_TOKEN]: A token to specify **total** amount of general tags.
139
  - Avaiable:
 
141
  - `<|short|>`: less than 20 tags
142
  - `<|long|>`: less than 40 tags (recommended)
143
  - `<|very_long|>`: more than 40 tags
144
+ - [GENERAL, ...]: All supported general tags can be seen in [here](https://huggingface.co/p1atdev/dart-v1-sft/tree/main/tags)
145
  - `<|input_end|>`: A tag to show the end of input. Set this token at last of prompt.
146
  - [COMPLETION]: The model complete tags in alphabetical order.
147
  - `<|eos|>`: The eos (end of sentence) token