NimaKL commited on
Commit
824e981
·
1 Parent(s): ae5ce40

Rename config (3).json to config.json

Browse files
Files changed (1) hide show
  1. config (3).json → config.json +11 -1
config (3).json → config.json RENAMED
@@ -1,5 +1,10 @@
1
  {
 
 
 
 
2
  "attention_probs_dropout_prob": 0.1,
 
3
  "hidden_act": "gelu",
4
  "hidden_dropout_prob": 0.1,
5
  "hidden_size": 768,
@@ -11,6 +16,11 @@
11
  "num_attention_heads": 12,
12
  "num_hidden_layers": 12,
13
  "pad_token_id": 0,
 
 
 
 
14
  "type_vocab_size": 2,
 
15
  "vocab_size": 32000
16
- }
 
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.1,
10
  "hidden_size": 768,
 
16
  "num_attention_heads": 12,
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.22.2",
23
  "type_vocab_size": 2,
24
+ "use_cache": true,
25
  "vocab_size": 32000
26
+ }