Hanisnabila commited on
Commit
94d25ee
·
verified ·
1 Parent(s): 4f3791e

Training in progress, epoch 1

Browse files
Files changed (24) hide show
  1. .gitattributes +1 -0
  2. README.md +60 -0
  3. config.json +40 -0
  4. model.safetensors +3 -0
  5. runs/Nov07_10-37-37_LAPTOP-LMSN41KC/events.out.tfevents.1730947061.LAPTOP-LMSN41KC.6948.1 +3 -0
  6. runs/Nov07_14-17-41_LAPTOP-LMSN41KC/events.out.tfevents.1730960267.LAPTOP-LMSN41KC.12172.0 +3 -0
  7. runs/Nov08_09-31-01_LAPTOP-LMSN41KC/events.out.tfevents.1731029467.LAPTOP-LMSN41KC.24816.0 +3 -0
  8. runs/Nov08_10-45-05_LAPTOP-LMSN41KC/events.out.tfevents.1731033912.LAPTOP-LMSN41KC.14772.0 +3 -0
  9. runs/Nov08_11-39-58_LAPTOP-LMSN41KC/events.out.tfevents.1731037203.LAPTOP-LMSN41KC.14772.1 +3 -0
  10. runs/Nov11_11-05-08_LAPTOP-LMSN41KC/events.out.tfevents.1731294314.LAPTOP-LMSN41KC.22564.0 +3 -0
  11. runs/Nov11_11-36-52_LAPTOP-LMSN41KC/events.out.tfevents.1731296215.LAPTOP-LMSN41KC.22564.1 +3 -0
  12. runs/Nov11_14-40-27_LAPTOP-LMSN41KC/events.out.tfevents.1731307245.LAPTOP-LMSN41KC.22564.2 +3 -0
  13. runs/Nov11_15-02-10_LAPTOP-LMSN41KC/events.out.tfevents.1731308537.LAPTOP-LMSN41KC.22564.3 +3 -0
  14. runs/Nov11_15-33-26_LAPTOP-LMSN41KC/events.out.tfevents.1731310411.LAPTOP-LMSN41KC.22564.4 +3 -0
  15. runs/Nov11_15-44-14_LAPTOP-LMSN41KC/events.out.tfevents.1731311057.LAPTOP-LMSN41KC.19152.0 +3 -0
  16. runs/Nov12_10-22-49_LAPTOP-LMSN41KC/events.out.tfevents.1731378175.LAPTOP-LMSN41KC.28660.0 +3 -0
  17. runs/Nov12_11-01-11_LAPTOP-LMSN41KC/events.out.tfevents.1731380478.LAPTOP-LMSN41KC.28660.1 +3 -0
  18. runs/Nov12_11-41-20_LAPTOP-LMSN41KC/events.out.tfevents.1731382887.LAPTOP-LMSN41KC.16000.0 +3 -0
  19. runs/Nov12_13-30-46_LAPTOP-LMSN41KC/events.out.tfevents.1731389450.LAPTOP-LMSN41KC.16000.1 +3 -0
  20. runs/Nov12_13-34-07_LAPTOP-LMSN41KC/events.out.tfevents.1731389652.LAPTOP-LMSN41KC.9100.0 +3 -0
  21. special_tokens_map.json +51 -0
  22. tokenizer.json +3 -0
  23. tokenizer_config.json +62 -0
  24. training_args.bin +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: citizenlab/twitter-xlm-roberta-base-sentiment-finetunned
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: Malay-Sentiment-3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # Malay-Sentiment-3
17
+
18
+ This model is a fine-tuned version of [citizenlab/twitter-xlm-roberta-base-sentiment-finetunned](https://huggingface.co/citizenlab/twitter-xlm-roberta-base-sentiment-finetunned) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5918
21
+ - Accuracy: 0.7516
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 1
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.7317 | 1.0 | 723 | 0.5918 | 0.7516 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.45.2
58
+ - Pytorch 2.2.2+cu118
59
+ - Datasets 3.0.1
60
+ - Tokenizers 0.20.0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "citizenlab/twitter-xlm-roberta-base-sentiment-finetunned",
3
+ "architectures": [
4
+ "XLMRobertaForSequenceClassification"
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": "xlm-roberta",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "output_past": true,
32
+ "pad_token_id": 1,
33
+ "position_embedding_type": "absolute",
34
+ "problem_type": "single_label_classification",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.45.2",
37
+ "type_vocab_size": 1,
38
+ "use_cache": true,
39
+ "vocab_size": 250002
40
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4079aa621f6cbc7f29e1c9b3894b20e4354284da0959307658136c25c439828
3
+ size 1112208084
runs/Nov07_10-37-37_LAPTOP-LMSN41KC/events.out.tfevents.1730947061.LAPTOP-LMSN41KC.6948.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df32a52190d345824931490ae9534c64a8c9990b3a336fc49ed96056611e61bd
3
+ size 5837
runs/Nov07_14-17-41_LAPTOP-LMSN41KC/events.out.tfevents.1730960267.LAPTOP-LMSN41KC.12172.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa6109813370cf409a7635d36b4b26c7955d971510830b4c0b7b0ad1c9558f1
3
+ size 5836
runs/Nov08_09-31-01_LAPTOP-LMSN41KC/events.out.tfevents.1731029467.LAPTOP-LMSN41KC.24816.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb5566ee3345d58fac8497e2e7c4ea9e153e12471ff729c4b5d0e8d0362d11af
3
+ size 6190
runs/Nov08_10-45-05_LAPTOP-LMSN41KC/events.out.tfevents.1731033912.LAPTOP-LMSN41KC.14772.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:045dc22febbd6f067f4ddf1fad24809e5b4ee5bb96b73c670693e77ff64e1a8d
3
+ size 6191
runs/Nov08_11-39-58_LAPTOP-LMSN41KC/events.out.tfevents.1731037203.LAPTOP-LMSN41KC.14772.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e8299d1a4e4bc921c83f1fcff000cb10fa2d960c07d1ae9d43b603682b8a1e
3
+ size 5303
runs/Nov11_11-05-08_LAPTOP-LMSN41KC/events.out.tfevents.1731294314.LAPTOP-LMSN41KC.22564.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f40b6832bd6dc024e252c0d72df568e8240f775a26be59d8b4af630c87ea52e8
3
+ size 6190
runs/Nov11_11-36-52_LAPTOP-LMSN41KC/events.out.tfevents.1731296215.LAPTOP-LMSN41KC.22564.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:210aca1bd4158a292ed29e747f62f014ad20f46d630c852c18448372d461873e
3
+ size 5514
runs/Nov11_14-40-27_LAPTOP-LMSN41KC/events.out.tfevents.1731307245.LAPTOP-LMSN41KC.22564.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73fa4b3f10ae07e98453081e528890b7b8d9d89b75bface0ae18d7e1b74dcf46
3
+ size 5304
runs/Nov11_15-02-10_LAPTOP-LMSN41KC/events.out.tfevents.1731308537.LAPTOP-LMSN41KC.22564.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e5c93565520eb71a16dd5a33f9fac0b79aeafbe460ee4fa1a320662e1c20902
3
+ size 5304
runs/Nov11_15-33-26_LAPTOP-LMSN41KC/events.out.tfevents.1731310411.LAPTOP-LMSN41KC.22564.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:267c48fb0a81dabd502c3bc7145cb4a8d1d5cd33c150692ce12b8bdc5600ca85
3
+ size 5304
runs/Nov11_15-44-14_LAPTOP-LMSN41KC/events.out.tfevents.1731311057.LAPTOP-LMSN41KC.19152.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442dc38df73274b188a4d6e547fa7b357ec106e6959f4616c04d83c0ca44e5de
3
+ size 5304
runs/Nov12_10-22-49_LAPTOP-LMSN41KC/events.out.tfevents.1731378175.LAPTOP-LMSN41KC.28660.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0a66b035a6892247d3b095b1b2657665d9cf34e0ae6d9e00e608074ed50ec72
3
+ size 6192
runs/Nov12_11-01-11_LAPTOP-LMSN41KC/events.out.tfevents.1731380478.LAPTOP-LMSN41KC.28660.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a8c809bcba11c405f6c471c616894b61d5db6e66ac36b7cabd1c6b7af6875fa
3
+ size 5304
runs/Nov12_11-41-20_LAPTOP-LMSN41KC/events.out.tfevents.1731382887.LAPTOP-LMSN41KC.16000.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b110f7af93435de3f3c024c43931e216012d13ffa3f0f8f12151293ef1c643f7
3
+ size 5304
runs/Nov12_13-30-46_LAPTOP-LMSN41KC/events.out.tfevents.1731389450.LAPTOP-LMSN41KC.16000.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a9bda67b28ac5f2211eb5939b00be1061b9f8e1dfd31be863d6c5aebaf6040
3
+ size 5304
runs/Nov12_13-34-07_LAPTOP-LMSN41KC/events.out.tfevents.1731389652.LAPTOP-LMSN41KC.9100.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1396a3003333914c34b53ef9fb1e7dfdbd080e3cddd297440164f530e371113e
3
+ size 5838
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6879d3648d0329c894b1cbb0c89096430e24d3c7cf5d359d4ccc87ce585c4ae4
3
+ size 17082955
tokenizer_config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "mask_token": "<mask>",
49
+ "max_length": 160,
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_to_multiple_of": null,
52
+ "pad_token": "<pad>",
53
+ "pad_token_type_id": 0,
54
+ "padding_side": "right",
55
+ "sep_token": "</s>",
56
+ "sp_model_kwargs": {},
57
+ "stride": 0,
58
+ "tokenizer_class": "XLMRobertaTokenizer",
59
+ "truncation_side": "right",
60
+ "truncation_strategy": "longest_first",
61
+ "unk_token": "<unk>"
62
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0f86ded77d59205c2e91a48213ca88111e95c45307fd74f1dc08f36083a15ef
3
+ size 5240