Commit
·
28326ad
1
Parent(s):
93163f2
Training in progress epoch 0
Browse files- README.md +53 -0
- config.json +46 -0
- logs/train/events.out.tfevents.1662714507.ec36290bf41f.121.0.v2 +3 -0
- logs/train/events.out.tfevents.1662714521.ec36290bf41f.profile-empty +3 -0
- logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.kernel_stats.pb +3 -0
- logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1662714791.ec36290bf41f.121.1.v2 +3 -0
- special_tokens_map.json +7 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- generated_from_keras_callback
|
5 |
+
model-index:
|
6 |
+
- name: HuggingAlex1247/gbert-large-germaner
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
11 |
+
probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# HuggingAlex1247/gbert-large-germaner
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [deepset/gbert-large](https://huggingface.co/deepset/gbert-large) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.1216
|
18 |
+
- Validation Loss: 0.0809
|
19 |
+
- Epoch: 0
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 13915, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
39 |
+
- training_precision: float32
|
40 |
+
|
41 |
+
### Training results
|
42 |
+
|
43 |
+
| Train Loss | Validation Loss | Epoch |
|
44 |
+
|:----------:|:---------------:|:-----:|
|
45 |
+
| 0.1216 | 0.0809 | 0 |
|
46 |
+
|
47 |
+
|
48 |
+
### Framework versions
|
49 |
+
|
50 |
+
- Transformers 4.21.3
|
51 |
+
- TensorFlow 2.6.2
|
52 |
+
- Datasets 1.18.0
|
53 |
+
- Tokenizers 0.12.1
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepset/gbert-large",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
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": 1024,
|
11 |
+
"id2label": {
|
12 |
+
"0": "B-LOC",
|
13 |
+
"1": "B-ORG",
|
14 |
+
"2": "B-OTH",
|
15 |
+
"3": "B-PER",
|
16 |
+
"4": "I-LOC",
|
17 |
+
"5": "I-ORG",
|
18 |
+
"6": "I-OTH",
|
19 |
+
"7": "I-PER",
|
20 |
+
"8": "O"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 4096,
|
24 |
+
"label2id": {
|
25 |
+
"B-LOC": "0",
|
26 |
+
"B-ORG": "1",
|
27 |
+
"B-OTH": "2",
|
28 |
+
"B-PER": "3",
|
29 |
+
"I-LOC": "4",
|
30 |
+
"I-ORG": "5",
|
31 |
+
"I-OTH": "6",
|
32 |
+
"I-PER": "7",
|
33 |
+
"O": "8"
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_type": "bert",
|
38 |
+
"num_attention_heads": 16,
|
39 |
+
"num_hidden_layers": 24,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"position_embedding_type": "absolute",
|
42 |
+
"transformers_version": "4.21.3",
|
43 |
+
"type_vocab_size": 2,
|
44 |
+
"use_cache": true,
|
45 |
+
"vocab_size": 31102
|
46 |
+
}
|
logs/train/events.out.tfevents.1662714507.ec36290bf41f.121.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c78b214f2261f05ddbbb84fc0e1cca496f8d62a06cd5ea0f31e33f72d10f753b
|
3 |
+
size 5702766
|
logs/train/events.out.tfevents.1662714521.ec36290bf41f.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:567461086b07b2db3d3c66b5a3dfec7144811a4a4781ebf608d281b73c5feef0
|
3 |
+
size 40
|
logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8866855d54b50c631e063cb6171fa0fedc82e61d18a281cee6c958f1aea274ef
|
3 |
+
size 3048
|
logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.kernel_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f8f0cd428b1633faf84a7567facd2e4b49ff25df07fa0774f88af8074f755f2
|
3 |
+
size 288620
|
logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51fa45e89280844873ccb2fa557fc3af3a429cc7f6d9e61f8c121a06f24f7af5
|
3 |
+
size 52367
|
logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a323a55799327b3afd0b97bc5bf8e36597b830c97db5f42afb695755a3dff476
|
3 |
+
size 5355
|
logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c3c5a0c2aa209fcd1ef90f8e003c8b05e290f9e45d2f557930d60f599e407f6
|
3 |
+
size 182369
|
logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93ff92b242bcf6d904e7c34d7b7c1016600d0524aca2955a1563e0a2e475c878
|
3 |
+
size 525563
|
logs/train/plugins/profile/2022_09_09_09_08_41/ec36290bf41f.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76726dedb4f0a70999d447295fcfc32c5b968fd3dfa38b486cc0d3af2645f84a
|
3 |
+
size 4430492
|
logs/validation/events.out.tfevents.1662714791.ec36290bf41f.121.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95599bd5d5070b09b8fdb5bea5ab27d7c60b4dfe11cae6edbb9203a55f6b7832
|
3 |
+
size 194
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38560acd9e1cd2b754606f94af5de5e5f16f7d66339c4cbcc299df9fd248d7ea
|
3 |
+
size 1339331396
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": false,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"max_len": 512,
|
7 |
+
"name_or_path": "deepset/gbert-large",
|
8 |
+
"never_split": null,
|
9 |
+
"pad_token": "[PAD]",
|
10 |
+
"sep_token": "[SEP]",
|
11 |
+
"special_tokens_map_file": null,
|
12 |
+
"strip_accents": false,
|
13 |
+
"tokenize_chinese_chars": true,
|
14 |
+
"tokenizer_class": "BertTokenizer",
|
15 |
+
"unk_token": "[UNK]"
|
16 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|