Instructions to use sk1729271/revision-assistant-citation-need with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use sk1729271/revision-assistant-citation-need with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-classification', 'sk1729271/revision-assistant-citation-need');
Revision Assistant โ Citation Need
Quantized ONNX + tokenizer for browser / Transformers.js inference in Revision Assistant.
Files
onnx/model_quantized.onnxโ int8 quantized weights (preferred for browser)- tokenizer +
config.json/ort_config.json/inference_config.json
Metrics / inference config
{
"threshold": 0.55,
"base_model": "allenai/scibert_scivocab_uncased",
"max_len": 96,
"test_precision": 0.9414289028067734,
"test_recall": 0.8224744148343297,
"test_f1": 0.8779406197609648,
"test_roc_auc": 0.9571438004475947,
"n_train": 48000
}
- Downloads last month
- 51