Training in progress, epoch 1
Browse files- config.json +10 -5
- model.safetensors +2 -2
- runs/Jun11_02-27-02_d8953cd469c0/events.out.tfevents.1718072843.d8953cd469c0.659.0 +3 -0
- tokenizer_config.json +3 -3
- training_args.bin +2 -2
- vocab.txt +0 -0
config.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"bos_token_id": 0,
|
8 |
"classifier_dropout": null,
|
9 |
-
"
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
@@ -39,11 +39,16 @@
|
|
39 |
"num_hidden_layers": 12,
|
40 |
"output_past": true,
|
41 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
42 |
"position_embedding_type": "absolute",
|
43 |
"problem_type": "single_label_classification",
|
44 |
"torch_dtype": "float32",
|
45 |
-
"transformers_version": "4.41.
|
46 |
"type_vocab_size": 2,
|
47 |
"use_cache": true,
|
48 |
-
"vocab_size":
|
49 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "indobenchmark/indobert-base-p1",
|
3 |
+
"_num_labels": 5,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
|
|
8 |
"classifier_dropout": null,
|
9 |
+
"directionality": "bidi",
|
10 |
"hidden_act": "gelu",
|
11 |
"hidden_dropout_prob": 0.1,
|
12 |
"hidden_size": 768,
|
|
|
39 |
"num_hidden_layers": 12,
|
40 |
"output_past": true,
|
41 |
"pad_token_id": 0,
|
42 |
+
"pooler_fc_size": 768,
|
43 |
+
"pooler_num_attention_heads": 12,
|
44 |
+
"pooler_num_fc_layers": 3,
|
45 |
+
"pooler_size_per_head": 128,
|
46 |
+
"pooler_type": "first_token_transform",
|
47 |
"position_embedding_type": "absolute",
|
48 |
"problem_type": "single_label_classification",
|
49 |
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.41.2",
|
51 |
"type_vocab_size": 2,
|
52 |
"use_cache": true,
|
53 |
+
"vocab_size": 50000
|
54 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6346f4d6eb6ca233e31c38d2e6d2f06a50edbc929d9ad163e6a48982449f07d
|
3 |
+
size 497813528
|
runs/Jun11_02-27-02_d8953cd469c0/events.out.tfevents.1718072843.d8953cd469c0.659.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:742b82913c3131de9b91dbfd255391509d73c4b989c811c6145a1ca0aca81c2b
|
3 |
+
size 5783
|
tokenizer_config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"special": true
|
18 |
},
|
19 |
"2": {
|
20 |
-
"content": "[
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
@@ -25,7 +25,7 @@
|
|
25 |
"special": true
|
26 |
},
|
27 |
"3": {
|
28 |
-
"content": "[
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
@@ -33,7 +33,7 @@
|
|
33 |
"special": true
|
34 |
},
|
35 |
"4": {
|
36 |
-
"content": "[
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
|
|
17 |
"special": true
|
18 |
},
|
19 |
"2": {
|
20 |
+
"content": "[CLS]",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
|
|
25 |
"special": true
|
26 |
},
|
27 |
"3": {
|
28 |
+
"content": "[SEP]",
|
29 |
"lstrip": false,
|
30 |
"normalized": false,
|
31 |
"rstrip": false,
|
|
|
33 |
"special": true
|
34 |
},
|
35 |
"4": {
|
36 |
+
"content": "[MASK]",
|
37 |
"lstrip": false,
|
38 |
"normalized": false,
|
39 |
"rstrip": false,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c188c14b1f3d954a355816da5ed7260093663236e48ff1c4267e8721cc51774
|
3 |
+
size 5112
|
vocab.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|