ZhouYuCheng
commited on
Commit
Β·
0bd4058
1
Parent(s):
aa4f325
Update README.md
Browse files
README.md
CHANGED
@@ -1,70 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
- recall
|
8 |
-
- f1
|
9 |
-
- accuracy
|
10 |
-
model-index:
|
11 |
-
- name: macbert-finetuned-ner-drugname
|
12 |
-
results: []
|
13 |
-
---
|
14 |
-
|
15 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
-
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
|
19 |
|
20 |
-
This model is a fine-tuned version of [shibing624/macbert4csc-base-chinese](https://huggingface.co/shibing624/macbert4csc-base-chinese) on an unknown dataset.
|
21 |
-
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.0195
|
23 |
-
- Precision: 0.0
|
24 |
-
- Recall: 0.0
|
25 |
-
- F1: 0.0
|
26 |
-
- Accuracy: 0.9971
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
## Intended uses & limitations
|
33 |
|
34 |
More information needed
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
38 |
-
More information needed
|
39 |
-
|
40 |
-
## Training procedure
|
41 |
-
|
42 |
-
### Training hyperparameters
|
43 |
-
|
44 |
-
The following hyperparameters were used during training:
|
45 |
-
- learning_rate: 5e-05
|
46 |
-
- train_batch_size: 16
|
47 |
-
- eval_batch_size: 16
|
48 |
-
- seed: 42
|
49 |
-
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
-
- lr_scheduler_type: linear
|
51 |
-
- num_epochs: 8.0
|
52 |
-
- mixed_precision_training: Native AMP
|
53 |
-
|
54 |
-
### Training results
|
55 |
-
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
-
|:-------------:|:-----:|:------:|:---------------:|:---------:|:------:|:---:|:--------:|
|
58 |
-
| 0.0083 | 1.0 | 15362 | 0.0108 | 0.0 | 0.0 | 0.0 | 0.9964 |
|
59 |
-
| 0.0053 | 2.0 | 30724 | 0.0116 | 0.0 | 0.0 | 0.0 | 0.9963 |
|
60 |
-
| 0.0037 | 3.0 | 46086 | 0.0091 | 0.0 | 0.0 | 0.0 | 0.9977 |
|
61 |
-
| 0.0022 | 4.0 | 61448 | 0.0112 | 0.0 | 0.0 | 0.0 | 0.9975 |
|
62 |
-
| 0.0017 | 5.0 | 76810 | 0.0150 | 0.0 | 0.0 | 0.0 | 0.9970 |
|
63 |
-
| 0.0008 | 6.0 | 92172 | 0.0175 | 0.0 | 0.0 | 0.0 | 0.9971 |
|
64 |
-
| 0.0005 | 7.0 | 107534 | 0.0172 | 0.0 | 0.0 | 0.0 | 0.9971 |
|
65 |
-
| 0.0002 | 8.0 | 122896 | 0.0195 | 0.0 | 0.0 | 0.0 | 0.9971 |
|
66 |
-
|
67 |
-
|
68 |
### Framework versions
|
69 |
|
70 |
- Transformers 4.15.0
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- Token Classification
|
5 |
+
language:
|
6 |
+
- zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
+
---
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
## Model description
|
12 |
|
13 |
+
## Intended use
|
|
|
|
|
14 |
|
15 |
More information needed
|
16 |
|
17 |
## Training and evaluation data
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
### Framework versions
|
20 |
|
21 |
- Transformers 4.15.0
|