andikazf15 commited on
Commit
0a05e2b
1 Parent(s): 4f7948b

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,43 +1,40 @@
1
  {
2
- "_name_or_path": "indobenchmark/indobert-large-p2",
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": 1024,
13
  "id2label": {
14
  "0": "negative",
15
  "1": "neutral",
16
  "2": "positive"
17
  },
18
  "initializer_range": 0.02,
19
- "intermediate_size": 4096,
20
  "label2id": {
21
  "negative": 0,
22
  "neutral": 1,
23
  "positive": 2
24
  },
25
- "layer_norm_eps": 1e-12,
26
- "max_position_embeddings": 512,
27
- "model_type": "bert",
28
- "num_attention_heads": 16,
29
- "num_hidden_layers": 24,
30
- "output_past": true,
31
- "pad_token_id": 0,
32
- "pooler_fc_size": 768,
33
- "pooler_num_attention_heads": 12,
34
- "pooler_num_fc_layers": 3,
35
- "pooler_size_per_head": 128,
36
- "pooler_type": "first_token_transform",
37
  "position_embedding_type": "absolute",
 
38
  "torch_dtype": "float32",
 
39
  "transformers_version": "4.44.2",
40
- "type_vocab_size": 2,
41
  "use_cache": true,
42
- "vocab_size": 30522
43
  }
 
1
  {
2
+ "_name_or_path": "ayameRushia/roberta-base-indonesian-1.5G-sentiment-analysis-smsa",
 
3
  "architectures": [
4
+ "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
  "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
  "id2label": {
15
  "0": "negative",
16
  "1": "neutral",
17
  "2": "positive"
18
  },
19
  "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
  "label2id": {
22
  "negative": 0,
23
  "neutral": 1,
24
  "positive": 2
25
  },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "roberta",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 1,
 
 
 
 
 
 
32
  "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
  "torch_dtype": "float32",
35
+ "total_flos": 1.1223329811709559e+19,
36
  "transformers_version": "4.44.2",
37
+ "type_vocab_size": 1,
38
  "use_cache": true,
39
+ "vocab_size": 52000
40
  }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:267d9a31e75764cd1f60dbf4a8a0b4507ee1fb0de7b223b1b001d0764b3fc819
3
- size 1340626860
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c9674fda3024e32eb2c1c61e8c89138f18b7552ebfebec8af19acd3e142e19
3
+ size 503945820
runs/Oct05_06-55-17_fc95564214e2/events.out.tfevents.1728111318.fc95564214e2.1168.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:004cce180a2889af887c96257b71880ca0f7cc91a4d9413e1bcd2ce688884fc8
3
- size 6457
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b7876a08a41ebd53ab5e26b141ebc528242d9e95dc8994d56fb6b250bebbd3
3
+ size 6827
runs/Oct05_07-03-49_fc95564214e2/events.out.tfevents.1728111830.fc95564214e2.1168.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d2cc7a737abc2ae1ff644f58f09f42636922d9623fae85bb1939ddf0d3a6dc
3
+ size 5683
special_tokens_map.json CHANGED
@@ -1,7 +1,51 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,8 @@
1
  {
 
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "[PAD]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +10,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -17,7 +18,7 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -25,7 +26,7 @@
25
  "special": true
26
  },
27
  "3": {
28
- "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
@@ -33,25 +34,25 @@
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
- "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
  }
 
1
  {
2
+ "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
  "0": {
5
+ "content": "<s>",
6
  "lstrip": false,
7
  "normalized": false,
8
  "rstrip": false,
 
10
  "special": true
11
  },
12
  "1": {
13
+ "content": "<pad>",
14
  "lstrip": false,
15
  "normalized": false,
16
  "rstrip": false,
 
18
  "special": true
19
  },
20
  "2": {
21
+ "content": "</s>",
22
  "lstrip": false,
23
  "normalized": false,
24
  "rstrip": false,
 
26
  "special": true
27
  },
28
  "3": {
29
+ "content": "<unk>",
30
  "lstrip": false,
31
  "normalized": false,
32
  "rstrip": false,
 
34
  "special": true
35
  },
36
  "4": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
  "normalized": false,
40
  "rstrip": false,
41
  "single_word": false,
42
  "special": true
43
  }
44
  },
45
+ "bos_token": "<s>",
46
  "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "full_tokenizer_file": null,
51
+ "mask_token": "<mask>",
52
  "model_max_length": 1000000000000000019884624838656,
53
+ "pad_token": "<pad>",
54
+ "sep_token": "</s>",
55
+ "tokenizer_class": "RobertaTokenizer",
56
+ "trim_offsets": true,
57
+ "unk_token": "<unk>"
 
 
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4842e5f6cc2f07814d1af6390e5d8274d78afde642c71f3724dbcd83dfd83a6c
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c43b28ca51aabb6a0587b15366861c5ce88433f359145a4d664231000bbd55
3
  size 5240
vocab.json ADDED
The diff for this file is too large to render. See raw diff