Commit
·
99c7fee
1
Parent(s):
5f5f2e7
End of training
Browse files- README.md +82 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: huawei-noah/TinyBERT_General_4L_312D
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
model-index:
|
8 |
+
- name: Tiny_Bert_Cupstone
|
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 |
+
# Tiny_Bert_Cupstone
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [huawei-noah/TinyBERT_General_4L_312D](https://huggingface.co/huawei-noah/TinyBERT_General_4L_312D) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3333
|
20 |
+
- Accuracy: 0.8550
|
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: 2e-05
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 5
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 0.524 | 0.2 | 500 | 0.4015 | 0.8318 |
|
52 |
+
| 0.4268 | 0.4 | 1000 | 0.4274 | 0.8279 |
|
53 |
+
| 0.39 | 0.6 | 1500 | 0.3743 | 0.8502 |
|
54 |
+
| 0.3674 | 0.8 | 2000 | 0.3333 | 0.8550 |
|
55 |
+
| 0.3687 | 1.0 | 2500 | 0.3836 | 0.8585 |
|
56 |
+
| 0.3489 | 1.2 | 3000 | 0.3927 | 0.8548 |
|
57 |
+
| 0.3193 | 1.41 | 3500 | 0.3938 | 0.8669 |
|
58 |
+
| 0.3525 | 1.61 | 4000 | 0.3717 | 0.8753 |
|
59 |
+
| 0.3327 | 1.81 | 4500 | 0.4589 | 0.8573 |
|
60 |
+
| 0.3276 | 2.01 | 5000 | 0.3676 | 0.8791 |
|
61 |
+
| 0.285 | 2.21 | 5500 | 0.4196 | 0.8811 |
|
62 |
+
| 0.2757 | 2.41 | 6000 | 0.3973 | 0.8777 |
|
63 |
+
| 0.277 | 2.61 | 6500 | 0.4198 | 0.8805 |
|
64 |
+
| 0.2834 | 2.81 | 7000 | 0.4955 | 0.8739 |
|
65 |
+
| 0.338 | 3.01 | 7500 | 0.4383 | 0.8844 |
|
66 |
+
| 0.2499 | 3.21 | 8000 | 0.4745 | 0.8785 |
|
67 |
+
| 0.2405 | 3.41 | 8500 | 0.4794 | 0.8854 |
|
68 |
+
| 0.2648 | 3.61 | 9000 | 0.4576 | 0.8844 |
|
69 |
+
| 0.2379 | 3.81 | 9500 | 0.4395 | 0.8886 |
|
70 |
+
| 0.2343 | 4.01 | 10000 | 0.5088 | 0.8791 |
|
71 |
+
| 0.2011 | 4.22 | 10500 | 0.5272 | 0.8781 |
|
72 |
+
| 0.2198 | 4.42 | 11000 | 0.5235 | 0.8765 |
|
73 |
+
| 0.2343 | 4.62 | 11500 | 0.5019 | 0.8844 |
|
74 |
+
| 0.194 | 4.82 | 12000 | 0.5227 | 0.8791 |
|
75 |
+
|
76 |
+
|
77 |
+
### Framework versions
|
78 |
+
|
79 |
+
- Transformers 4.34.1
|
80 |
+
- Pytorch 2.1.0+cu118
|
81 |
+
- Datasets 2.14.6
|
82 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 57427209
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60941051d2cd23a875da6bbc754f0d41e6072c60101dfa3d081dc3003237205
|
3 |
size 57427209
|