Alvaro8gb commited on
Commit
4645e1c
1 Parent(s): 965d944

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -4
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  ---
2
  tags:
3
  - spacy
@@ -6,7 +7,7 @@ language:
6
  - es
7
  license: mit
8
  model-index:
9
- - name: es_breast_cancer_ehr_ner
10
  results:
11
  - task:
12
  name: NER
@@ -26,7 +27,7 @@ Breast Cancer Diagnosis NER model
26
 
27
  | Feature | Description |
28
  | --- | --- |
29
- | **Name** | `es_breast_cancer_ehr_ner` |
30
  | **Version** | `0.0.0` |
31
  | **spaCy** | `>=3.5.0,<3.6.0` |
32
  | **Default Pipeline** | `transformer`, `ner` |
@@ -34,7 +35,7 @@ Breast Cancer Diagnosis NER model
34
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
35
  | **Sources** | n/a |
36
  | **License** | `mit` |
37
- | **Author** | [Álvaro García Barragán]() |
38
 
39
  ### Label Scheme
40
 
@@ -56,4 +57,21 @@ Breast Cancer Diagnosis NER model
56
  | `ENTS_P` | 92.46 |
57
  | `ENTS_R` | 93.97 |
58
  | `TRANSFORMER_LOSS` | 45014.63 |
59
- | `NER_LOSS` | 1216054.67 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
3
  tags:
4
  - spacy
 
7
  - es
8
  license: mit
9
  model-index:
10
+ - name: es_BreastCancerNER
11
  results:
12
  - task:
13
  name: NER
 
27
 
28
  | Feature | Description |
29
  | --- | --- |
30
+ | **Name** | `es_BreastCancerNER` |
31
  | **Version** | `0.0.0` |
32
  | **spaCy** | `>=3.5.0,<3.6.0` |
33
  | **Default Pipeline** | `transformer`, `ner` |
 
35
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
36
  | **Sources** | n/a |
37
  | **License** | `mit` |
38
+ | **Author** | [Álvaro García Barragán](https://huggingface.co/Alvaro8gb/es_BreastCancerNER) |
39
 
40
  ### Label Scheme
41
 
 
57
  | `ENTS_P` | 92.46 |
58
  | `ENTS_R` | 93.97 |
59
  | `TRANSFORMER_LOSS` | 45014.63 |
60
+ | `NER_LOSS` | 1216054.67 |
61
+
62
+
63
+
64
+ ## Citation
65
+ If you use our work in your research, please cite it as follows:
66
+
67
+ ```bibtex
68
+ @INPROCEEDINGS{garcia-barraganCBMS2023,
69
+ author={García-Barragán, Alvaro and Solarte-Pabón, Oswaldo and Nedostup, Georgiy and Provencio, Mariano and Menasalvas, Ernestina and Robles, Victor},
70
+ booktitle={2023 IEEE 36th International Symposium on Computer-Based Medical Systems (CBMS)},
71
+ title={Structuring Breast Cancer Spanish Electronic Health Records Using Deep Learning},
72
+ year={2023},
73
+ pages={404-409},
74
+ keywords={Natural Language Processing (NLP), Information extraction, Deep Learning, Breast cancer.},
75
+ doi={10.1109/CBMS58004.2023.00252}
76
+ }
77
+ ```