bob-bob-bob-3
commited on
Commit
•
91808e1
1
Parent(s):
bfe23be
End of training
Browse files- README.md +66 -0
- config.json +40 -0
- model.safetensors +3 -0
- runs/Jun19_19-33-33_80516ee61c48/events.out.tfevents.1718825618.80516ee61c48.721.12 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: indolem/indobertweet-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: nasiuduk2024_indobtwt_7_reprsample_2
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# nasiuduk2024_indobtwt_7_reprsample_2
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [indolem/indobertweet-base-uncased](https://huggingface.co/indolem/indobertweet-base-uncased) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.8928
|
19 |
+
- F1 macro: 0.4060
|
20 |
+
- Weighted: 0.6825
|
21 |
+
- Balanced accuracy: 0.4640
|
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: 5e-05
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 7
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 macro | Weighted | Balanced accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------------:|
|
52 |
+
| 1.2738 | 1.0 | 206 | 0.9566 | 0.3914 | 0.6845 | 0.4444 |
|
53 |
+
| 1.1101 | 2.0 | 412 | 0.9996 | 0.4091 | 0.6819 | 0.4812 |
|
54 |
+
| 0.3331 | 3.0 | 618 | 1.3851 | 0.4014 | 0.6480 | 0.4958 |
|
55 |
+
| 0.2889 | 4.0 | 824 | 1.5148 | 0.4136 | 0.6882 | 0.4686 |
|
56 |
+
| 0.0132 | 5.0 | 1030 | 1.8454 | 0.3969 | 0.6668 | 0.4753 |
|
57 |
+
| 0.0822 | 6.0 | 1236 | 2.0285 | 0.4064 | 0.6664 | 0.4908 |
|
58 |
+
| 0.003 | 7.0 | 1442 | 1.8928 | 0.4060 | 0.6825 | 0.4640 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.41.2
|
64 |
+
- Pytorch 2.3.0+cu121
|
65 |
+
- Datasets 2.20.0
|
66 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "indolem/indobertweet-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_ids": 0,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Sumber Daya Alam",
|
16 |
+
"1": "Politik",
|
17 |
+
"2": "Demografi",
|
18 |
+
"3": "Pertahanan dan Keamanan",
|
19 |
+
"4": "Ideologi",
|
20 |
+
"5": "Ekonomi",
|
21 |
+
"6": "Sosial Budaya",
|
22 |
+
"7": "Geografi"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"layer_norm_eps": 1e-12,
|
27 |
+
"max_position_embeddings": 512,
|
28 |
+
"model_type": "bert",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_hidden_layers": 12,
|
31 |
+
"output_past": true,
|
32 |
+
"pad_token_id": 0,
|
33 |
+
"position_embedding_type": "absolute",
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.41.2",
|
37 |
+
"type_vocab_size": 2,
|
38 |
+
"use_cache": true,
|
39 |
+
"vocab_size": 31923
|
40 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaa4f89c53ae556438a413ce3e2c3aa5eb5593e2602264a19549a5dc6c414aa8
|
3 |
+
size 442280976
|
runs/Jun19_19-33-33_80516ee61c48/events.out.tfevents.1718825618.80516ee61c48.721.12
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcd7350d151c5a31a1e422d453ecba00fb2665e5e742c5a7e358141f442526dd
|
3 |
+
size 38955
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ad6f643a19c984fa8c1b70d1ab6e877b5b3fc541b487f9afb496ea9f3856bbe
|
3 |
+
size 5176
|