Steelskull commited on
Commit
9051aa1
1 Parent(s): b764197

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -19
README.md CHANGED
@@ -45,6 +45,21 @@ base_model:
45
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
46
  }
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  .info img {
49
  width: 100%;
50
  border-radius: 10px;
@@ -60,24 +75,6 @@ a:hover {
60
  color: #A3BE8C;
61
  }
62
 
63
- a::before {
64
- content: '';
65
- position: absolute;
66
- width: 100%;
67
- height: 2px;
68
- bottom: -5px;
69
- left: 0;
70
- background-color: #A3BE8C;
71
- visibility: hidden;
72
- transform: scaleX(0);
73
- transition: all 0.3s ease-in-out;
74
- }
75
-
76
- a:hover::before {
77
- visibility: visible;
78
- transform: scaleX(1);
79
- }
80
-
81
  .button {
82
  display: inline-block;
83
  background-color: #5E81AC;
@@ -106,7 +103,7 @@ a:hover::before {
106
  <h1>Umbra-v3-MoE-4x11b</h1>
107
  </div>
108
  <div class="info">
109
- <img src="https://cdn-uploads.huggingface.co/umbra-v3-moe-visual.webp">
110
  <p><strong>Creator:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p>
111
  <p><strong>About Umbra-v3-MoE-4x11b:</strong> A Mixture of Experts model designed for general assistance with a special knack for storytelling and RP/ERP, built using LazyMergekit.</p>
112
  <p>Integrates models from notable sources for enhanced performance in diverse tasks.</p>
@@ -120,6 +117,17 @@ a:hover::before {
120
  <p><strong>Configuration Highlights:</strong> Features a carefully curated mix of positive and negative prompts tailored to leverage the unique strengths of each model, enhancing its general AI capabilities while maintaining prowess in creative storytelling.</p>
121
  <p><strong>Usage Instructions:</strong> Provided in the form of Python code snippets, making it easy for developers to integrate Umbra-v3 into their projects for advanced text generation tasks.</p>
122
  </div>
 
 
 
 
 
 
 
 
 
 
 
123
  </div>
124
  </body>
125
  </html>
 
45
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
46
  }
47
 
48
+ .update-section {
49
+ margin-top: 30px;
50
+ }
51
+
52
+ .update-section h2 {
53
+ font-size: 24px;
54
+ color: #88C0D0;
55
+ }
56
+
57
+ .update-section p {
58
+ font-size: 16px;
59
+ line-height: 1.6;
60
+ color: #ECEFF4;
61
+ }
62
+
63
  .info img {
64
  width: 100%;
65
  border-radius: 10px;
 
75
  color: #A3BE8C;
76
  }
77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  .button {
79
  display: inline-block;
80
  background-color: #5E81AC;
 
103
  <h1>Umbra-v3-MoE-4x11b</h1>
104
  </div>
105
  <div class="info">
106
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64545af5ec40bbbd01242ca6/cABf7IZa1IUwuy8jRYpU8.webp)">
107
  <p><strong>Creator:</strong> <a href="https://huggingface.co/Steelskull" target="_blank">SteelSkull</a></p>
108
  <p><strong>About Umbra-v3-MoE-4x11b:</strong> A Mixture of Experts model designed for general assistance with a special knack for storytelling and RP/ERP, built using LazyMergekit.</p>
109
  <p>Integrates models from notable sources for enhanced performance in diverse tasks.</p>
 
117
  <p><strong>Configuration Highlights:</strong> Features a carefully curated mix of positive and negative prompts tailored to leverage the unique strengths of each model, enhancing its general AI capabilities while maintaining prowess in creative storytelling.</p>
118
  <p><strong>Usage Instructions:</strong> Provided in the form of Python code snippets, making it easy for developers to integrate Umbra-v3 into their projects for advanced text generation tasks.</p>
119
  </div>
120
+ <div class="update-section">
121
+ <h2>Update Log:</h2>
122
+ <p>The [Umbra Series] keeps rolling out from the [Lumosia Series] garage, aiming to be your digital Alfred with a side of Shakespeare for those RP/ERP nights.</p>
123
+ <p><strong>What's Fresh in v3?</strong></p>
124
+ <p>Didn’t reinvent the wheel, just slapped on some fancier rims. Upgraded the models and tweaked the prompts a bit. Now, Umbra's not just a general use LLM; it's also focused on spinning stories and "Stories".</p>
125
+ <p><strong>Negative Prompt Minimalism</strong></p>
126
+ <p>Got the prompts to do a bit of a diet and gym routine—more beef on the positives, trimming down the negatives as usual with a dash of my midnight musings.</p>
127
+ <p><strong>Still Guessing, Aren’t We?</strong></p>
128
+ <p>Just so we're clear, "v3" is not the messiah of updates. It’s another experiment in the saga.</p>
129
+ <p>Dive into Umbra v3 and toss your two cents my way. Your feedback is the caffeine in my code marathon.</p>
130
+ </div>
131
  </div>
132
  </body>
133
  </html>