shahrukhx01
commited on
Commit
•
254528a
1
Parent(s):
266c7a0
add model
Browse files- config.json +5 -1
- pytorch_model.bin +3 -0
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
|
|
|
|
3 |
"attention_probs_dropout_prob": 0.1,
|
4 |
"classifier_dropout": null,
|
5 |
"gradient_checkpointing": false,
|
@@ -16,6 +19,7 @@
|
|
16 |
"pad_token_id": 0,
|
17 |
"position_embedding_type": "absolute",
|
18 |
"problem_type": "single_label_classification",
|
|
|
19 |
"transformers_version": "4.10.3",
|
20 |
"type_vocab_size": 2,
|
21 |
"use_cache": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./model",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"gradient_checkpointing": false,
|
|
|
19 |
"pad_token_id": 0,
|
20 |
"position_embedding_type": "absolute",
|
21 |
"problem_type": "single_label_classification",
|
22 |
+
"torch_dtype": "float32",
|
23 |
"transformers_version": "4.10.3",
|
24 |
"type_vocab_size": 2,
|
25 |
"use_cache": true,
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed8aea328e22296918b975bca90304798accaf3be889199675cef0782d09652d
|
3 |
+
size 44718721
|