Model save
Browse files- README.md +89 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
model-index:
|
7 |
+
- name: HBERTv1_emb_compress_48_L10_H64_A2
|
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 |
+
# HBERTv1_emb_compress_48_L10_H64_A2
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 6.4103
|
19 |
+
- Accuracy: 0.1281
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 1e-05
|
39 |
+
- train_batch_size: 96
|
40 |
+
- eval_batch_size: 96
|
41 |
+
- seed: 10
|
42 |
+
- distributed_type: multi-GPU
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 10000
|
46 |
+
- num_epochs: 5
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
52 |
+
| 8.6666 | 0.16 | 10000 | 8.5962 | 0.0465 |
|
53 |
+
| 7.2486 | 0.33 | 20000 | 7.2447 | 0.0467 |
|
54 |
+
| 7.0176 | 0.49 | 30000 | 7.0089 | 0.0670 |
|
55 |
+
| 6.8859 | 0.66 | 40000 | 6.8795 | 0.0840 |
|
56 |
+
| 6.7911 | 0.82 | 50000 | 6.7857 | 0.0918 |
|
57 |
+
| 6.7203 | 0.98 | 60000 | 6.7210 | 0.0952 |
|
58 |
+
| 6.6722 | 1.15 | 70000 | 6.6715 | 0.1004 |
|
59 |
+
| 6.6362 | 1.31 | 80000 | 6.6338 | 0.1033 |
|
60 |
+
| 6.5995 | 1.47 | 90000 | 6.6017 | 0.1065 |
|
61 |
+
| 6.5756 | 1.64 | 100000 | 6.5755 | 0.1092 |
|
62 |
+
| 6.5546 | 1.8 | 110000 | 6.5521 | 0.1118 |
|
63 |
+
| 6.5302 | 1.97 | 120000 | 6.5330 | 0.1138 |
|
64 |
+
| 6.5121 | 2.13 | 130000 | 6.5166 | 0.1156 |
|
65 |
+
| 6.5049 | 2.29 | 140000 | 6.5005 | 0.1174 |
|
66 |
+
| 6.483 | 2.46 | 150000 | 6.4869 | 0.1190 |
|
67 |
+
| 6.4757 | 2.62 | 160000 | 6.4755 | 0.1205 |
|
68 |
+
| 6.4659 | 2.79 | 170000 | 6.4655 | 0.1219 |
|
69 |
+
| 6.4527 | 2.95 | 180000 | 6.4569 | 0.1227 |
|
70 |
+
| 6.4517 | 3.11 | 190000 | 6.4477 | 0.1237 |
|
71 |
+
| 6.441 | 3.28 | 200000 | 6.4422 | 0.1245 |
|
72 |
+
| 6.4385 | 3.44 | 210000 | 6.4353 | 0.1253 |
|
73 |
+
| 6.4308 | 3.6 | 220000 | 6.4295 | 0.1256 |
|
74 |
+
| 6.4188 | 3.77 | 230000 | 6.4250 | 0.1264 |
|
75 |
+
| 6.422 | 3.93 | 240000 | 6.4213 | 0.1269 |
|
76 |
+
| 6.416 | 4.1 | 250000 | 6.4180 | 0.1273 |
|
77 |
+
| 6.4215 | 4.26 | 260000 | 6.4151 | 0.1276 |
|
78 |
+
| 6.4135 | 4.42 | 270000 | 6.4142 | 0.1277 |
|
79 |
+
| 6.4138 | 4.59 | 280000 | 6.4118 | 0.1281 |
|
80 |
+
| 6.41 | 4.75 | 290000 | 6.4097 | 0.1283 |
|
81 |
+
| 6.4114 | 4.92 | 300000 | 6.4103 | 0.1281 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.33.2
|
87 |
+
- Pytorch 1.14.0a0+410ce96
|
88 |
+
- Datasets 2.14.5
|
89 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10357253
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:784d8f23ee9b4cfff5f01f3dfe47408b2ce102c4e0e767c2583102b6fdca0116
|
3 |
size 10357253
|