damand2061 commited on
Commit
05c6c8f
·
1 Parent(s): b2e5a76

End of training

Browse files
Files changed (7) hide show
  1. README.md +72 -0
  2. config.json +66 -0
  3. special_tokens_map.json +7 -0
  4. tf_model.h5 +3 -0
  5. tokenizer.json +0 -0
  6. tokenizer_config.json +57 -0
  7. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: indolem/indobertweet-base-uncased
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: damand2061/innermore-x-indobertweet-base-uncased
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # damand2061/innermore-x-indobertweet-base-uncased
15
+
16
+ This model is a fine-tuned version of [indolem/indobertweet-base-uncased](https://huggingface.co/indolem/indobertweet-base-uncased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.0022
19
+ - Validation Loss: 0.1782
20
+ - Train Precision: 0.8152
21
+ - Train Recall: 0.7350
22
+ - Train F1: 0.7730
23
+ - Train Accuracy: 0.9629
24
+ - Epoch: 14
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0002, 'decay_steps': 420, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
44
+ - training_precision: float32
45
+
46
+ ### Training results
47
+
48
+ | Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
49
+ |:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
50
+ | 0.5919 | 0.3227 | 0.6263 | 0.2650 | 0.3724 | 0.9078 | 0 |
51
+ | 0.2379 | 0.1878 | 0.6948 | 0.6325 | 0.6622 | 0.9434 | 1 |
52
+ | 0.1314 | 0.1674 | 0.6711 | 0.6453 | 0.6580 | 0.9477 | 2 |
53
+ | 0.0852 | 0.1958 | 0.6562 | 0.7179 | 0.6857 | 0.9425 | 3 |
54
+ | 0.0506 | 0.1677 | 0.7907 | 0.7265 | 0.7572 | 0.9539 | 4 |
55
+ | 0.0239 | 0.1493 | 0.7689 | 0.7393 | 0.7538 | 0.9615 | 5 |
56
+ | 0.0194 | 0.1679 | 0.8102 | 0.7479 | 0.7778 | 0.9610 | 6 |
57
+ | 0.0122 | 0.1739 | 0.7328 | 0.7265 | 0.7296 | 0.9563 | 7 |
58
+ | 0.0084 | 0.2116 | 0.8118 | 0.6453 | 0.7190 | 0.9539 | 8 |
59
+ | 0.0059 | 0.1724 | 0.8 | 0.7179 | 0.7568 | 0.9591 | 9 |
60
+ | 0.0037 | 0.1744 | 0.7972 | 0.7222 | 0.7578 | 0.9601 | 10 |
61
+ | 0.0029 | 0.1771 | 0.7981 | 0.7265 | 0.7606 | 0.9601 | 11 |
62
+ | 0.0020 | 0.1769 | 0.8047 | 0.7393 | 0.7706 | 0.9620 | 12 |
63
+ | 0.0020 | 0.1773 | 0.8152 | 0.7350 | 0.7730 | 0.9629 | 13 |
64
+ | 0.0022 | 0.1782 | 0.8152 | 0.7350 | 0.7730 | 0.9629 | 14 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.38.2
70
+ - TensorFlow 2.15.0
71
+ - Datasets 2.18.0
72
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "indolem/indobertweet-base-uncased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_ids": 0,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "B-MVT",
17
+ "2": "B-GEN",
18
+ "3": "B-ACT",
19
+ "4": "B-DIR",
20
+ "5": "B-LOC",
21
+ "6": "B-CHAR",
22
+ "7": "B-YEAR",
23
+ "8": "B-STUD",
24
+ "9": "I-MVT",
25
+ "10": "I-GEN",
26
+ "11": "I-ACT",
27
+ "12": "I-DIR",
28
+ "13": "I-LOC",
29
+ "14": "I-CHAR",
30
+ "15": "I-YEAR",
31
+ "16": "I-STUD"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "B-ACT": 3,
37
+ "B-CHAR": 6,
38
+ "B-DIR": 4,
39
+ "B-GEN": 2,
40
+ "B-LOC": 5,
41
+ "B-MVT": 1,
42
+ "B-STUD": 8,
43
+ "B-YEAR": 7,
44
+ "I-ACT": 11,
45
+ "I-CHAR": 14,
46
+ "I-DIR": 12,
47
+ "I-GEN": 10,
48
+ "I-LOC": 13,
49
+ "I-MVT": 9,
50
+ "I-STUD": 16,
51
+ "I-YEAR": 15,
52
+ "O": 0
53
+ },
54
+ "layer_norm_eps": 1e-12,
55
+ "max_position_embeddings": 512,
56
+ "model_type": "bert",
57
+ "num_attention_heads": 12,
58
+ "num_hidden_layers": 12,
59
+ "output_past": true,
60
+ "pad_token_id": 0,
61
+ "position_embedding_type": "absolute",
62
+ "transformers_version": "4.38.2",
63
+ "type_vocab_size": 2,
64
+ "use_cache": true,
65
+ "vocab_size": 31923
66
+ }
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:9753cd004d14680f58b1c06b5c66ebf257e324ef1a64ff6b8dfd433c03303cfa
3
+ size 440208396
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[MASK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[CLS]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[SEP]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "BertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff