Update README.md
Browse files
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 [
|
135 |
- `<character>[CHARACTER, ...]</character>`: The block of character tags.
|
136 |
-
- [CHARACTER, ...]: All supported character tags can be seen in [
|
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 [
|
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
|