File size: 495 Bytes
5849330 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"architectures": [
"BERTBiGRUClassifier"
],
"bert_model_name": "LazarusNLP/NusaBERT-large",
"bidirectional": true,
"concat_layers": true,
"dropout": 0.3,
"freeze_bert": false,
"freeze_from_start": false,
"freeze_n_layers": 0,
"gru_layers": 1,
"hidden_dim": 128,
"model_type": "bert-bigru",
"num_classes": 7,
"pooling": "mean",
"tokenizer_name": "LazarusNLP/NusaBERT-large",
"torch_dtype": "float32",
"transformers_version": "4.48.2"
}
|