чето пытаюсь учить
Browse files- config.json +4 -4
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"BertForSequenceClassification"
|
| 4 |
],
|
| 5 |
-
"attention_probs_dropout_prob": 0.
|
| 6 |
-
"classifier_dropout":
|
| 7 |
"directionality": "bidi",
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
-
"hidden_dropout_prob": 0.
|
| 10 |
"hidden_size": 1024,
|
| 11 |
"id2label": {
|
| 12 |
"0": "LABEL_0",
|
|
@@ -34,7 +34,7 @@
|
|
| 34 |
"LABEL_8": 8,
|
| 35 |
"LABEL_9": 9
|
| 36 |
},
|
| 37 |
-
"layer_norm_eps": 1e-
|
| 38 |
"max_position_embeddings": 512,
|
| 39 |
"model_type": "bert",
|
| 40 |
"num_attention_heads": 16,
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertForSequenceClassification"
|
| 4 |
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
"directionality": "bidi",
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.2,
|
| 10 |
"hidden_size": 1024,
|
| 11 |
"id2label": {
|
| 12 |
"0": "LABEL_0",
|
|
|
|
| 34 |
"LABEL_8": 8,
|
| 35 |
"LABEL_9": 9
|
| 36 |
},
|
| 37 |
+
"layer_norm_eps": 1e-05,
|
| 38 |
"max_position_embeddings": 512,
|
| 39 |
"model_type": "bert",
|
| 40 |
"num_attention_heads": 16,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1707722936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fed3a45ef90dc82a4104165be5ea20029559e74dd63d8e466d502891091aa588
|
| 3 |
size 1707722936
|