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": 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-relu",
|
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
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c009ccf56833706dc96ca1b11c89b613170e8dd6fc156a2f24b179e830a8d378
|
3 |
+
size 21111021
|