lambdavi commited on
Commit
d0df600
1 Parent(s): 2ea2b10

Model save

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: studio-ousia/luke-base
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: legal-luke-base-ner
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # legal-luke-base-ner
15
+
16
+ This model is a fine-tuned version of [studio-ousia/luke-base](https://huggingface.co/studio-ousia/luke-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0153
19
+ - F1-type-match: 0.9297
20
+ - F1-partial: 0.9197
21
+ - F1-strict: 0.8794
22
+ - F1-exact: 0.8891
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0001
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - lr_scheduler_warmup_ratio: 0.06
48
+ - num_epochs: 5
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | F1-type-match | F1-partial | F1-strict | F1-exact |
53
+ |:-------------:|:-----:|:----:|:---------------:|:-------------:|:----------:|:---------:|:--------:|
54
+ | 0.021 | 1.0 | 1375 | 0.0219 | 0.8297 | 0.8176 | 0.7238 | 0.7525 |
55
+ | 0.0132 | 2.0 | 2750 | 0.0156 | 0.8841 | 0.8722 | 0.7943 | 0.8166 |
56
+ | 0.0087 | 3.0 | 4125 | 0.0155 | 0.8901 | 0.8796 | 0.8271 | 0.8374 |
57
+ | 0.0052 | 4.0 | 5500 | 0.0153 | 0.9190 | 0.9100 | 0.8633 | 0.8750 |
58
+ | 0.0035 | 5.0 | 6875 | 0.0153 | 0.9297 | 0.9197 | 0.8794 | 0.8891 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.36.0
64
+ - Pytorch 2.0.0
65
+ - Datasets 2.17.1
66
+ - Tokenizers 0.15.0