|
--- |
|
library_name: transformers |
|
license: apache-2.0 |
|
base_model: EleutherAI/gpt-j-6b |
|
tags: |
|
- conversational |
|
datasets: |
|
- ToastyPigeon/disco-chat |
|
--- |
|
|
|
<style> |
|
.main { |
|
background-color: #ffffff; |
|
border-radius: 10px; |
|
padding: 1em; |
|
color: #000000; |
|
} |
|
h1, h2 { |
|
color: #000000; |
|
} |
|
.code-example { |
|
background: #f4f4f4; |
|
padding: 1em; |
|
margin: 1em 0; |
|
border-radius: 5px; |
|
font-family: monospace; |
|
white-space: pre-wrap; |
|
display: inline-block; |
|
color: #000000; |
|
} |
|
.code-example strong { |
|
font-weight: bold; |
|
color: #000000; |
|
} |
|
</style> |
|
|
|
<div class="main"> |
|
<h1>GPT J 6b - Disco Elysium</h1> |
|
<p>This one was just a funny bit to test out our new disco elysium conversations dataset :)</p> |
|
|
|
<h2>Examples of peak</h2> |
|
<p>the bold is my prompt, if in the excerpt</p> |
|
<pre class="code-example"><strong>Inland Empire:</strong> A thick layer of ash covers the ground. You can see the faint outline of the volcano that once stood here, but the land has been reclaimed by nature -- now a forest of young pines is slowly taking over the area. |
|
|
|
Inland Empire: The air is heavy with smoke and ash. A storm is brewing. |
|
|
|
You: "There's no way I'm going back there." |
|
|
|
Kim Kitsuragi: "I know." He nods. "We need to get out of this town as soon as possible." |
|
|
|
Composure: The lieutenant doesn't seem too worried. |
|
|
|
Suggestion: This is how it goes when you're in a situation where you don't want to go on living. It's all about staying calm. |
|
|
|
You: "What if we just drive around? We can keep looking for the car." |
|
|
|
Kim Kitsuragi: "That would be better than waiting for the storm to hit us." He looks at you. "Let's do it."</pre> |
|
|
|
<pre class="code-example">You: "I don't know. A <em>furry</em>? What is that?" |
|
|
|
Kim Kitsuragi: "It means a person who is into the <em>subculture</em> of <em>animal-themed</em> entertainment." |
|
|
|
You: "Like... animal porn?"</pre> |
|
|
|
<pre class="code-example">Furry Anal-Retentive: Kim Kitsuragi doesn't miss a beat when he asks about the difference between anthropomorphism and animalism. |
|
|
|
Empathy: You can feel his excitement.</pre> |
|
|
|
<pre class="code-example"><strong>Inland Empire:</strong> You see a <em>lot</em> of shit in the alley. A lot of garbage, a lot of shit. |
|
|
|
You: There's also some blood. |
|
|
|
Inland Empire: The blood is everywhere. It's like a bloody river. It's like... |
|
|
|
Shivers: Like it's spreading. Like it's reaching out. |
|
|
|
You: "How do you feel?" |
|
|
|
Kim Kitsuragi: "Like I'm being pulled under." He looks at his watch. "It's almost time for the autopsy." |
|
|
|
You: "I'll be there soon. I just want to check something first."</pre> |
|
|
|
<pre class="code-example"><strong>Kim Kitsuragi: "Solve for X in 1-X=0."</strong> |
|
|
|
You: "What does that even mean?" |
|
|
|
Kim Kitsuragi: "That's what you're supposed to do. Solve for X in 1-X=0." |
|
|
|
Rhetoric: That's a <em>very</em> old school way of thinking, isn't it? Solving equations like this is a job for computers and engineers nowadays. |
|
|
|
Encyclopedia: The Japanese also invented the word <em>hikikomori</em>, which refers to people who withdraw from society. This is probably why they have a high suicide rate...</pre> |
|
</div> |