Enigma-MultiClinAI
Collection
25 items • Updated
How to use SU-FMI-AI/multiclinner-enigma-es-procedure-RigoBERTa-Clinical with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="SU-FMI-AI/multiclinner-enigma-es-procedure-RigoBERTa-Clinical") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("SU-FMI-AI/multiclinner-enigma-es-procedure-RigoBERTa-Clinical")
model = AutoModelForTokenClassification.from_pretrained("SU-FMI-AI/multiclinner-enigma-es-procedure-RigoBERTa-Clinical", device_map="auto")This model is a fine-tuned version of IIC/RigoBERTa-Clinical on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.1097 | 1.0 | 739 | 0.0422 | 0.8979 | 0.8993 | 0.8986 | 0.9833 |
| 0.0658 | 2.0 | 1478 | 0.0285 | 0.9237 | 0.9368 | 0.9302 | 0.9891 |
| 0.0382 | 3.0 | 2217 | 0.0198 | 0.9278 | 0.9653 | 0.9462 | 0.9925 |
| 0.0313 | 4.0 | 2956 | 0.0123 | 0.9652 | 0.9734 | 0.9693 | 0.9955 |
| 0.0182 | 5.0 | 3695 | 0.0078 | 0.9786 | 0.9813 | 0.9799 | 0.9973 |
| 0.0148 | 6.0 | 4434 | 0.0048 | 0.9850 | 0.9914 | 0.9882 | 0.9984 |
| 0.0083 | 7.0 | 5173 | 0.0037 | 0.9907 | 0.9918 | 0.9913 | 0.9988 |
| 0.0069 | 8.0 | 5912 | 0.0020 | 0.9944 | 0.9964 | 0.9954 | 0.9994 |
| 0.0040 | 9.0 | 6651 | 0.0016 | 0.9961 | 0.9964 | 0.9962 | 0.9995 |
| 0.0031 | 10.0 | 7390 | 0.0013 | 0.9965 | 0.9982 | 0.9973 | 0.9997 |