File size: 490 Bytes
653498a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"schema_version": "1.0",
"name": "scibert-int8",
"version": "1.0.1",
"type": "single",
"model_class": "BERTEmbedder",
"embedding_dim": 768,
"min_justembed_version": "0.1.1a9",
"description": "Scientific paper embeddings for academic research and technical literature (INT8 quantized)",
"files": null,
"metadata": null,
"stages": null,
"max_sequence_length": 512,
"license": "Apache-2.0",
"source": "allenai/scibert_scivocab_uncased",
"quantization": "int8"
} |