Beijuka commited on
Commit
2c0375f
·
verified ·
1 Parent(s): 35622e9

End of training

Browse files
Files changed (2) hide show
  1. README.md +105 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-bert/bert-base-multilingual-cased
5
+ tags:
6
+ - named-entity-recognition
7
+ - hausa
8
+ - african-language
9
+ - pii-detection
10
+ - token-classification
11
+ - generated_from_trainer
12
+ datasets:
13
+ - Beijuka/Multilingual_PII_NER_dataset
14
+ metrics:
15
+ - precision
16
+ - recall
17
+ - f1
18
+ - accuracy
19
+ model-index:
20
+ - name: multilingual-google-bert/bert-base-multilingual-cased-hausa-ner-v1
21
+ results:
22
+ - task:
23
+ name: Token Classification
24
+ type: token-classification
25
+ dataset:
26
+ name: Beijuka/Multilingual_PII_NER_dataset
27
+ type: Beijuka/Multilingual_PII_NER_dataset
28
+ args: 'split: train+validation+test'
29
+ metrics:
30
+ - name: Precision
31
+ type: precision
32
+ value: 0.9529745042492918
33
+ - name: Recall
34
+ type: recall
35
+ value: 0.9236683141131247
36
+ - name: F1
37
+ type: f1
38
+ value: 0.9380925822643614
39
+ - name: Accuracy
40
+ type: accuracy
41
+ value: 0.9788954787029192
42
+ ---
43
+
44
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
45
+ should probably proofread and complete it, then remove this comment. -->
46
+
47
+ # multilingual-google-bert/bert-base-multilingual-cased-hausa-ner-v1
48
+
49
+ This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the Beijuka/Multilingual_PII_NER_dataset dataset.
50
+ It achieves the following results on the evaluation set:
51
+ - Loss: 0.1237
52
+ - Precision: 0.9530
53
+ - Recall: 0.9237
54
+ - F1: 0.9381
55
+ - Accuracy: 0.9789
56
+
57
+ ## Model description
58
+
59
+ More information needed
60
+
61
+ ## Intended uses & limitations
62
+
63
+ More information needed
64
+
65
+ ## Training and evaluation data
66
+
67
+ More information needed
68
+
69
+ ## Training procedure
70
+
71
+ ### Training hyperparameters
72
+
73
+ The following hyperparameters were used during training:
74
+ - learning_rate: 5e-05
75
+ - train_batch_size: 8
76
+ - eval_batch_size: 8
77
+ - seed: 42
78
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
79
+ - lr_scheduler_type: linear
80
+ - num_epochs: 20
81
+
82
+ ### Training results
83
+
84
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
85
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
86
+ | No log | 1.0 | 301 | 0.1502 | 0.8451 | 0.8843 | 0.8643 | 0.9526 |
87
+ | 0.2112 | 2.0 | 602 | 0.1347 | 0.8573 | 0.9393 | 0.8964 | 0.9604 |
88
+ | 0.2112 | 3.0 | 903 | 0.1241 | 0.8813 | 0.9398 | 0.9096 | 0.9668 |
89
+ | 0.0847 | 4.0 | 1204 | 0.1770 | 0.8589 | 0.9460 | 0.9004 | 0.9640 |
90
+ | 0.0619 | 5.0 | 1505 | 0.1295 | 0.9012 | 0.9146 | 0.9078 | 0.9673 |
91
+ | 0.0619 | 6.0 | 1806 | 0.1502 | 0.9018 | 0.9254 | 0.9134 | 0.9683 |
92
+ | 0.0394 | 7.0 | 2107 | 0.1801 | 0.8729 | 0.9506 | 0.9101 | 0.9661 |
93
+ | 0.0394 | 8.0 | 2408 | 0.1807 | 0.9119 | 0.9321 | 0.9219 | 0.9705 |
94
+ | 0.0236 | 9.0 | 2709 | 0.1660 | 0.9259 | 0.9187 | 0.9223 | 0.9719 |
95
+ | 0.0124 | 10.0 | 3010 | 0.1878 | 0.8939 | 0.9496 | 0.9209 | 0.9705 |
96
+ | 0.0124 | 11.0 | 3311 | 0.2095 | 0.8874 | 0.9486 | 0.9170 | 0.9693 |
97
+ | 0.01 | 12.0 | 3612 | 0.2370 | 0.8814 | 0.9480 | 0.9135 | 0.9664 |
98
+
99
+
100
+ ### Framework versions
101
+
102
+ - Transformers 4.55.4
103
+ - Pytorch 2.8.0+cu126
104
+ - Datasets 4.0.0
105
+ - Tokenizers 0.21.4
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eef93741c6e6618ef2b23732d4f15aa013f340e0d7dd082d5cc9d868358ea934
3
  size 709163956
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa5e13d28d2eb16f8ce29e314c1120541ee2e0c1cd9a7b55d455d5bd01a2595a
3
  size 709163956