Commit
·
412ed88
1
Parent(s):
f0e4a4d
Add README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: es
|
| 3 |
+
tags:
|
| 4 |
+
- biomedical
|
| 5 |
+
- clinical
|
| 6 |
+
- spanish
|
| 7 |
+
- roberta-large-bne
|
| 8 |
+
license: apache-2.0
|
| 9 |
+
datasets:
|
| 10 |
+
- "IIC/livingner3"
|
| 11 |
+
metrics:
|
| 12 |
+
- f1
|
| 13 |
+
|
| 14 |
+
model-index:
|
| 15 |
+
- name: IIC/roberta-large-bne-livingner3
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
type: multi-label-classification
|
| 19 |
+
dataset:
|
| 20 |
+
name: livingner3
|
| 21 |
+
type: IIC/livingner3
|
| 22 |
+
split: test
|
| 23 |
+
metrics:
|
| 24 |
+
- name: f1
|
| 25 |
+
type: f1
|
| 26 |
+
value: 0.644
|
| 27 |
+
pipeline_tag: text-classification
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
# roberta-large-bne-livingner3
|
| 32 |
+
|
| 33 |
+
This model is a finetuned version of roberta-large-bne for the livingner3 dataset used in a benchmark in the paper TODO. The model has a F1 of 0.644
|
| 34 |
+
|
| 35 |
+
Please refer to the original publication for more information TODO LINK
|
| 36 |
+
|
| 37 |
+
## Parameters used
|
| 38 |
+
|
| 39 |
+
| parameter | Value |
|
| 40 |
+
|-------------------------|:-----:|
|
| 41 |
+
| batch size | 16 |
|
| 42 |
+
| learning rate | 1e-05 |
|
| 43 |
+
| classifier dropout | 0.2 |
|
| 44 |
+
| warmup ratio | 0 |
|
| 45 |
+
| warmup steps | 0 |
|
| 46 |
+
| weight decay | 0 |
|
| 47 |
+
| optimizer | AdamW |
|
| 48 |
+
| epochs | 10 |
|
| 49 |
+
| early stopping patience | 3 |
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
## BibTeX entry and citation info
|
| 53 |
+
|
| 54 |
+
```bibtex
|
| 55 |
+
TODO
|
| 56 |
+
```
|
| 57 |
+
|