Maltehb commited on
Commit
25b1e1d
1 Parent(s): 565d9bd

Uploaded TF checkpoint

Browse files
config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
 
2
  "architectures": [
3
- "BertForPreTraining"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
6
  "directionality": "bidi",
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
@@ -21,6 +23,9 @@
21
  "pooler_num_fc_layers": 3,
22
  "pooler_size_per_head": 128,
23
  "pooler_type": "first_token_transform",
 
 
24
  "type_vocab_size": 2,
 
25
  "vocab_size": 32000
26
  }
1
  {
2
+ "_name_or_path": "Maltehb/danish-bert-botxo",
3
  "architectures": [
4
+ "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
  "directionality": "bidi",
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
23
  "pooler_num_fc_layers": 3,
24
  "pooler_size_per_head": 128,
25
  "pooler_type": "first_token_transform",
26
+ "position_embedding_type": "absolute",
27
+ "transformers_version": "4.11.3",
28
  "type_vocab_size": 2,
29
+ "use_cache": true,
30
  "vocab_size": 32000
31
  }
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d60fb1bbf4298163daf78a65d9f692e0be4c80a64f162554848c633a6f7d94
3
+ size 440398864
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "strip_accents": false, "model_max_length": 512}
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "Maltehb/danish-bert-botxo", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}