HuggingAlex1247 commited on
Commit
7ebd094
·
1 Parent(s): df831cc

Training in progress epoch 0

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_keras_callback
5
+ model-index:
6
+ - name: HuggingAlex1247/gelectra-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/gelectra-large-germaner
14
+
15
+ This model is a fine-tuned version of [deepset/gelectra-large](https://huggingface.co/deepset/gelectra-large) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.1696
18
+ - Validation Loss: 0.0800
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': 3475, '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.1696 | 0.0800 | 0 |
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.22.2
51
+ - TensorFlow 2.6.2
52
+ - Datasets 1.18.0
53
+ - Tokenizers 0.12.1
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "deepset/gelectra-large",
3
+ "architectures": [
4
+ "ElectraForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 1024,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "B-LOC",
14
+ "1": "B-ORG",
15
+ "2": "B-OTH",
16
+ "3": "B-PER",
17
+ "4": "I-LOC",
18
+ "5": "I-ORG",
19
+ "6": "I-OTH",
20
+ "7": "I-PER",
21
+ "8": "O"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 4096,
25
+ "label2id": {
26
+ "B-LOC": "0",
27
+ "B-ORG": "1",
28
+ "B-OTH": "2",
29
+ "B-PER": "3",
30
+ "I-LOC": "4",
31
+ "I-ORG": "5",
32
+ "I-OTH": "6",
33
+ "I-PER": "7",
34
+ "O": "8"
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "electra",
39
+ "num_attention_heads": 16,
40
+ "num_hidden_layers": 24,
41
+ "pad_token_id": 0,
42
+ "position_embedding_type": "absolute",
43
+ "summary_activation": "gelu",
44
+ "summary_last_dropout": 0.1,
45
+ "summary_type": "first",
46
+ "summary_use_proj": true,
47
+ "transformers_version": "4.22.2",
48
+ "type_vocab_size": 2,
49
+ "use_cache": true,
50
+ "vocab_size": 31102
51
+ }
logs/train/events.out.tfevents.1664991962.9791291a9c7a.105.0.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fcb4aa0908d1ade5dca431d054fc796289ec2af9c161bf2d0b56eaf8354eead
3
+ size 5935892
logs/train/events.out.tfevents.1664991977.9791291a9c7a.profile-empty ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23087ade0b04a4e5c9fe71042def53edfc319cf00e5211405c512d1372558813
3
+ size 40
logs/train/plugins/profile/2022_10_05_17_46_17/9791291a9c7a.input_pipeline.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9867e1f5ee088f8a22912026b8c1394046cec2276a00918d06daf8080412e3
3
+ size 3069
logs/train/plugins/profile/2022_10_05_17_46_17/9791291a9c7a.kernel_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:559f2f7568e880594dedcdce24bc2a259d5acde7c52d3b45d9c86cf8cada20af
3
+ size 287748
logs/train/plugins/profile/2022_10_05_17_46_17/9791291a9c7a.memory_profile.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2360a3b9ceef1ab51d3dbf3045a879cf228ad5becf02c86f3b03a99efca0f46d
3
+ size 53607
logs/train/plugins/profile/2022_10_05_17_46_17/9791291a9c7a.overview_page.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58416cbb5ba3f01c796b2582f4088084ae2f983b0c59e7ceebc2b13363a74adf
3
+ size 5944
logs/train/plugins/profile/2022_10_05_17_46_17/9791291a9c7a.tensorflow_stats.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9836da26a6d1e16cce5dd9faa3e640515535bcc21ca116494b54fb385d678dc2
3
+ size 202649
logs/train/plugins/profile/2022_10_05_17_46_17/9791291a9c7a.trace.json.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cabaf51822605ea8610d3cecf7d7cfe92ed2898c8f1e8d4ade2a14f7b4013f4
3
+ size 548968
logs/train/plugins/profile/2022_10_05_17_46_17/9791291a9c7a.xplane.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d28652add683ead626b005c0b63cabadee4fa390571570a31e009a3cd4452406
3
+ size 4541731
logs/validation/events.out.tfevents.1664992154.9791291a9c7a.105.1.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9597e94c0119224d7b60352e02a9c9a9c7aed90a198f07c8f7ec5eef66056ec
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:7210bc26ccdde2c50c6b5b1af88fefee56f1249590e143219ecffc972c45713f
3
+ size 1339333944
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/gelectra-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": "ElectraTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff