Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: purple
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
-
<body onload="window.scrollTo({top: document.body.scrollHeight});">
|
10 |
<h1 id="smarter-npc-non-player-character-">Smarter NPC (non-player character)</h1>
|
11 |
<h4>Given a user input, <a href="https://huggingface.co/models/typeform/distilbert-base-uncased-mnlimess">distilbert-base-uncased-mnlimess</a> (Zero-Shot classification model) is used to find the closest action from the available set of actions ("dance","text","fight","run")</h4>
|
12 |
<p>This WebGL demo demonstrates how you can create smart NPC easily by using <a href="https://huggingface.co/inference-api">🤗 Inference API</a>.</p>
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<body onload="window.scrollTo({top: document.body.scrollHeight, behavior: 'smooth'});">
|
10 |
<h1 id="smarter-npc-non-player-character-">Smarter NPC (non-player character)</h1>
|
11 |
<h4>Given a user input, <a href="https://huggingface.co/models/typeform/distilbert-base-uncased-mnlimess">distilbert-base-uncased-mnlimess</a> (Zero-Shot classification model) is used to find the closest action from the available set of actions ("dance","text","fight","run")</h4>
|
12 |
<p>This WebGL demo demonstrates how you can create smart NPC easily by using <a href="https://huggingface.co/inference-api">🤗 Inference API</a>.</p>
|