add model
Browse files- config.json +2 -0
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
@@ -104,6 +105,7 @@
|
|
104 |
"num_hidden_layers": 24,
|
105 |
"pad_token_id": 193,
|
106 |
"position_embedding_type": "absolute",
|
|
|
107 |
"transformers_version": "4.20.1",
|
108 |
"type_vocab_size": 2,
|
109 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "SharpAI/mal_tls",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
105 |
"num_hidden_layers": 24,
|
106 |
"pad_token_id": 193,
|
107 |
"position_embedding_type": "absolute",
|
108 |
+
"torch_dtype": "float32",
|
109 |
"transformers_version": "4.20.1",
|
110 |
"type_vocab_size": 2,
|
111 |
"use_cache": true,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b30a3b4f732c7406b415c985bb86a137d67acc914162027742e3639fd037388
|
3 |
+
size 38896173
|