File size: 2,604 Bytes
67d20ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f6cd5ca
 
 
 
 
67d20ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f6cd5ca
67d20ea
 
 
f6cd5ca
 
 
 
 
 
 
 
 
 
 
 
 
 
67d20ea
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
license: gpl-3.0
tags:
- generated_from_trainer
metrics:
- precision
- recall
- f1
- accuracy
model-index:
- name: bert-base-chinese-finetuned-ner_0220_J_ORIDATA_FULL_NOMOD
  results: []
---

<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->

# bert-base-chinese-finetuned-ner_0220_J_ORIDATA_FULL_NOMOD

This model is a fine-tuned version of [ckiplab/bert-base-chinese-ner](https://huggingface.co/ckiplab/bert-base-chinese-ner) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0522
- Precision: 0.9728
- Recall: 0.9739
- F1: 0.9733
- Accuracy: 0.9954

## Model description

More information needed

## Intended uses & limitations

More information needed

## Training and evaluation data

More information needed

## Training procedure

### Training hyperparameters

The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 2
- eval_batch_size: 2
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 12

### Training results

| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1     | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
| 0.3616        | 1.0   | 705  | 0.0914          | 0.8789    | 0.9239 | 0.9008 | 0.9821   |
| 0.0643        | 2.0   | 1410 | 0.0602          | 0.9242    | 0.9420 | 0.9330 | 0.9912   |
| 0.0339        | 3.0   | 2115 | 0.0533          | 0.9385    | 0.9545 | 0.9465 | 0.9910   |
| 0.024         | 4.0   | 2820 | 0.0558          | 0.9595    | 0.9693 | 0.9644 | 0.9932   |
| 0.0145        | 5.0   | 3525 | 0.0584          | 0.9484    | 0.9614 | 0.9549 | 0.9921   |
| 0.007         | 6.0   | 4230 | 0.0535          | 0.9637    | 0.9648 | 0.9642 | 0.9940   |
| 0.0145        | 7.0   | 4935 | 0.0492          | 0.9573    | 0.9682 | 0.9627 | 0.9942   |
| 0.0091        | 8.0   | 5640 | 0.0486          | 0.9694    | 0.9716 | 0.9705 | 0.9957   |
| 0.0049        | 9.0   | 6345 | 0.0526          | 0.9727    | 0.9727 | 0.9727 | 0.9950   |
| 0.0033        | 10.0  | 7050 | 0.0515          | 0.9661    | 0.9727 | 0.9694 | 0.9949   |
| 0.0023        | 11.0  | 7755 | 0.0523          | 0.9661    | 0.9716 | 0.9688 | 0.9950   |
| 0.0019        | 12.0  | 8460 | 0.0522          | 0.9728    | 0.9739 | 0.9733 | 0.9954   |


### Framework versions

- Transformers 4.20.1
- Pytorch 1.13.0+cu117
- Datasets 2.8.0
- Tokenizers 0.12.1