Japanese Fake News Detector

self.bert = BertModel.from_pretrained(model_name, output_hidden_states=True)
        self.n_layers = n_layers
        hidden_size = 768 * n_layers
        self.dropout = nn.Dropout(0.1)
        self.classifier = nn.Linear(hidden_size, 3)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.