Text Generation
Transformers.js
PyTorch
ONNX
Safetensors
English
gpt2
text-generation-inference
distillation
grpo
vae
agent
education
SLM
small
tiny
smol
distilled
micro
study
testing
blackbox
offline
localdb
Instructions to use webxos/microd_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use webxos/microd_v1 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'webxos/microd_v1');
Update README.md
Browse files
README.md
CHANGED
|
@@ -42,10 +42,12 @@ base_model:
|
|
| 42 |
</div>
|
| 43 |
|
| 44 |
# MICROD v1.0 (micro-distill-grpo-vae)
|
| 45 |
-
This model was made with the Micro Distillery app available at:
|
| 46 |
|
| 47 |
webxos.netlify.app/MICROD
|
| 48 |
|
|
|
|
|
|
|
| 49 |
<div id="app">
|
| 50 |
<!-- TOP BAR -->
|
| 51 |
<div class="top-bar">
|
|
|
|
| 42 |
</div>
|
| 43 |
|
| 44 |
# MICROD v1.0 (micro-distill-grpo-vae)
|
| 45 |
+
This model was made with the 'Micro Distillery' app available at:
|
| 46 |
|
| 47 |
webxos.netlify.app/MICROD
|
| 48 |
|
| 49 |
+
('Micro Distillery' is availabile for download in /micro_distillery/ folder)
|
| 50 |
+
|
| 51 |
<div id="app">
|
| 52 |
<!-- TOP BAR -->
|
| 53 |
<div class="top-bar">
|