Amal17's picture
Upload folder using huggingface_hub
5849330 verified
raw
history blame contribute delete
495 Bytes
{
"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"
}