Training in progress epoch 0
Browse files- README.md +53 -0
- config.json +46 -0
- logs/train/events.out.tfevents.1651760269.bb3a84e6bfa0.11312.0.v2 +3 -0
- logs/train/events.out.tfevents.1651760288.bb3a84e6bfa0.profile-empty +3 -0
- logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.input_pipeline.pb +3 -0
- logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.kernel_stats.pb +3 -0
- logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.memory_profile.json.gz +3 -0
- logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.overview_page.pb +3 -0
- logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.tensorflow_stats.pb +3 -0
- logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.trace.json.gz +3 -0
- logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.xplane.pb +3 -0
- logs/validation/events.out.tfevents.1651760993.bb3a84e6bfa0.11312.1.v2 +3 -0
- special_tokens_map.json +1 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -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: Ruth/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 |
+
# Ruth/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.1236
|
18 |
+
- Validation Loss: 0.0807
|
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': 2e-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.1236 | 0.0807 | 0 |
|
46 |
+
|
47 |
+
|
48 |
+
### Framework versions
|
49 |
+
|
50 |
+
- Transformers 4.18.0
|
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.18.0",
|
43 |
+
"type_vocab_size": 2,
|
44 |
+
"use_cache": true,
|
45 |
+
"vocab_size": 31102
|
46 |
+
}
|
logs/train/events.out.tfevents.1651760269.bb3a84e6bfa0.11312.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d488dedb471568940bd4fd2879c9a2fe250efd984b6afbc46530f65ddbe8df83
|
3 |
+
size 5696838
|
logs/train/events.out.tfevents.1651760288.bb3a84e6bfa0.profile-empty
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44f7f98d7abaa9634f275079593530f6660ad7cc5a7c684d928219f51ba77fe6
|
3 |
+
size 40
|
logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.input_pipeline.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b20b425ea22d5a4d729ce73d2db6143bb4483ba742d0255c00e19119e6cc616
|
3 |
+
size 3052
|
logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.kernel_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:865a412e384153892db7d3f022da01dcb4ce391492e44c30f4419af3c5aa6c49
|
3 |
+
size 319316
|
logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.memory_profile.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1b816c9e8c284697cf65a4fc59a5f6fe14df8a2257c3e2082c6d0b67ce71614
|
3 |
+
size 52406
|
logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.overview_page.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de25b2dfacbcde16ed65bfd5a178adce965943b4558c2533a6ab7fea7e004efb
|
3 |
+
size 5407
|
logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.tensorflow_stats.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:471a83ab4a0899e3025d56678714c64a47ffad63c712814311fdb4f3d7098b3d
|
3 |
+
size 186597
|
logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.trace.json.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0edf234b339df1544dbba91c6b0170dabfa1ae481e956f07e69fe91de071812
|
3 |
+
size 551208
|
logs/train/plugins/profile/2022_05_05_14_18_08/bb3a84e6bfa0.xplane.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b8b80dd0514d3bd639b9a7bb041285cb62ade634ad93e2a49f77fc0e4705123
|
3 |
+
size 4492136
|
logs/validation/events.out.tfevents.1651760993.bb3a84e6bfa0.11312.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:05f7d821ddb7cc6e6887b92dddac584bc5351964830236834d0705606081460a
|
3 |
+
size 194
|
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:f297098f01be76ad3b98af04199d7e4a1bf7c1bf59604baa672eea11d9e87e43
|
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 @@
|
|
|
|
|
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": false, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "deepset/gbert-large", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|