Rifky commited on
Commit
3941df0
1 Parent(s): 60f2048

genta-tech/genta-mix

Browse files
Files changed (4) hide show
  1. README.md +92 -0
  2. config.json +39 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: ilos-vigil/bigbird-small-indonesian
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: test_trainer
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
+ # test_trainer
17
+
18
+ This model is a fine-tuned version of [ilos-vigil/bigbird-small-indonesian](https://huggingface.co/ilos-vigil/bigbird-small-indonesian) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.2500
21
+ - Accuracy: 0.5
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: 0.0005
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 4
46
+ - total_train_batch_size: 16
47
+ - total_eval_batch_size: 16
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: cosine
50
+ - num_epochs: 1
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
57
+ | 0.2611 | 0.04 | 500 | 0.2617 | 0.5 |
58
+ | 0.2547 | 0.07 | 1000 | 0.2525 | 0.5 |
59
+ | 0.2527 | 0.11 | 1500 | 0.2500 | 0.5 |
60
+ | 0.2523 | 0.14 | 2000 | 0.2522 | 0.5 |
61
+ | 0.253 | 0.18 | 2500 | 0.2504 | 0.5 |
62
+ | 0.252 | 0.21 | 3000 | 0.2553 | 0.5 |
63
+ | 0.2662 | 0.25 | 3500 | 0.2501 | 0.5 |
64
+ | 0.2869 | 0.29 | 4000 | 0.2705 | 0.5 |
65
+ | 0.2534 | 0.32 | 4500 | 0.2505 | 0.5 |
66
+ | 0.252 | 0.36 | 5000 | 0.2504 | 0.5 |
67
+ | 0.2518 | 0.39 | 5500 | 0.2526 | 0.5 |
68
+ | 0.2508 | 0.43 | 6000 | 0.2501 | 0.5 |
69
+ | 0.2512 | 0.46 | 6500 | 0.2501 | 0.5 |
70
+ | 0.251 | 0.5 | 7000 | 0.2500 | 0.5 |
71
+ | 0.2502 | 0.54 | 7500 | 0.2502 | 0.5 |
72
+ | 0.2507 | 0.57 | 8000 | 0.2545 | 0.5 |
73
+ | 0.2511 | 0.61 | 8500 | 0.2509 | 0.5 |
74
+ | 0.2503 | 0.64 | 9000 | 0.2500 | 0.5 |
75
+ | 0.2506 | 0.68 | 9500 | 0.2501 | 0.5 |
76
+ | 0.2505 | 0.71 | 10000 | 0.2504 | 0.5 |
77
+ | 0.2505 | 0.75 | 10500 | 0.2504 | 0.5 |
78
+ | 0.2504 | 0.79 | 11000 | 0.2501 | 0.5 |
79
+ | 0.2502 | 0.82 | 11500 | 0.2500 | 0.5 |
80
+ | 0.2503 | 0.86 | 12000 | 0.2500 | 0.5 |
81
+ | 0.2501 | 0.89 | 12500 | 0.2500 | 0.5 |
82
+ | 0.2503 | 0.93 | 13000 | 0.2500 | 0.5 |
83
+ | 0.2502 | 0.96 | 13500 | 0.2500 | 0.5 |
84
+ | 0.2502 | 1.0 | 14000 | 0.2500 | 0.5 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - Transformers 4.35.2
90
+ - Pytorch 2.0.1
91
+ - Datasets 2.15.0
92
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ilos-vigil/bigbird-small-indonesian",
3
+ "architectures": [
4
+ "BigBirdForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "attention_type": "block_sparse",
8
+ "block_size": 64,
9
+ "bos_token_id": 1,
10
+ "classifier_dropout": null,
11
+ "eos_token_id": 2,
12
+ "hidden_act": "gelu_new",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 512,
15
+ "id2label": {
16
+ "0": "LABEL_0"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 2048,
20
+ "label2id": {
21
+ "LABEL_0": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 4096,
25
+ "model_type": "big_bird",
26
+ "num_attention_heads": 8,
27
+ "num_hidden_layers": 4,
28
+ "num_random_blocks": 3,
29
+ "pad_token_id": 0,
30
+ "problem_type": "regression",
31
+ "rescale_embeddings": false,
32
+ "sep_token_id": 66,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.35.2",
35
+ "type_vocab_size": 2,
36
+ "use_bias": true,
37
+ "use_cache": true,
38
+ "vocab_size": 30000
39
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beeebcd4ad2742a40f2368877cb07e1bbe16e6df61caba28afba5a2e169ebf0f
3
+ size 122386804
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5491189832f585cf2d99b4fae594e754df81525f1e06854b88541f1d36578fc
3
+ size 4091