soongbren commited on
Commit
ba7196b
·
1 Parent(s): 4a80d8c

End of training

Browse files
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: patrickxchong/bert-tiny-bahasa-cased-sentiment
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: fine-tuned-tiny-bert-base-uncased
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
+ # fine-tuned-tiny-bert-base-uncased
15
+
16
+ This model is a fine-tuned version of [patrickxchong/bert-tiny-bahasa-cased-sentiment](https://huggingface.co/patrickxchong/bert-tiny-bahasa-cased-sentiment) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - eval_loss: 0.2820
19
+ - eval_accuracy: {'accuracy': 0.9294436906377205}
20
+ - eval_f1score: {'f1': 0.9289729111393984}
21
+ - eval_runtime: 8.9977
22
+ - eval_samples_per_second: 81.91
23
+ - eval_steps_per_second: 10.336
24
+ - step: 0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 515
50
+ - num_epochs: 7
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.35.0
55
+ - Pytorch 2.1.0+cu118
56
+ - Datasets 2.14.6
57
+ - Tokenizers 0.14.1
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "patrickxchong/bert-tiny-bahasa-cased-sentiment",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 336,
12
+ "id2label": {
13
+ "0": "negative",
14
+ "1": "positive"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 1344,
18
+ "label2id": {
19
+ "negative": 0,
20
+ "positive": 1
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "bert",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 4,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "problem_type": "single_label_classification",
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.35.0",
32
+ "type_vocab_size": 2,
33
+ "use_cache": true,
34
+ "vocab_size": 32000
35
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba70b3f29eda22cec36db8e5db37fdc9b01e6b1ab4d7b44c50d354bf6baab240
3
+ size 65911360
runs/Nov06_06-37-19_6736d7d5201a/events.out.tfevents.1699252646.6736d7d5201a.562.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea5392ad86bb4c0ac2eedd6998603934e2914066962f911aa73b421af0be8333
3
+ size 7267
runs/Nov06_06-37-19_6736d7d5201a/events.out.tfevents.1699253243.6736d7d5201a.562.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060cdd1d13306016c36e801b293ad5421c4dda1eec5ba2a939e0442020a99245
3
+ size 297
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e0f3de7ecf8c890147fbec73145adde9b2376ba6e69c2fe70352be5d3b279d0
3
+ size 4600