File size: 338 Bytes
582e5af |
1 2 3 4 5 6 7 8 9 10 11 12 |
{
"model": "distilbert-base-uncased",
"dim": 768,
"description": "DistilBERT model for text embedding, suitable for general English tasks.",
"license": "apache-2.0",
"size_in_GB": 0.25,
"sources": {
"hf": "your_hf_username/distilbert-base-uncased-onnx"
},
"model_file": "model.onnx"
}
|