End of training
Browse files- README.md +89 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: gokuls/HBERTv1_48_L2_H256_A4
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- massive
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
model-index:
|
10 |
+
- name: HBERTv1_48_L2_H256_A4_massive
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: massive
|
17 |
+
type: massive
|
18 |
+
config: en-US
|
19 |
+
split: validation
|
20 |
+
args: en-US
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.8362026561731432
|
25 |
+
---
|
26 |
+
|
27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
+
should probably proofread and complete it, then remove this comment. -->
|
29 |
+
|
30 |
+
# HBERTv1_48_L2_H256_A4_massive
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [gokuls/HBERTv1_48_L2_H256_A4](https://huggingface.co/gokuls/HBERTv1_48_L2_H256_A4) on the massive dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.6816
|
35 |
+
- Accuracy: 0.8362
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Intended uses & limitations
|
42 |
+
|
43 |
+
More information needed
|
44 |
+
|
45 |
+
## Training and evaluation data
|
46 |
+
|
47 |
+
More information needed
|
48 |
+
|
49 |
+
## Training procedure
|
50 |
+
|
51 |
+
### Training hyperparameters
|
52 |
+
|
53 |
+
The following hyperparameters were used during training:
|
54 |
+
- learning_rate: 5e-05
|
55 |
+
- train_batch_size: 64
|
56 |
+
- eval_batch_size: 64
|
57 |
+
- seed: 33
|
58 |
+
- distributed_type: multi-GPU
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 15
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 3.0609 | 1.0 | 180 | 2.0828 | 0.5416 |
|
68 |
+
| 1.7322 | 2.0 | 360 | 1.2770 | 0.6995 |
|
69 |
+
| 1.1671 | 3.0 | 540 | 0.9723 | 0.7521 |
|
70 |
+
| 0.8923 | 4.0 | 720 | 0.8411 | 0.7723 |
|
71 |
+
| 0.7282 | 5.0 | 900 | 0.7748 | 0.7890 |
|
72 |
+
| 0.6334 | 6.0 | 1080 | 0.7396 | 0.8042 |
|
73 |
+
| 0.5372 | 7.0 | 1260 | 0.7192 | 0.8146 |
|
74 |
+
| 0.4854 | 8.0 | 1440 | 0.7008 | 0.8229 |
|
75 |
+
| 0.4327 | 9.0 | 1620 | 0.6971 | 0.8224 |
|
76 |
+
| 0.3975 | 10.0 | 1800 | 0.6840 | 0.8323 |
|
77 |
+
| 0.3598 | 11.0 | 1980 | 0.6947 | 0.8313 |
|
78 |
+
| 0.334 | 12.0 | 2160 | 0.6791 | 0.8337 |
|
79 |
+
| 0.317 | 13.0 | 2340 | 0.6859 | 0.8323 |
|
80 |
+
| 0.2969 | 14.0 | 2520 | 0.6816 | 0.8347 |
|
81 |
+
| 0.2918 | 15.0 | 2700 | 0.6816 | 0.8362 |
|
82 |
+
|
83 |
+
|
84 |
+
### Framework versions
|
85 |
+
|
86 |
+
- Transformers 4.34.0
|
87 |
+
- Pytorch 1.14.0a0+410ce96
|
88 |
+
- Datasets 2.14.5
|
89 |
+
- Tokenizers 0.14.0
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 39245447
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5cb6577face52de2a0b3b139096069a0d370f60d3b7f7cb5f87cef3f091d3e8
|
3 |
size 39245447
|