File size: 1,805 Bytes
52adaae 9dcde34 52adaae 9dcde34 52adaae 9dcde34 52adaae 9dcde34 52adaae 9dcde34 52adaae 9dcde34 52adaae 9dcde34 52adaae 9dcde34 52adaae 9dcde34 52adaae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
---
library_name: transformers
tags:
- BC2GM
- NER
license: apache-2.0
language:
- en
metrics:
- seqeval
base_model:
- distilbert/distilbert-base-uncased
---
# Model Card for Model ID
Fine-tuned distilbert model. Trained on train set of BC2GM dataset taken from [BLURB](https://microsoft.github.io/BLURB/tasks.html).
## Model Details
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** https://github.com/kbulutozler/medical-llm-benchmark
## Training Details
### Training Data
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
Train set of BC2GM dataset.
### Training Procedure
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
Classical fine-tuning.
#### Training Hyperparameters
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
learning_rate=5e-5
per_device_train_batch_size=16
per_device_eval_batch_size=16
num_train_epochs=3
weight_decay=0.01
## Evaluation
<!-- This section describes the evaluation protocols and provides the results. -->
#### Testing Data
<!-- This should link to a Dataset Card if possible. -->
Test set of BC2GM dataset.
### Results
Precision: 0.76
Recall: 0.79
Micro-F1: 0.77
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
- **Hardware Type:** 1xRTX A4000
- **Hours used:** 00:10:00
|