Salesforce/wikitext
Viewer • Updated • 3.71M • 1.33M • 689
How to use onnx-community/tiny-gpt2-ONNX with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('text-generation', 'onnx-community/tiny-gpt2-ONNX');This is an ONNX version of taufeeque/tiny-gpt2. It was automatically converted and uploaded using this Hugging Face Space.
See the pipeline documentation for text-generation: https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.TextGenerationPipeline
This model is a fine-tuned version of gpt2_tiny_random on the wikitext wikitext-103-v1 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
taufeeque/tiny-gpt2