jpherrerap commited on
Commit
1d9a0d4
·
1 Parent(s): 52424b3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: ner-bert-base-spanish-wwm-uncased
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # ner-bert-base-spanish-wwm-uncased
13
+
14
+ This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 1.0598
17
+ - Body Part Precision: 0.0
18
+ - Body Part Recall: 0.0
19
+ - Body Part F1: 0.0
20
+ - Body Part Number: 0
21
+ - Disease Precision: 0.0
22
+ - Disease Recall: 0.0
23
+ - Disease F1: 0.0
24
+ - Disease Number: 0
25
+ - Medication Precision: 0.0
26
+ - Medication Recall: 0.0
27
+ - Medication F1: 0.0
28
+ - Medication Number: 0
29
+ - Procedure Precision: 0.0
30
+ - Procedure Recall: 0.0
31
+ - Procedure F1: 0.0
32
+ - Procedure Number: 0
33
+ - Overall Precision: 0.0
34
+ - Overall Recall: 0.0
35
+ - Overall F1: 0.0
36
+ - Overall Accuracy: 0.7077
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 5e-05
56
+ - train_batch_size: 8
57
+ - eval_batch_size: 8
58
+ - seed: 13
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - num_epochs: 1
62
+
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Body Part Precision | Body Part Recall | Body Part F1 | Body Part Number | Disease Precision | Disease Recall | Disease F1 | Disease Number | Medication Precision | Medication Recall | Medication F1 | Medication Number | Procedure Precision | Procedure Recall | Procedure F1 | Procedure Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
66
+ |:-------------:|:-----:|:----:|:---------------:|:-------------------:|:----------------:|:------------:|:----------------:|:-----------------:|:--------------:|:----------:|:--------------:|:--------------------:|:-----------------:|:-------------:|:-----------------:|:-------------------:|:----------------:|:------------:|:----------------:|:-----------------:|:--------------:|:----------:|:----------------:|
67
+ | 0.6071 | 1.0 | 125 | 1.0598 | 0.0 | 0.0 | 0.0 | 0 | 0.0 | 0.0 | 0.0 | 0 | 0.0 | 0.0 | 0.0 | 0 | 0.0 | 0.0 | 0.0 | 0 | 0.0 | 0.0 | 0.0 | 0.7077 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.30.2
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.13.1
75
+ - Tokenizers 0.13.3