hkaraoguz commited on
Commit
a4e162b
1 Parent(s): 73d6f08

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - wikiann
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: BERT_swedish-ner
13
+ results:
14
+ - task:
15
+ name: Token Classification
16
+ type: token-classification
17
+ dataset:
18
+ name: wikiann
19
+ type: wikiann
20
+ config: sv
21
+ split: train
22
+ args: sv
23
+ metrics:
24
+ - name: Precision
25
+ type: precision
26
+ value: 0.9340386115444618
27
+ - name: Recall
28
+ type: recall
29
+ value: 0.9418907624993855
30
+ - name: F1
31
+ type: f1
32
+ value: 0.9379482534942355
33
+ - name: Accuracy
34
+ type: accuracy
35
+ value: 0.979997105690534
36
+ ---
37
+
38
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
39
+ should probably proofread and complete it, then remove this comment. -->
40
+
41
+ # BERT_swedish-ner
42
+
43
+ This model is a fine-tuned version of [KB/bert-base-swedish-cased](https://huggingface.co/KB/bert-base-swedish-cased) on the wikiann dataset.
44
+ It achieves the following results on the evaluation set:
45
+ - Loss: 0.1316
46
+ - Precision: 0.9340
47
+ - Recall: 0.9419
48
+ - F1: 0.9379
49
+ - Accuracy: 0.9800
50
+
51
+ ## Model description
52
+
53
+ More information needed
54
+
55
+ ## Intended uses & limitations
56
+
57
+ More information needed
58
+
59
+ ## Training and evaluation data
60
+
61
+ More information needed
62
+
63
+ ## Training procedure
64
+
65
+ ### Training hyperparameters
66
+
67
+ The following hyperparameters were used during training:
68
+ - learning_rate: 5e-05
69
+ - train_batch_size: 12
70
+ - eval_batch_size: 12
71
+ - seed: 42
72
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
+ - lr_scheduler_type: linear
74
+ - num_epochs: 5
75
+
76
+ ### Training results
77
+
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.22.1
83
+ - Pytorch 1.12.1+cu113
84
+ - Datasets 2.4.0
85
+ - Tokenizers 0.12.1