Upload BertForSequenceClassification
Browse files- config.json +1 -7
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "google/bert_uncased_L-2_H-128_A-2",
|
| 3 |
-
"adapters": {
|
| 4 |
-
"adapters": {},
|
| 5 |
-
"config_map": {},
|
| 6 |
-
"fusion_config_map": {},
|
| 7 |
-
"fusions": {}
|
| 8 |
-
},
|
| 9 |
"architectures": [
|
| 10 |
"BertForSequenceClassification"
|
| 11 |
],
|
|
@@ -33,7 +27,7 @@
|
|
| 33 |
"position_embedding_type": "absolute",
|
| 34 |
"problem_type": "single_label_classification",
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.
|
| 37 |
"type_vocab_size": 2,
|
| 38 |
"use_cache": true,
|
| 39 |
"vocab_size": 30522
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "google/bert_uncased_L-2_H-128_A-2",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 27 |
"position_embedding_type": "absolute",
|
| 28 |
"problem_type": "single_label_classification",
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
+
"transformers_version": "4.30.2",
|
| 31 |
"type_vocab_size": 2,
|
| 32 |
"use_cache": true,
|
| 33 |
"vocab_size": 30522
|
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:391e0fc05bd685bfaaa778e847f18e2fee22d3fe58f3ff02cea9ddee2d535230
|
| 3 |
+
size 17562607
|