gokulsrinivasagan commited on
Commit
9a0f34c
·
verified ·
1 Parent(s): 7a19d39

Model save

Browse files
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: bert_tiny_lda_20_v1_book
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bert_tiny_lda_20_v1_book
16
+
17
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.8704
20
+ - Accuracy: 0.6795
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 160
41
+ - eval_batch_size: 160
42
+ - seed: 10
43
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 10000
46
+ - num_epochs: 25
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-------:|:------:|:---------------:|:--------:|
52
+ | 8.6049 | 0.7025 | 10000 | 8.4377 | 0.1653 |
53
+ | 5.6593 | 1.4051 | 20000 | 5.2243 | 0.5031 |
54
+ | 5.1606 | 2.1076 | 30000 | 4.7778 | 0.5589 |
55
+ | 4.9169 | 2.8102 | 40000 | 4.5539 | 0.5885 |
56
+ | 4.7607 | 3.5127 | 50000 | 4.4085 | 0.6088 |
57
+ | 4.6405 | 4.2153 | 60000 | 4.3027 | 0.6216 |
58
+ | 4.5578 | 4.9178 | 70000 | 4.2156 | 0.6307 |
59
+ | 4.496 | 5.6203 | 80000 | 4.1619 | 0.6375 |
60
+ | 4.457 | 6.3229 | 90000 | 4.1256 | 0.6425 |
61
+ | 4.4199 | 7.0254 | 100000 | 4.0918 | 0.6468 |
62
+ | 4.3953 | 7.7280 | 110000 | 4.0677 | 0.6504 |
63
+ | 4.3703 | 8.4305 | 120000 | 4.0441 | 0.6538 |
64
+ | 4.3437 | 9.1331 | 130000 | 4.0295 | 0.6560 |
65
+ | 4.3295 | 9.8356 | 140000 | 4.0084 | 0.6594 |
66
+ | 4.3125 | 10.5381 | 150000 | 3.9955 | 0.6612 |
67
+ | 4.3048 | 11.2407 | 160000 | 3.9842 | 0.6627 |
68
+ | 4.2863 | 11.9432 | 170000 | 3.9727 | 0.6645 |
69
+ | 4.276 | 12.6458 | 180000 | 3.9592 | 0.6663 |
70
+ | 4.2651 | 13.3483 | 190000 | 3.9543 | 0.6669 |
71
+ | 4.2573 | 14.0509 | 200000 | 3.9438 | 0.6683 |
72
+ | 4.247 | 14.7534 | 210000 | 3.9343 | 0.6699 |
73
+ | 4.2387 | 15.4560 | 220000 | 3.9274 | 0.6712 |
74
+ | 4.2331 | 16.1585 | 230000 | 3.9226 | 0.6718 |
75
+ | 4.2238 | 16.8610 | 240000 | 3.9161 | 0.6727 |
76
+ | 4.2171 | 17.5636 | 250000 | 3.9106 | 0.6735 |
77
+ | 4.2098 | 18.2661 | 260000 | 3.9046 | 0.6740 |
78
+ | 4.2083 | 18.9687 | 270000 | 3.9001 | 0.6749 |
79
+ | 4.1991 | 19.6712 | 280000 | 3.8949 | 0.6759 |
80
+ | 4.1961 | 20.3738 | 290000 | 3.8903 | 0.6766 |
81
+ | 4.1893 | 21.0763 | 300000 | 3.8864 | 0.6772 |
82
+ | 4.1866 | 21.7788 | 310000 | 3.8808 | 0.6779 |
83
+ | 4.181 | 22.4814 | 320000 | 3.8782 | 0.6784 |
84
+ | 4.18 | 23.1839 | 330000 | 3.8763 | 0.6785 |
85
+ | 4.1771 | 23.8865 | 340000 | 3.8731 | 0.6790 |
86
+ | 4.1765 | 24.5890 | 350000 | 3.8704 | 0.6795 |
87
+
88
+
89
+ ### Framework versions
90
+
91
+ - Transformers 4.46.3
92
+ - Pytorch 2.2.1+cu118
93
+ - Datasets 2.17.0
94
+ - Tokenizers 0.20.3
logs/events.out.tfevents.1733701795.ki-g0008.3821955.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ac7b30237683832bf56e5b19602956b876500809f6088b7fcbf300460888458
3
- size 166736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd09e46fc89a9832f6d97e6b869a82fe17934ae160d290a3c4a96335e42c8351
3
+ size 169461