Alviniqnacio commited on
Commit
07e9054
·
verified ·
1 Parent(s): 735cb76

Alviniqnacio/fine-tuned-indonesian-roberta-sentiment

Browse files
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
- base_model: distilbert/distilbert-base-uncased-finetuned-sst-2-english
5
  tags:
6
  - generated_from_trainer
7
  metrics:
@@ -19,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # results
21
 
22
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.6169
25
- - Accuracy: 0.7899
26
- - F1: 0.7897
27
- - Precision: 0.7900
28
- - Recall: 0.7899
29
 
30
  ## Model description
31
 
@@ -58,9 +58,9 @@ The following hyperparameters were used during training:
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
60
  |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
61
- | 0.6323 | 0.7599 | 500 | 0.6419 | 0.7393 | 0.7414 | 0.7488 | 0.7393 |
62
- | 0.4401 | 1.5198 | 1000 | 0.5597 | 0.7712 | 0.7720 | 0.7757 | 0.7712 |
63
- | 0.2511 | 2.2796 | 1500 | 0.6224 | 0.7818 | 0.7815 | 0.7816 | 0.7818 |
64
 
65
 
66
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
+ base_model: w11wo/indonesian-roberta-base-sentiment-classifier
5
  tags:
6
  - generated_from_trainer
7
  metrics:
 
19
 
20
  # results
21
 
22
+ This model is a fine-tuned version of [w11wo/indonesian-roberta-base-sentiment-classifier](https://huggingface.co/w11wo/indonesian-roberta-base-sentiment-classifier) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.5631
25
+ - Accuracy: 0.7888
26
+ - F1: 0.7906
27
+ - Precision: 0.8010
28
+ - Recall: 0.7888
29
 
30
  ## Model description
31
 
 
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
60
  |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
61
+ | 0.5624 | 0.7599 | 500 | 0.5646 | 0.7594 | 0.7582 | 0.7796 | 0.7594 |
62
+ | 0.4879 | 1.5198 | 1000 | 0.5248 | 0.7872 | 0.7875 | 0.7912 | 0.7872 |
63
+ | 0.376 | 2.2796 | 1500 | 0.5625 | 0.7925 | 0.7943 | 0.8043 | 0.7925 |
64
 
65
 
66
  ### Framework versions
config.json CHANGED
@@ -1,36 +1,38 @@
1
  {
2
- "activation": "gelu",
3
  "architectures": [
4
- "DistilBertForSequenceClassification"
5
  ],
6
- "attention_dropout": 0.1,
7
- "dim": 768,
8
- "dropout": 0.1,
9
- "finetuning_task": "sst-2",
10
- "hidden_dim": 3072,
 
 
 
11
  "id2label": {
12
  "0": "negative",
13
  "1": "neutral",
14
  "2": "positive"
15
  },
16
  "initializer_range": 0.02,
 
17
  "label2id": {
18
  "negative": 0,
19
  "neutral": 1,
20
  "positive": 2
21
  },
22
- "max_position_embeddings": 512,
23
- "model_type": "distilbert",
24
- "n_heads": 12,
25
- "n_layers": 6,
26
- "output_past": true,
27
- "pad_token_id": 0,
 
28
  "problem_type": "single_label_classification",
29
- "qa_dropout": 0.1,
30
- "seq_classif_dropout": 0.2,
31
- "sinusoidal_pos_embds": false,
32
- "tie_weights_": true,
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.51.3",
35
- "vocab_size": 30522
 
 
36
  }
 
1
  {
 
2
  "architectures": [
3
+ "RobertaForSequenceClassification"
4
  ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
  "id2label": {
14
  "0": "negative",
15
  "1": "neutral",
16
  "2": "positive"
17
  },
18
  "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
  "label2id": {
21
  "negative": 0,
22
  "neutral": 1,
23
  "positive": 2
24
  },
25
+ "layer_norm_eps": 1e-05,
26
+ "max_position_embeddings": 514,
27
+ "model_type": "roberta",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 1,
31
+ "position_embedding_type": "absolute",
32
  "problem_type": "single_label_classification",
 
 
 
 
33
  "torch_dtype": "float32",
34
  "transformers_version": "4.51.3",
35
+ "type_vocab_size": 1,
36
+ "use_cache": true,
37
+ "vocab_size": 50265
38
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8650e2e8e03d01fdc73d3bf5c0e18abf1648bfd43bba4faece79ec1adda289e1
3
- size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a049b03494c22fb975c8f6af7265d56c31040df5c35676066942e3e4d24ddb33
3
+ size 498615900
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,58 +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
- "100": {
12
- "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "101": {
20
- "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
- "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "103": {
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": 512,
51
- "never_split": null,
52
- "pad_token": "[PAD]",
53
- "sep_token": "[SEP]",
54
- "strip_accents": null,
55
- "tokenize_chinese_chars": true,
56
- "tokenizer_class": "DistilBertTokenizer",
57
- "unk_token": "[UNK]"
58
  }
 
1
  {
2
+ "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
  "0": {
5
+ "content": "<s>",
6
  "lstrip": false,
7
  "normalized": false,
8
  "rstrip": false,
9
  "single_word": false,
10
  "special": true
11
  },
12
+ "1": {
13
+ "content": "<pad>",
14
  "lstrip": false,
15
  "normalized": false,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
19
  },
20
+ "2": {
21
+ "content": "</s>",
22
  "lstrip": false,
23
  "normalized": false,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
27
  },
28
+ "3": {
29
+ "content": "<unk>",
30
  "lstrip": false,
31
  "normalized": false,
32
  "rstrip": false,
33
  "single_word": 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": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
  "extra_special_tokens": {},
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:b175ecf16c33fbc6f9779f8ca27411082f255f872957e4661cc931c14cb82d52
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ef0856f6f473b30716fa12748f52130acc08a5cd604826f3b7da8d9039e9eef
3
  size 5240