stevenwh commited on
Commit
8c22a55
·
1 Parent(s): 0fe9daf

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: indobert-base-p2-finetuned-mer-80k
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
+ # indobert-base-p2-finetuned-mer-80k
14
+
15
+ This model is a fine-tuned version of [indobenchmark/indobert-base-p2](https://huggingface.co/indobenchmark/indobert-base-p2) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.4680
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 64
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 2.9647 | 1.0 | 2305 | 2.1419 |
50
+ | 2.0987 | 2.0 | 4610 | 1.8580 |
51
+ | 1.8866 | 3.0 | 6915 | 1.7170 |
52
+ | 1.7696 | 4.0 | 9220 | 1.6357 |
53
+ | 1.6951 | 5.0 | 11525 | 1.5761 |
54
+ | 1.6383 | 6.0 | 13830 | 1.5354 |
55
+ | 1.599 | 7.0 | 16135 | 1.5074 |
56
+ | 1.5738 | 8.0 | 18440 | 1.4862 |
57
+ | 1.5516 | 9.0 | 20745 | 1.4700 |
58
+ | 1.5382 | 10.0 | 23050 | 1.4633 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.24.0
64
+ - Pytorch 1.13.0
65
+ - Datasets 2.7.0
66
+ - Tokenizers 0.13.2