End of training
Browse files- README.md +73 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
model-index:
|
8 |
+
- name: ec_classfication_0502_distilbert_base_uncased
|
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 |
+
# ec_classfication_0502_distilbert_base_uncased
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.9120
|
20 |
+
- F1: 0.8222
|
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: 16
|
41 |
+
- eval_batch_size: 16
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- num_epochs: 15
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
50 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
51 |
+
| No log | 1.0 | 59 | 0.6145 | 0.5753 |
|
52 |
+
| No log | 2.0 | 118 | 0.5000 | 0.7619 |
|
53 |
+
| No log | 3.0 | 177 | 0.5990 | 0.7 |
|
54 |
+
| No log | 4.0 | 236 | 0.5030 | 0.8235 |
|
55 |
+
| No log | 5.0 | 295 | 0.6379 | 0.8478 |
|
56 |
+
| No log | 6.0 | 354 | 0.6739 | 0.8478 |
|
57 |
+
| No log | 7.0 | 413 | 0.7597 | 0.8090 |
|
58 |
+
| No log | 8.0 | 472 | 0.7854 | 0.8222 |
|
59 |
+
| 0.1878 | 9.0 | 531 | 0.8594 | 0.8222 |
|
60 |
+
| 0.1878 | 10.0 | 590 | 0.8947 | 0.8090 |
|
61 |
+
| 0.1878 | 11.0 | 649 | 0.9086 | 0.8222 |
|
62 |
+
| 0.1878 | 12.0 | 708 | 0.9130 | 0.8222 |
|
63 |
+
| 0.1878 | 13.0 | 767 | 0.9070 | 0.8222 |
|
64 |
+
| 0.1878 | 14.0 | 826 | 0.9117 | 0.8222 |
|
65 |
+
| 0.1878 | 15.0 | 885 | 0.9120 | 0.8222 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.27.3
|
71 |
+
- Pytorch 2.0.0+cu118
|
72 |
+
- Datasets 2.11.0
|
73 |
+
- Tokenizers 0.13.2
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267855533
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc56f0acedec08ba961c50e13cbe9a8c0bb70db8d24c7166831004b2a49910c0
|
3 |
size 267855533
|