mpalaval commited on
Commit
aaf598a
1 Parent(s): ffb9dd3

Training complete

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: bert-ner-2
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # bert-ner-2
20
+
21
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.7358
24
+ - Precision: 0.1646
25
+ - Recall: 0.4605
26
+ - F1: 0.2425
27
+ - Accuracy: 0.8784
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 149 | 0.5651 | 0.1347 | 0.4192 | 0.2038 | 0.8686 |
59
+ | No log | 2.0 | 298 | 0.5818 | 0.1440 | 0.4227 | 0.2148 | 0.8785 |
60
+ | No log | 3.0 | 447 | 0.6011 | 0.1432 | 0.3986 | 0.2107 | 0.8808 |
61
+ | 0.0328 | 4.0 | 596 | 0.5546 | 0.1613 | 0.3986 | 0.2297 | 0.8955 |
62
+ | 0.0328 | 5.0 | 745 | 0.7685 | 0.1371 | 0.4467 | 0.2098 | 0.8600 |
63
+ | 0.0328 | 6.0 | 894 | 0.7755 | 0.1486 | 0.4570 | 0.2243 | 0.8686 |
64
+ | 0.0102 | 7.0 | 1043 | 0.6831 | 0.1669 | 0.4570 | 0.2445 | 0.8834 |
65
+ | 0.0102 | 8.0 | 1192 | 0.7698 | 0.1524 | 0.4639 | 0.2294 | 0.8715 |
66
+ | 0.0102 | 9.0 | 1341 | 0.7303 | 0.1681 | 0.4708 | 0.2477 | 0.8791 |
67
+ | 0.0102 | 10.0 | 1490 | 0.7358 | 0.1646 | 0.4605 | 0.2425 | 0.8784 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.34.1
73
+ - Pytorch 2.1.0+cu118
74
+ - Datasets 2.14.6
75
+ - Tokenizers 0.14.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0593cd99286c97faf583779899090f7c4249db06603188d5bbab006781278c32
3
  size 430993062
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95cdd3df7404aef8b43a6893600e62fb9106984e3ff6a722a395f4fb9dc3f4b
3
  size 430993062