eddiegulay commited on
Commit
f24bc18
1 Parent(s): 2139acb

End of training

Browse files
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google-bert/bert-base-uncased
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - conll2003
9
+ metrics:
10
+ - precision
11
+ - recall
12
+ - f1
13
+ - accuracy
14
+ model-index:
15
+ - name: g-bert-NER
16
+ results:
17
+ - task:
18
+ name: Token Classification
19
+ type: token-classification
20
+ dataset:
21
+ name: conll2003
22
+ type: conll2003
23
+ config: conll2003
24
+ split: test
25
+ args: conll2003
26
+ metrics:
27
+ - name: Precision
28
+ type: precision
29
+ value: 0.8925347222222222
30
+ - name: Recall
31
+ type: recall
32
+ value: 0.9102337110481586
33
+ - name: F1
34
+ type: f1
35
+ value: 0.901297335203366
36
+ - name: Accuracy
37
+ type: accuracy
38
+ value: 0.9799720038763864
39
+ ---
40
+
41
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
42
+ should probably proofread and complete it, then remove this comment. -->
43
+
44
+ # g-bert-NER
45
+
46
+ This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the conll2003 dataset.
47
+ It achieves the following results on the evaluation set:
48
+ - Loss: 0.1387
49
+ - Precision: 0.8925
50
+ - Recall: 0.9102
51
+ - F1: 0.9013
52
+ - Accuracy: 0.9800
53
+
54
+ ## Model description
55
+
56
+ More information needed
57
+
58
+ ## Intended uses & limitations
59
+
60
+ More information needed
61
+
62
+ ## Training and evaluation data
63
+
64
+ More information needed
65
+
66
+ ## Training procedure
67
+
68
+ ### Training hyperparameters
69
+
70
+ The following hyperparameters were used during training:
71
+ - learning_rate: 2e-05
72
+ - train_batch_size: 16
73
+ - eval_batch_size: 16
74
+ - seed: 42
75
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
76
+ - lr_scheduler_type: linear
77
+ - num_epochs: 5
78
+
79
+ ### Training results
80
+
81
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.1773 | 1.0 | 878 | 0.1028 | 0.8910 | 0.8947 | 0.8928 | 0.9781 |
84
+ | 0.036 | 2.0 | 1756 | 0.1125 | 0.8901 | 0.9132 | 0.9015 | 0.9793 |
85
+ | 0.0194 | 3.0 | 2634 | 0.1202 | 0.8948 | 0.9093 | 0.9020 | 0.9800 |
86
+ | 0.0112 | 4.0 | 3512 | 0.1346 | 0.8889 | 0.9136 | 0.9011 | 0.9794 |
87
+ | 0.0081 | 5.0 | 4390 | 0.1387 | 0.8925 | 0.9102 | 0.9013 | 0.9800 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.44.2
93
+ - Pytorch 2.4.0+cu121
94
+ - Datasets 2.21.0
95
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c2c0c8ec3af41c4bff35d564c6c9d5c165a8c093bb6fd66176daba94f47ab7a
3
  size 435617620
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50bde216e4f5fbb8afc466fc2b9d975f1d75ec890b0bb91964947791e7186cd
3
  size 435617620
runs/Sep10_21-37-39_594159c714ab/events.out.tfevents.1726004318.594159c714ab.264.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d1c3ac0bc979a993cd90b759aa0a5e853d56456a3faea30e2e740d1ba16316e
3
- size 8811
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d4904728622f07e557c0b170157e0eeab7b099b17a4df0a64685949f635c76
3
+ size 9637