Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +32 -0
- pytorch_model.bin +3 -0
- runs/Dec02_16-30-08_a4fd9067a552/1638462634.6315823/events.out.tfevents.1638462634.a4fd9067a552.60.1 +3 -0
- runs/Dec02_16-30-08_a4fd9067a552/events.out.tfevents.1638462634.a4fd9067a552.60.0 +3 -0
- runs/Dec02_16-37-46_a4fd9067a552/1638463080.6904776/events.out.tfevents.1638463080.a4fd9067a552.60.3 +3 -0
- runs/Dec02_16-37-46_a4fd9067a552/events.out.tfevents.1638463080.a4fd9067a552.60.2 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Maltehb/-l-ctra-danish-electra-small-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 128,
|
9 |
+
"generator_size": "0.25",
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 256,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 1024,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"max_position_embeddings": 512,
|
17 |
+
"model_type": "electra",
|
18 |
+
"num_attention_heads": 4,
|
19 |
+
"num_hidden_layers": 12,
|
20 |
+
"pad_token_id": 0,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
+
"summary_activation": "gelu",
|
24 |
+
"summary_last_dropout": 0.1,
|
25 |
+
"summary_type": "first",
|
26 |
+
"summary_use_proj": true,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.12.5",
|
29 |
+
"type_vocab_size": 2,
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 32000
|
32 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:192282ed71868df0c8356c45acdcda231cf66b49df270ae124c4df477ff380b2
|
3 |
+
size 55037161
|
runs/Dec02_16-30-08_a4fd9067a552/1638462634.6315823/events.out.tfevents.1638462634.a4fd9067a552.60.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9479f2a27f84e1af782f1330f4c563c6aa10581a841d312be7d63fa9c43a8f7d
|
3 |
+
size 4636
|
runs/Dec02_16-30-08_a4fd9067a552/events.out.tfevents.1638462634.a4fd9067a552.60.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:924e84d340e008c726c2ac27189cd23cea6843865bfc93e7c0dc464e607792f1
|
3 |
+
size 3446
|
runs/Dec02_16-37-46_a4fd9067a552/1638463080.6904776/events.out.tfevents.1638463080.a4fd9067a552.60.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3758b1df27ba6e3162367e2e6ef5f6eadb9cb12334a6d9bbdf4e172b81138926
|
3 |
+
size 4636
|
runs/Dec02_16-37-46_a4fd9067a552/events.out.tfevents.1638463080.a4fd9067a552.60.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66b7611b94c8b5bfcf6923b6f98169b1dccc21c641c510de9150dc708864efe4
|
3 |
+
size 3717
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
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": null, "special_tokens_map_file": null, "full_tokenizer_file": null, "model_max_length": 128, "name_or_path": "Maltehb/-l-ctra-danish-electra-small-uncased", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:380ff56f3b7879539d73d932b8b1a209083b67a42cb4ce5ee5a4777379bc026b
|
3 |
+
size 2927
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|