Edge RAG LLMs
Collection
Lightweight LLMs specialised in RAG based on t5, bart, bert, roberta with ONNX conversion • 26 items • Updated • 1
How to use tomasmcm/vmware-deberta-v3-base-mrqa-onnx with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('question-answering', 'tomasmcm/vmware-deberta-v3-base-mrqa-onnx');This is an ONNX version of VMware/deberta-v3-base-mrqa. It was automatically converted and uploaded using this space.
Base model
VMware/deberta-v3-base-mrqa