Upload BertForSequenceClassification
Browse files- config.json +4 -2
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"BertForSequenceClassification"
|
4 |
],
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"classifier_dropout": null,
|
7 |
"hidden_act": "gelu",
|
8 |
-
"hidden_dropout_prob": 0.
|
9 |
"hidden_size": 768,
|
10 |
"initializer_range": 0.02,
|
11 |
"intermediate_size": 3072,
|
@@ -16,8 +17,9 @@
|
|
16 |
"num_hidden_layers": 12,
|
17 |
"pad_token_id": 0,
|
18 |
"position_embedding_type": "absolute",
|
|
|
19 |
"torch_dtype": "float32",
|
20 |
-
"transformers_version": "4.
|
21 |
"type_vocab_size": 2,
|
22 |
"use_cache": true,
|
23 |
"vocab_size": 32000
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "dbmdz/bert-base-turkish-uncased",
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
8 |
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.49405681726705886,
|
10 |
"hidden_size": 768,
|
11 |
"initializer_range": 0.02,
|
12 |
"intermediate_size": 3072,
|
|
|
17 |
"num_hidden_layers": 12,
|
18 |
"pad_token_id": 0,
|
19 |
"position_embedding_type": "absolute",
|
20 |
+
"problem_type": "single_label_classification",
|
21 |
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.44.0",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 32000
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442499064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54603c5dc30f99be3167e5b1b2394b33be1ff822702b11e3e5505a3670e45ed2
|
3 |
size 442499064
|