File size: 559 Bytes
59f8dd3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"name": "BERT Text Classification Model",
"task": "Text Classification",
"model_type": "BERT",
"description": "A simple demo model for text classification using BERT.",
"keywords": ["text classification", "BERT", "demo"],
"license": "MIT",
"source": "https://huggingface.co/transformers/model_doc/bert.html",
"tags": ["demo", "text classification", "BERT"],
"references": [
{
"title": "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding",
"url": "https://arxiv.org/abs/1810.04805"
}
]
}
|