thivy commited on
Commit
4944054
·
verified ·
1 Parent(s): 6e9b629

Model save

Browse files
Files changed (1) hide show
  1. README.md +77 -3
README.md CHANGED
@@ -1,3 +1,77 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-4.0
4
+ base_model: NbAiLab/nb-bert-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: nb-bert-norne-ner
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # nb-bert-norne-ner
21
+
22
+ This model is a fine-tuned version of [NbAiLab/nb-bert-base](https://huggingface.co/NbAiLab/nb-bert-base) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0430
25
+ - Precision: 0.9277
26
+ - Recall: 0.9296
27
+ - F1: 0.9287
28
+ - Accuracy: 0.9951
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_steps: 500
54
+ - num_epochs: 10
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
+ | 0.0233 | 1.0 | 3734 | 0.0272 | 0.8978 | 0.9109 | 0.9043 | 0.9939 |
61
+ | 0.0165 | 2.0 | 7468 | 0.0214 | 0.9200 | 0.9228 | 0.9214 | 0.9949 |
62
+ | 0.0071 | 3.0 | 11202 | 0.0269 | 0.9218 | 0.9222 | 0.9220 | 0.9951 |
63
+ | 0.0042 | 4.0 | 14936 | 0.0275 | 0.9237 | 0.9259 | 0.9248 | 0.9951 |
64
+ | 0.0025 | 5.0 | 18670 | 0.0331 | 0.9226 | 0.9279 | 0.9253 | 0.9951 |
65
+ | 0.0014 | 6.0 | 22404 | 0.0370 | 0.9204 | 0.9276 | 0.9240 | 0.9949 |
66
+ | 0.0015 | 7.0 | 26138 | 0.0389 | 0.9225 | 0.9259 | 0.9242 | 0.9951 |
67
+ | 0.0 | 8.0 | 29872 | 0.0404 | 0.9263 | 0.9310 | 0.9286 | 0.9953 |
68
+ | 0.0003 | 9.0 | 33606 | 0.0426 | 0.9259 | 0.9300 | 0.9279 | 0.9952 |
69
+ | 0.0 | 10.0 | 37340 | 0.0430 | 0.9277 | 0.9296 | 0.9287 | 0.9951 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.57.3
75
+ - Pytorch 2.9.1
76
+ - Datasets 4.4.1
77
+ - Tokenizers 0.22.1