codebert-int8 / manifest.json
sekarkrishna's picture
Upload folder using huggingface_hub
29b7bbf verified
{
"schema_version": "1.0",
"name": "codebert-int8",
"version": "1.0.1",
"type": "single",
"model_class": "BERTEmbedder",
"embedding_dim": 768,
"min_justembed_version": "0.1.1a9",
"description": "Code embeddings for programming and software documentation (INT8 quantized)",
"files": null,
"metadata": null,
"stages": null,
"max_sequence_length": 512,
"license": "MIT",
"source": "microsoft/codebert-base",
"quantization": "int8"
}