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');
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 50256, | |
| "eos_token_id": 50256, | |
| "pad_token_id": 50256, | |
| "transformers_version": "4.36.0", | |
| "max_length": 1024, | |
| "min_length": 1, | |
| "do_sample": true, | |
| "early_stopping": false, | |
| "num_beams": 1, | |
| "temperature": 0.7, | |
| "top_k": 50, | |
| "top_p": 0.9, | |
| "repetition_penalty": 1.2, | |
| "length_penalty": 1, | |
| "no_repeat_ngram_size": 3, | |
| "num_return_sequences": 1, | |
| "output_scores": false, | |
| "return_dict_in_generate": true | |
| } |