treamyracle commited on
Commit
cb7d85e
·
verified ·
1 Parent(s): 63b24d4

indo-ner-stage1-silver

Browse files
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: indobenchmark/indobert-base-p1
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: local_stage1_output
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # local_stage1_output
16
+
17
+ This model is a fine-tuned version of [indobenchmark/indobert-base-p1](https://huggingface.co/indobenchmark/indobert-base-p1) on the None dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 16
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 3
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.57.3
52
+ - Pytorch 2.9.0+cu126
53
+ - Datasets 4.0.0
54
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 5,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "dtype": "float32",
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-CRD",
16
+ "2": "B-DAT",
17
+ "3": "B-EVT",
18
+ "4": "B-FAC",
19
+ "5": "B-GPE",
20
+ "6": "B-LAN",
21
+ "7": "B-LAW",
22
+ "8": "B-LOC",
23
+ "9": "B-MON",
24
+ "10": "B-NOR",
25
+ "11": "B-ORD",
26
+ "12": "B-ORG",
27
+ "13": "B-PER",
28
+ "14": "B-PRC",
29
+ "15": "B-PRD",
30
+ "16": "B-QTY",
31
+ "17": "B-REG",
32
+ "18": "B-TIM",
33
+ "19": "B-WOA",
34
+ "20": "I-CRD",
35
+ "21": "I-DAT",
36
+ "22": "I-EVT",
37
+ "23": "I-FAC",
38
+ "24": "I-GPE",
39
+ "25": "I-LAN",
40
+ "26": "I-LAW",
41
+ "27": "I-LOC",
42
+ "28": "I-MON",
43
+ "29": "I-NOR",
44
+ "30": "I-ORD",
45
+ "31": "I-ORG",
46
+ "32": "I-PER",
47
+ "33": "I-PRC",
48
+ "34": "I-PRD",
49
+ "35": "I-QTY",
50
+ "36": "I-REG",
51
+ "37": "I-TIM",
52
+ "38": "I-WOA"
53
+ },
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 3072,
56
+ "label2id": {
57
+ "B-CRD": 1,
58
+ "B-DAT": 2,
59
+ "B-EVT": 3,
60
+ "B-FAC": 4,
61
+ "B-GPE": 5,
62
+ "B-LAN": 6,
63
+ "B-LAW": 7,
64
+ "B-LOC": 8,
65
+ "B-MON": 9,
66
+ "B-NOR": 10,
67
+ "B-ORD": 11,
68
+ "B-ORG": 12,
69
+ "B-PER": 13,
70
+ "B-PRC": 14,
71
+ "B-PRD": 15,
72
+ "B-QTY": 16,
73
+ "B-REG": 17,
74
+ "B-TIM": 18,
75
+ "B-WOA": 19,
76
+ "I-CRD": 20,
77
+ "I-DAT": 21,
78
+ "I-EVT": 22,
79
+ "I-FAC": 23,
80
+ "I-GPE": 24,
81
+ "I-LAN": 25,
82
+ "I-LAW": 26,
83
+ "I-LOC": 27,
84
+ "I-MON": 28,
85
+ "I-NOR": 29,
86
+ "I-ORD": 30,
87
+ "I-ORG": 31,
88
+ "I-PER": 32,
89
+ "I-PRC": 33,
90
+ "I-PRD": 34,
91
+ "I-QTY": 35,
92
+ "I-REG": 36,
93
+ "I-TIM": 37,
94
+ "I-WOA": 38,
95
+ "O": 0
96
+ },
97
+ "layer_norm_eps": 1e-12,
98
+ "max_position_embeddings": 512,
99
+ "model_type": "bert",
100
+ "num_attention_heads": 12,
101
+ "num_hidden_layers": 12,
102
+ "output_past": true,
103
+ "pad_token_id": 0,
104
+ "pooler_fc_size": 768,
105
+ "pooler_num_attention_heads": 12,
106
+ "pooler_num_fc_layers": 3,
107
+ "pooler_size_per_head": 128,
108
+ "pooler_type": "first_token_transform",
109
+ "position_embedding_type": "absolute",
110
+ "transformers_version": "4.57.3",
111
+ "type_vocab_size": 2,
112
+ "use_cache": true,
113
+ "vocab_size": 50000
114
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd028d650f0dcac9744092f03e2145566987e314c1b0f95cf61da99a17b1fdbc
3
+ size 495546332
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
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
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e236a7122ab282ae4641cade806ed6cafc8d1d93e57d43030122358c645c44
3
+ size 5841
vocab.txt ADDED
The diff for this file is too large to render. See raw diff