FoodDesert commited on
Commit
d6cf9b6
1 Parent(s): c0165d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -50,7 +50,7 @@ the model avoids making mistakes that would make the generation more boring.
50
 
51
  ## Versions
52
 
53
- ### boring_e621
54
  - **Description**: The first proof of concept of this idea. It is less refined than the other versions, but its less-intense effect might still be desirable.
55
  - **Training Data Description**: A random selection of about 200 several-month-old images from e621.net having 0 favorites, fewer than 10(ish) up or down votes, and not having the tag "comic".
56
  - **Model Trained On**: [YE18](https://huggingface.co/Doubleyobro/yiffy-e18).
@@ -59,7 +59,7 @@ the model avoids making mistakes that would make the generation more boring.
59
  <br>
60
 
61
 
62
- ### boring_e621_v4
63
  - **Description**: Extends the basic Boring embedding idea with several improvements including:
64
  - Tweaks to how data was selected for inclusion.
65
  - Initialized with text "by <average vector representation of 100 low-scoring e621 artist names>" (which means that you should not have to use the word "by" to trigger it anymore)
@@ -70,7 +70,7 @@ the model avoids making mistakes that would make the generation more boring.
70
  <br>
71
 
72
 
73
- ### boring_e621_fluffyrock_v4
74
  - **Description**: A version of boring_e621_v4 trained on a different popular model that understands e621 tags.
75
  - **Training Data Description**: Identical training set to boring_e621_v4.
76
  - **Model Trained On**: [Some early non v-pred version of Fluffyrock](https://huggingface.co/lodestones/furryrock-model-safetensors).
@@ -79,7 +79,7 @@ the model avoids making mistakes that would make the generation more boring.
79
  <br>
80
 
81
 
82
- ### boring_pony_v1
83
  - **Description**: A proof of concept using a dataset collected from derpibooru.org and trained on a model that understands derpibooru tags.
84
  - **Training Data Description**: About 200 several-month-old images from derpibooru.org having 0 favorites, a score of <= 0, and fewer than 5 total up or down votes.
85
  - **Model Trained On**: [Pony Diffusion V4](https://huggingface.co/AstraliteHeart/pony-diffusion-v4)
 
50
 
51
  ## Versions
52
 
53
+ ### **boring_e621**:
54
  - **Description**: The first proof of concept of this idea. It is less refined than the other versions, but its less-intense effect might still be desirable.
55
  - **Training Data Description**: A random selection of about 200 several-month-old images from e621.net having 0 favorites, fewer than 10(ish) up or down votes, and not having the tag "comic".
56
  - **Model Trained On**: [YE18](https://huggingface.co/Doubleyobro/yiffy-e18).
 
59
  <br>
60
 
61
 
62
+ ### **boring_e621_v4**:
63
  - **Description**: Extends the basic Boring embedding idea with several improvements including:
64
  - Tweaks to how data was selected for inclusion.
65
  - Initialized with text "by <average vector representation of 100 low-scoring e621 artist names>" (which means that you should not have to use the word "by" to trigger it anymore)
 
70
  <br>
71
 
72
 
73
+ ### **boring_e621_fluffyrock_v4**:
74
  - **Description**: A version of boring_e621_v4 trained on a different popular model that understands e621 tags.
75
  - **Training Data Description**: Identical training set to boring_e621_v4.
76
  - **Model Trained On**: [Some early non v-pred version of Fluffyrock](https://huggingface.co/lodestones/furryrock-model-safetensors).
 
79
  <br>
80
 
81
 
82
+ ### **boring_pony_v1**:
83
  - **Description**: A proof of concept using a dataset collected from derpibooru.org and trained on a model that understands derpibooru tags.
84
  - **Training Data Description**: About 200 several-month-old images from derpibooru.org having 0 favorites, a score of <= 0, and fewer than 5 total up or down votes.
85
  - **Model Trained On**: [Pony Diffusion V4](https://huggingface.co/AstraliteHeart/pony-diffusion-v4)