janrodriguez commited on
Commit
ef93497
·
verified ·
1 Parent(s): f9443a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -6
README.md CHANGED
@@ -22,18 +22,34 @@ model-index:
22
  - task:
23
  type: token-classification
24
  dataset:
25
- name: DrugTEMIST
26
- type: DrugTEMIST
27
  metrics:
28
- - name: precision (micro)
29
  type: precision
30
  value: 0.885
31
- - name: recall (micro)
32
  type: recall
33
  value: 0.874
34
- - name: f1 (micro)
35
  type: f1
36
  value: 0.879
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  widget:
38
  - text: "El diagnóstico definitivo de nuestro paciente fue de un Adenocarcinoma de pulmón cT2a cN3 cM1a Estadio IV (por una única lesión pulmonar contralateral) PD-L1 90%, EGFR negativo, ALK negativo y ROS-1 negativo."
39
  - text: "Durante el ingreso se realiza una TC, observándose un nódulo pulmonar en el LII y una masa renal derecha indeterminada. Se realiza punción biopsia del nódulo pulmonar, con hallazgos altamente sospechosos de carcinoma."
@@ -81,7 +97,8 @@ At the time of submission, no measures have been taken to estimate the bias embe
81
  The model was trained using the Barcelona Supercomputing Center infrastructure.
82
 
83
  ## Evaluation
84
- Micro F1 Score: 0.879 on DrugTEMIST (Catalan Gold Standard)
 
85
 
86
  ## Additional information
87
 
 
22
  - task:
23
  type: token-classification
24
  dataset:
25
+ name: DrugTEMIST-cat
26
+ type: DrugTEMIST-cat
27
  metrics:
28
+ - name: precision
29
  type: precision
30
  value: 0.885
31
+ - name: recall
32
  type: recall
33
  value: 0.874
34
+ - name: f1
35
  type: f1
36
  value: 0.879
37
+ - task:
38
+ type: token-classification
39
+ dataset:
40
+ name: CataCCC-drugs
41
+ type: CataCCC-drugs
42
+ metrics:
43
+ - name: precision
44
+ type: precision
45
+ value: 0.921
46
+ - name: recall
47
+ type: recall
48
+ value: 0.904
49
+ - name: f1
50
+ type: f1
51
+ value: 0.913
52
+
53
  widget:
54
  - text: "El diagnóstico definitivo de nuestro paciente fue de un Adenocarcinoma de pulmón cT2a cN3 cM1a Estadio IV (por una única lesión pulmonar contralateral) PD-L1 90%, EGFR negativo, ALK negativo y ROS-1 negativo."
55
  - text: "Durante el ingreso se realiza una TC, observándose un nódulo pulmonar en el LII y una masa renal derecha indeterminada. Se realiza punción biopsia del nódulo pulmonar, con hallazgos altamente sospechosos de carcinoma."
 
97
  The model was trained using the Barcelona Supercomputing Center infrastructure.
98
 
99
  ## Evaluation
100
+ F1 Score: 0.879 on DrugTEMIST (Catalan Gold Standard)
101
+ F1 Score: 0.913 on CataCCC-drugs (Catalan Gold Standard)
102
 
103
  ## Additional information
104