nadahlberg commited on
Commit
150a8d3
·
1 Parent(s): 8de33d6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ner-entry-date-section
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # ner-entry-date-section
13
+
14
+ This model is a fine-tuned version of [scales-okn/docket-language-model](https://huggingface.co/scales-okn/docket-language-model) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.0001
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - lr_scheduler_warmup_ratio: 0.06
42
+ - num_epochs: 5
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.0012 | 0.83 | 30 | 0.0008 |
49
+ | 0.0002 | 1.67 | 60 | 0.0001 |
50
+ | 0.0012 | 2.5 | 90 | 0.0006 |
51
+ | 0.0012 | 3.33 | 120 | 0.0006 |
52
+ | 0.0005 | 4.17 | 150 | 0.0002 |
53
+ | 0.0007 | 5.0 | 180 | 0.0003 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.20.0.dev0
59
+ - Pytorch 1.10.0+cu102
60
+ - Datasets 1.15.1
61
+ - Tokenizers 0.11.0