soongbren commited on
Commit
6c0bbc4
·
1 Parent(s): a057c83

End of training

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: techthiyanes/Bert_Bahasa_Sentiment
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: Bert_Bahasa_Sentiment-large-dataset
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # Bert_Bahasa_Sentiment-large-dataset
14
+
15
+ This model is a fine-tuned version of [techthiyanes/Bert_Bahasa_Sentiment](https://huggingface.co/techthiyanes/Bert_Bahasa_Sentiment) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.6961
18
+ - eval_accuracy: {'accuracy': 0.48474945533769065}
19
+ - eval_f1score: {'f1': 0.31652752402827933}
20
+ - eval_runtime: 33.4825
21
+ - eval_samples_per_second: 27.417
22
+ - eval_steps_per_second: 3.435
23
+ - step: 0
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 642
49
+ - num_epochs: 7
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.35.0
54
+ - Pytorch 2.1.0+cu118
55
+ - Datasets 2.14.6
56
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "techthiyanes/Bert_Bahasa_Sentiment",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "LABEL_0": 0,
22
+ "LABEL_1": 1,
23
+ "LABEL_2": 2
24
+ },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
+ "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
+ "pooler_fc_size": 768,
32
+ "pooler_num_attention_heads": 12,
33
+ "pooler_num_fc_layers": 3,
34
+ "pooler_size_per_head": 128,
35
+ "pooler_type": "first_token_transform",
36
+ "position_embedding_type": "absolute",
37
+ "problem_type": "single_label_classification",
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.35.0",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 105879
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ba47c14bd6170dbda8f851ab0d15edb8b53ad6dc1cfbfc30ce842c4259a3bd
3
+ size 669458436
runs/Nov11_05-29-33_5373e7238317/events.out.tfevents.1699680579.5373e7238317.1871.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7eaeb00666b398bfdc57f118ddecd25ca3473d3a9d657a98b99c9557bb2f083
3
+ size 4726
runs/Nov11_05-35-20_5373e7238317/events.out.tfevents.1699680922.5373e7238317.1871.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9477c68dcbc4e894968cfdec6add1929a806987527f17a080b5025039b15965f
3
+ size 6992
runs/Nov11_05-35-20_5373e7238317/events.out.tfevents.1699683536.5373e7238317.1871.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc96ff130916bd86681f618711be87b46f8713b1be52462712bfe0b4c74c5b82
3
+ size 297
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a96d175ec65d43c21225b0f3da9a6c46adb1d1ed1bf29d416507c078103b98ef
3
+ size 4664