add model
Browse files- config.json +3 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"classifier_activation": true,
|
@@ -109,6 +110,7 @@
|
|
109 |
"num_feedforward_networks": 4,
|
110 |
"num_hidden_layers": 24,
|
111 |
"pad_token_id": 234,
|
|
|
112 |
"transformers_version": "4.20.1",
|
113 |
"trigram_input": true,
|
114 |
"true_hidden_size": 128,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "SharpAI/mal_tls-mobilebert",
|
3 |
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_activation": true,
|
|
|
110 |
"num_feedforward_networks": 4,
|
111 |
"num_hidden_layers": 24,
|
112 |
"pad_token_id": 234,
|
113 |
+
"torch_dtype": "float32",
|
114 |
"transformers_version": "4.20.1",
|
115 |
"trigram_input": true,
|
116 |
"true_hidden_size": 128,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cc1f9b8bdd09142793bf51eefff1bc1b6e5a5a9303b9b7d7183a14d8ba20186
|
3 |
+
size 38938157
|