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
|
@@ -10,6 +10,19 @@ tags:
|
|
| 10 |
- grpo
|
| 11 |
- vae
|
| 12 |
- pytorch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
base_model:
|
| 14 |
- openai-community/gpt2
|
| 15 |
---
|
|
|
|
| 10 |
- grpo
|
| 11 |
- vae
|
| 12 |
- pytorch
|
| 13 |
+
- agent
|
| 14 |
+
- education
|
| 15 |
+
- SLM
|
| 16 |
+
- small
|
| 17 |
+
- tiny
|
| 18 |
+
- smol
|
| 19 |
+
- distilled
|
| 20 |
+
- micro
|
| 21 |
+
- study
|
| 22 |
+
- testing
|
| 23 |
+
- blackbox
|
| 24 |
+
- offline
|
| 25 |
+
- localdb
|
| 26 |
base_model:
|
| 27 |
- openai-community/gpt2
|
| 28 |
---
|