| { | |
| "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" | |
| } | |
| ] | |
| } | |