Lilya commited on
Commit
7237571
·
1 Parent(s): 22d4254

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: distilbert-base-uncased-ner-invoiceSenderRecipient_clean_inv_28_02
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
+ # distilbert-base-uncased-ner-invoiceSenderRecipient_clean_inv_28_02
13
+
14
+ This model was trained from scratch on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.0266
17
+ - eval_precision: 0.9595
18
+ - eval_recall: 0.9642
19
+ - eval_f1: 0.9618
20
+ - eval_accuracy: 0.9957
21
+ - eval_runtime: 60.7498
22
+ - eval_samples_per_second: 271.474
23
+ - eval_steps_per_second: 16.971
24
+ - epoch: 9.98
25
+ - step: 58000
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 10
51
+ - mixed_precision_training: Native AMP
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.15.0
56
+ - Pytorch 1.13.1
57
+ - Datasets 2.3.2
58
+ - Tokenizers 0.10.3