first commit
Browse files- config.json +26 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tf_model.h5 +3 -0
- tokenizer_config.json +1 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/disk4/folder1/working/checkpoints/huggingface/T4_noTram2_BERT_norwegian_cased/native_pytorch/",
|
3 |
+
"attention_probs_dropout_prob": 0.1,
|
4 |
+
"backward_compatible": true,
|
5 |
+
"directionality": "bidi",
|
6 |
+
"gradient_checkpointing": false,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 3072,
|
12 |
+
"layer_norm_eps": 1e-12,
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"model_type": "bert",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 12,
|
17 |
+
"pad_token_id": 0,
|
18 |
+
"pooler_fc_size": 768,
|
19 |
+
"pooler_num_attention_heads": 12,
|
20 |
+
"pooler_num_fc_layers": 3,
|
21 |
+
"pooler_size_per_head": 128,
|
22 |
+
"pooler_type": "first_token_transform",
|
23 |
+
"position_embedding_type": "absolute",
|
24 |
+
"type_vocab_size": 2,
|
25 |
+
"vocab_size": 119547
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b69fc88907abfb0be48988175cbcdf532e4f28d591277fa250715cff1baa957
|
3 |
+
size 714355318
|
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:7e99c181b56eee8fc7d3b8f4575ff898e3eac95d12b5b3a63843ee6351d7e18f
|
3 |
+
size 1083386716
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "/disk4/folder1/working/checkpoints/huggingface/T4_noTram2_BERT_norwegian_cased/native_pytorch/", "do_basic_tokenize": true, "never_split": null}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|