End of training
Browse files- .gitignore +1 -0
- config.json +48 -0
- pytorch_model.bin +3 -0
- runs/Dec01_20-23-56_63c011450fb2/1638390268.3184686/events.out.tfevents.1638390268.63c011450fb2.62.7 +3 -0
- runs/Dec01_20-23-56_63c011450fb2/events.out.tfevents.1638390268.63c011450fb2.62.6 +3 -0
- runs/Dec01_20-23-56_63c011450fb2/events.out.tfevents.1638390716.63c011450fb2.62.8 +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,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "DCU-NLP/electra-base-irish-cased-generator-v1",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 768,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 256,
|
12 |
+
"id2label": {
|
13 |
+
"0": "O",
|
14 |
+
"1": "B-PER",
|
15 |
+
"2": "I-PER",
|
16 |
+
"3": "B-ORG",
|
17 |
+
"4": "I-ORG",
|
18 |
+
"5": "B-LOC",
|
19 |
+
"6": "I-LOC"
|
20 |
+
},
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 1024,
|
23 |
+
"label2id": {
|
24 |
+
"B-LOC": 5,
|
25 |
+
"B-ORG": 3,
|
26 |
+
"B-PER": 1,
|
27 |
+
"I-LOC": 6,
|
28 |
+
"I-ORG": 4,
|
29 |
+
"I-PER": 2,
|
30 |
+
"O": 0
|
31 |
+
},
|
32 |
+
"layer_norm_eps": 1e-12,
|
33 |
+
"max_position_embeddings": 512,
|
34 |
+
"model_type": "electra",
|
35 |
+
"num_attention_heads": 4,
|
36 |
+
"num_hidden_layers": 12,
|
37 |
+
"pad_token_id": 0,
|
38 |
+
"position_embedding_type": "absolute",
|
39 |
+
"summary_activation": "gelu",
|
40 |
+
"summary_last_dropout": 0.1,
|
41 |
+
"summary_type": "first",
|
42 |
+
"summary_use_proj": true,
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.12.5",
|
45 |
+
"type_vocab_size": 2,
|
46 |
+
"use_cache": true,
|
47 |
+
"vocab_size": 30101
|
48 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c2bfc9b31ffc06f7b9ce5ff6f940d175faf1c4b32c2b11ff07bd5f6985d7b7e8
|
3 |
+
size 132841005
|
runs/Dec01_20-23-56_63c011450fb2/1638390268.3184686/events.out.tfevents.1638390268.63c011450fb2.62.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db62ad72511c9754d3fc8ae445058f86d6295f50243c91a7850c608157e8fb2d
|
3 |
+
size 4624
|
runs/Dec01_20-23-56_63c011450fb2/events.out.tfevents.1638390268.63c011450fb2.62.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92ee9d84ff946fa421cca639f13a5d5259994e28d9095edb1c0216cdf95921f1
|
3 |
+
size 6367
|
runs/Dec01_20-23-56_63c011450fb2/events.out.tfevents.1638390716.63c011450fb2.62.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2618770568fccde18d4d7ff31e9777dd22f096b8a9a8d7415f8521b91294f112
|
3 |
+
size 512
|
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": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "max_len": 512, "add_prefix_space": true, "special_tokens_map_file": null, "name_or_path": "DCU-NLP/electra-base-irish-cased-generator-v1", "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:944b970b68663577552fb1c833d15f74eac9f136282e4c9b1c6fd7a62edc0388
|
3 |
+
size 2927
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|