Zero-Shot Classification
Transformers.js
ONNX
Spanish
electra
text-classification
onnx, transformers.js, zero-shot
Instructions to use iagovar/zeroshot_selectra_medium_onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use iagovar/zeroshot_selectra_medium_onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('zero-shot-classification', 'iagovar/zeroshot_selectra_medium_onnx');
Changing folder structure so it can be imported
Browse files- zeroshot_selectra_medium/config.json β config.json +0 -0
- {zeroshot_selectra_medium/onnx β onnx}/model.onnx +0 -0
- {zeroshot_selectra_medium/onnx β onnx}/model_quantized.onnx +0 -0
- zeroshot_selectra_medium/quantize_config.json β quantize_config.json +0 -0
- zeroshot_selectra_medium/special_tokens_map.json β special_tokens_map.json +0 -0
- zeroshot_selectra_medium/tokenizer.json β tokenizer.json +0 -0
- zeroshot_selectra_medium/tokenizer_config.json β tokenizer_config.json +0 -0
- zeroshot_selectra_medium/vocab.txt β vocab.txt +0 -0
zeroshot_selectra_medium/config.json β config.json
RENAMED
|
File without changes
|
{zeroshot_selectra_medium/onnx β onnx}/model.onnx
RENAMED
|
File without changes
|
{zeroshot_selectra_medium/onnx β onnx}/model_quantized.onnx
RENAMED
|
File without changes
|
zeroshot_selectra_medium/quantize_config.json β quantize_config.json
RENAMED
|
File without changes
|
zeroshot_selectra_medium/special_tokens_map.json β special_tokens_map.json
RENAMED
|
File without changes
|
zeroshot_selectra_medium/tokenizer.json β tokenizer.json
RENAMED
|
File without changes
|
zeroshot_selectra_medium/tokenizer_config.json β tokenizer_config.json
RENAMED
|
File without changes
|
zeroshot_selectra_medium/vocab.txt β vocab.txt
RENAMED
|
File without changes
|