Upload BertForSequenceClassification
Browse files- config.json +3 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "google-bert/bert-base-cased",
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
|
@@ -56,6 +56,8 @@
|
|
| 56 |
"num_hidden_layers": 12,
|
| 57 |
"pad_token_id": 0,
|
| 58 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
| 59 |
"transformers_version": "4.39.3",
|
| 60 |
"type_vocab_size": 2,
|
| 61 |
"use_cache": true,
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "google-bert/bert-base-cased",
|
| 3 |
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"classifier_dropout": null,
|
|
|
|
| 56 |
"num_hidden_layers": 12,
|
| 57 |
"pad_token_id": 0,
|
| 58 |
"position_embedding_type": "absolute",
|
| 59 |
+
"problem_type": "single_label_classification",
|
| 60 |
+
"torch_dtype": "float32",
|
| 61 |
"transformers_version": "4.39.3",
|
| 62 |
"type_vocab_size": 2,
|
| 63 |
"use_cache": true,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433316908
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:640126dd46900f14382555939628a35092cf65bc906a98f65ebd402e2b14c9d5
|
| 3 |
size 433316908
|