End of training
Browse files- README.md +69 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: studio-ousia/luke-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- conll2003
|
8 |
+
model-index:
|
9 |
+
- name: luke-base_finetuned_conll2003
|
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 |
+
# luke-base_finetuned_conll2003
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [studio-ousia/luke-base](https://huggingface.co/studio-ousia/luke-base) on the conll2003 dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0959
|
21 |
+
- F1-type-match: 0.7530
|
22 |
+
- F1-partial: 0.7885
|
23 |
+
- F1-strict: 0.7477
|
24 |
+
- F1-exact: 0.7828
|
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: 16
|
45 |
+
- eval_batch_size: 16
|
46 |
+
- seed: 42
|
47 |
+
- gradient_accumulation_steps: 4
|
48 |
+
- total_train_batch_size: 64
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | F1-type-match | F1-partial | F1-strict | F1-exact |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------------:|:----------:|:---------:|:--------:|
|
57 |
+
| No log | 1.0 | 219 | 0.0796 | 0.3002 | 0.3178 | 0.2969 | 0.3146 |
|
58 |
+
| 0.1554 | 2.0 | 439 | 0.0724 | 0.3889 | 0.4078 | 0.3859 | 0.4048 |
|
59 |
+
| 0.0256 | 3.0 | 658 | 0.0832 | 0.5340 | 0.5610 | 0.5300 | 0.5568 |
|
60 |
+
| 0.0124 | 4.0 | 878 | 0.0918 | 0.6875 | 0.7207 | 0.6826 | 0.7156 |
|
61 |
+
| 0.0062 | 4.99 | 1095 | 0.0959 | 0.7530 | 0.7885 | 0.7477 | 0.7828 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.35.0
|
67 |
+
- Pytorch 2.0.0
|
68 |
+
- Datasets 2.1.0
|
69 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1095706812
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91297e77fe87c0383425394d2664693c9bb8f8b0fa853aa61b050d6838aed043
|
3 |
size 1095706812
|