add model
Browse files- config.json +2 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
@@ -104,6 +105,7 @@
|
|
104 |
"num_hidden_layers": 12,
|
105 |
"pad_token_id": 234,
|
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-bert-base",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
105 |
"num_hidden_layers": 12,
|
106 |
"pad_token_id": 234,
|
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
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d08a5c7b8ee7afda09edc2d73e6bea1a1496f2b3af874ea1a46ce74d72debaf4
|
3 |
+
size 21111021
|