RobW commited on
Commit
35fa663
·
verified ·
1 Parent(s): 04a5b92

Model save

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: bert-finetuned-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
+ # bert-finetuned-ner
21
+
22
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0456
25
+ - Precision: 0.8864
26
+ - Recall: 0.9534
27
+ - F1: 0.9187
28
+ - Accuracy: 0.9910
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: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 3
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.0738 | 1.0 | 629 | 0.0417 | 0.9075 | 0.9545 | 0.9304 | 0.9907 |
60
+ | 0.0313 | 2.0 | 1258 | 0.0461 | 0.8817 | 0.9565 | 0.9176 | 0.9897 |
61
+ | 0.0146 | 3.0 | 1887 | 0.0456 | 0.8864 | 0.9534 | 0.9187 | 0.9910 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.45.1
67
+ - Pytorch 2.5.1
68
+ - Datasets 3.3.2
69
+ - Tokenizers 0.20.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5adadde1f0f1284860be02645ceba1a63c9a7e9fd8b19551b9217b54ef043ea5
3
  size 430908208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac44253c360bdfa8bfc5dd3c240ac2e448f04cb67c1ee97816d2c574dfd0d6f
3
  size 430908208