End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
datasets:
|
| 6 |
+
- massive
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
model-index:
|
| 10 |
+
- name: BERT-tiny-Massive-intent
|
| 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: train
|
| 20 |
+
args: en-US
|
| 21 |
+
metrics:
|
| 22 |
+
- name: Accuracy
|
| 23 |
+
type: accuracy
|
| 24 |
+
value: 0.8475159862272503
|
| 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 |
+
# BERT-tiny-Massive-intent
|
| 31 |
+
|
| 32 |
+
This model is a fine-tuned version of [google/bert_uncased_L-2_H-128_A-2](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) on the massive dataset.
|
| 33 |
+
It achieves the following results on the evaluation set:
|
| 34 |
+
- Loss: 0.6740
|
| 35 |
+
- Accuracy: 0.8475
|
| 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: 16
|
| 56 |
+
- eval_batch_size: 16
|
| 57 |
+
- seed: 33
|
| 58 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 59 |
+
- lr_scheduler_type: linear
|
| 60 |
+
- num_epochs: 50
|
| 61 |
+
- mixed_precision_training: Native AMP
|
| 62 |
+
|
| 63 |
+
### Training results
|
| 64 |
+
|
| 65 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 66 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
| 67 |
+
| 3.6104 | 1.0 | 720 | 3.0911 | 0.3601 |
|
| 68 |
+
| 2.8025 | 2.0 | 1440 | 2.3800 | 0.5165 |
|
| 69 |
+
| 2.2292 | 3.0 | 2160 | 1.9134 | 0.5991 |
|
| 70 |
+
| 1.818 | 4.0 | 2880 | 1.5810 | 0.6744 |
|
| 71 |
+
| 1.5171 | 5.0 | 3600 | 1.3522 | 0.7108 |
|
| 72 |
+
| 1.2876 | 6.0 | 4320 | 1.1686 | 0.7442 |
|
| 73 |
+
| 1.1049 | 7.0 | 5040 | 1.0355 | 0.7683 |
|
| 74 |
+
| 0.9623 | 8.0 | 5760 | 0.9466 | 0.7885 |
|
| 75 |
+
| 0.8424 | 9.0 | 6480 | 0.8718 | 0.7875 |
|
| 76 |
+
| 0.7473 | 10.0 | 7200 | 0.8107 | 0.8028 |
|
| 77 |
+
| 0.6735 | 11.0 | 7920 | 0.7710 | 0.8180 |
|
| 78 |
+
| 0.6085 | 12.0 | 8640 | 0.7404 | 0.8210 |
|
| 79 |
+
| 0.5536 | 13.0 | 9360 | 0.7180 | 0.8229 |
|
| 80 |
+
| 0.5026 | 14.0 | 10080 | 0.6980 | 0.8318 |
|
| 81 |
+
| 0.4652 | 15.0 | 10800 | 0.6970 | 0.8337 |
|
| 82 |
+
| 0.4234 | 16.0 | 11520 | 0.6822 | 0.8372 |
|
| 83 |
+
| 0.3987 | 17.0 | 12240 | 0.6691 | 0.8436 |
|
| 84 |
+
| 0.3707 | 18.0 | 12960 | 0.6679 | 0.8455 |
|
| 85 |
+
| 0.3433 | 19.0 | 13680 | 0.6740 | 0.8475 |
|
| 86 |
+
| 0.3206 | 20.0 | 14400 | 0.6760 | 0.8451 |
|
| 87 |
+
| 0.308 | 21.0 | 15120 | 0.6704 | 0.8436 |
|
| 88 |
+
| 0.2813 | 22.0 | 15840 | 0.6701 | 0.8416 |
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
### Framework versions
|
| 92 |
+
|
| 93 |
+
- Transformers 4.22.1
|
| 94 |
+
- Pytorch 1.12.1+cu113
|
| 95 |
+
- Datasets 2.5.1
|
| 96 |
+
- Tokenizers 0.12.1
|
logs/events.out.tfevents.1664028942.770a4ac86a1b.67.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4d12a2f553f904fccd91e87cbfca6a7e3c903d086da0bb7939fba928fbb2820
|
| 3 |
+
size 17079
|
logs/events.out.tfevents.1664029563.770a4ac86a1b.67.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2938d31e885c0c7b31ca0e6dd53e24b5100f2232674cfcceab7f4b50ff2ed1af
|
| 3 |
+
size 363
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17591719
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f65ddcc456deae69d4a5f96fec0a419564c4ae7d41cb5e49a001353c9b4a13f
|
| 3 |
size 17591719
|