End of training
Browse files- README.md +67 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/deberta-v3-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- conll2003
|
8 |
+
model-index:
|
9 |
+
- name: deberta-v3-base_conll03
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# deberta-v3-base_conll03
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the conll2003 dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0973
|
21 |
+
- F1-type-match: 0.9316
|
22 |
+
- F1-partial: 0.9733
|
23 |
+
- F1-strict: 0.9235
|
24 |
+
- F1-exact: 0.9651
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 0.0001
|
44 |
+
- train_batch_size: 32
|
45 |
+
- eval_batch_size: 32
|
46 |
+
- seed: 42
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 5
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | F1-type-match | F1-partial | F1-strict | F1-exact |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------------:|:----------:|:---------:|:--------:|
|
55 |
+
| 0.0963 | 1.0 | 439 | 0.0814 | 0.8408 | 0.8897 | 0.8323 | 0.8809 |
|
56 |
+
| 0.0197 | 2.0 | 878 | 0.0803 | 0.9219 | 0.9725 | 0.9138 | 0.9648 |
|
57 |
+
| 0.0108 | 3.0 | 1317 | 0.0858 | 0.9307 | 0.9728 | 0.9228 | 0.9648 |
|
58 |
+
| 0.0054 | 4.0 | 1756 | 0.0922 | 0.9313 | 0.9725 | 0.9235 | 0.9643 |
|
59 |
+
| 0.0033 | 5.0 | 2195 | 0.0973 | 0.9316 | 0.9733 | 0.9235 | 0.9651 |
|
60 |
+
|
61 |
+
|
62 |
+
### Framework versions
|
63 |
+
|
64 |
+
- Transformers 4.36.0
|
65 |
+
- Pytorch 2.0.0
|
66 |
+
- Datasets 2.1.0
|
67 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 735378268
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:987c7ba29fcb8fec8ecdc05c036b899a7d168a98f23cac4132c94dade6a28796
|
3 |
size 735378268
|