reciTAL/mlsum
Updated • 1.82k • 55
How to use onnx-community/t5-small-german-ONNX with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('summarization', 'onnx-community/t5-small-german-ONNX');This is an ONNX version of Shahm/t5-small-german. It was automatically converted and uploaded using this Hugging Face Space.
See the pipeline documentation for summarization: https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.SummarizationPipeline
This model is a fine-tuned version of t5-small on the mlsum de 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
Shahm/t5-small-german